|
You are here |
henrikwarne.com | ||
| | | | |
golb.hplar.ch
|
|
| | | | | [AI summary] The article describes the implementation of a neural network in Java and JavaScript for digit recognition using the MNIST dataset, covering forward and backpropagation processes. | |
| | | | |
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. | |
| | | | |
www.lesswrong.com
|
|
| | | | | I finished the third deep learning course on coursera and the last two aren't available, so I went back to trying out some keras code to see how far... | |
| | | | |
sirupsen.com
|
|
| | | [AI summary] The article provides an in-depth explanation of how to build a neural network from scratch, focusing on the implementation of a simple average function and the introduction of activation functions for non-linear tasks. It discusses the use of matrix operations, the importance of GPUs for acceleration, and the role of activation functions like ReLU. The author also outlines next steps for further exploration, such as expanding the model, adding layers, and training on datasets like MNIST. | ||