/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

tylerneylon.com
| | www.danieldjohnson.com
1.4 parsecs away

Travel
| | Writeup for my first major machine learning project.
| | blog.scottlogic.com
0.8 parsecs away

Travel
| | Recently I've been learning about Neural Networks and how they work. In this blog post I write a simple introduction in to some of the core concepts of a basic layered neural network.
| | iamtrask.github.io
1.4 parsecs away

Travel
| | A machine learning craftsmanship blog.
| | www.paepper.com
8.3 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.