Explore >> Select a destination


You are here

blog.c0nrad.io
| | blog.vstelt.dev
1.1 parsecs away

Travel
| | [AI summary] The article explains the process of building a neural network from scratch in Rust, covering forward and backward propagation, matrix operations, and code implementation.
| | blog.habrador.com
1.8 parsecs away

Travel
| | Ever wanted to make a Neural Network in Unity using C#? Now you can do that in just eleven lines of code (excluding brackets) using my new...
| | www.paepper.com
1.2 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.
| | www.superannotate.com
7.7 parsecs away

Travel
| Why use an activation function and how to choose the right one to train a neural network? Get answers to these questions and more in this post.