/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dennybritz.com
| | jaykmody.com
1.8 parsecs away

Travel
| | Implementing a GPT model from scratch in NumPy.
| | datadan.io
2.4 parsecs away

Travel
| | Linear regression and gradient descent are techniques that form the basis of many other, more complicated, ML/AI techniques (e.g., deep learning models). They are, thus, building blocks that all ML/AI engineers need to understand.
| | neuralnetworksanddeeplearning.com
2.8 parsecs away

Travel
| | [AI summary] The provided text discusses the implementation of a neural network using Theano, focusing on the structure of the network, its layers (FullyConnectedLayer, ConvPoolLayer, SoftmaxLayer), and the training process using stochastic gradient descent (SGD). It also references a paper by C. R. Shu et al. on the application of deep learning in medical image segmentation, particularly in brain tumor detection, and highlights the significance of such advancements in the field of medical imaging and diagnostics.
| | programmathically.com
10.6 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 []