Explore >> Select a destination


You are here

dhruvs.space
| | www.paepper.com
2.4 parsecs away

Travel
| | [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.
| | dennybritz.com
2.4 parsecs away

Travel
| | All the code is also available as an Jupyter notebook on Github.
| | coornail.net
2.7 parsecs away

Travel
| | 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.
| | sebastianraschka.com
14.0 parsecs away

Travel
| The PyTorch team recently announced TorchData, a prototype library focused on implementing composable and reusable data loading utilities for PyTorch. In...