|
You are here |
neuralnetworksanddeeplearning.com | ||
| | | | |
www.3blue1brown.com
|
|
| | | | | An overview of gradient descent in the context of neural networks. This is a method used widely throughout machine learning for optimizing how a computer performs on certain tasks. | |
| | | | |
mathspp.com
|
|
| | | | | The third article of this short series concerns itself with the implementation of the backpropagation algorithm, the usual choice of algorithm used to... | |
| | | | |
programminghistorian.org
|
|
| | | | | [AI summary] The text provides an in-depth explanation of using neural networks for image classification, focusing on the Teachable Machine and ml5.js tools. It walks through creating a model, testing it with an image, and displaying results on a canvas. The text also discusses the limitations of the model, the importance of training data, and suggests further resources for learning machine learning. | |
| | | | |
www.paepper.com
|
|
| | | [AI summary] This article explains how to train a simple neural network using Numpy in Python without relying on frameworks like TensorFlow or PyTorch, focusing on the implementation of ReLU activation, weight initialization, and gradient descent for optimization. | ||