|
You are here |
blog.scottlogic.com | ||
| | | | |
coornail.net
|
|
| | | | | Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow. | |
| | | | |
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. | |
| | | | |
tylerneylon.com
|
|
| | | | | [AI summary] The text provides an in-depth exploration of neural networks through visualizations and mathematical insights. It discusses the creation of fractal-like images using random neural networks, the impact of different activation functions (like ReLU), the role of hyperparameters in shaping network behavior, and the mathematical principles behind weight initialization techniques such as He and Glorot. The author also explains how these visualizations are generated using Python, Grapher, and Shadertoy, and highlights the aesthetic and functional value of understanding neural network architecture. | |
| | | | |
swethatanamala.github.io
|
|
| | | The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation. | ||