/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

datadan.io
| | michael-lewis.com
1.7 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | initialcommit.com
1.9 parsecs away

Travel
| | Here, we'll discuss four of the most popular machine learning toolkits for Python. To provide a comparison between these different toolkits, we will demonstrate training a neural network on the Iris dataset a very simple dataset that is popular in the machine learning space.
| | dennybritz.com
1.3 parsecs away

Travel
| | All the code is also available as an Jupyter notebook on Github.
| | www.paepper.com
7.7 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.