Explore >> Select a destination


You are here

adl1995.github.io
| | yasha.solutions
5.8 parsecs away

Travel
| | A loss function, also known as a cost function or objective function, is a critical component in training machine learning models, particularly in neural networks and deep learning...
| | michael-lewis.com
5.6 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | programmathically.com
3.9 parsecs away

Travel
| | Sharing is caringTweetIn this post, we develop an understanding of why gradients can vanish or explode when training deep neural networks. Furthermore, we look at some strategies for avoiding exploding and vanishing gradients. The vanishing gradient problem describes a situation encountered in the training of neural networks where the gradients used to update the weights []
| | utkuufuk.com
60.5 parsecs away

Travel
| Previously, we talked about how to build a binary classifier by implementing our own logistic regression model in Python. In this post, we're going to build upon that existing model and turn it into a