Explore >> Select a destination


You are here

eklausmeier.goip.de
| | blog.scottlogic.com
1.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.
| | blog.vstelt.dev
1.9 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.
| | vankessel.io
1.6 parsecs away

Travel
| | A blog for my thoughts. Mostly philosophy, math, and programming.
| | datadan.io
10.5 parsecs away

Travel
| Linear regression and gradient descent are techniques that form the basis of many other, more complicated, ML/AI techniques (e.g., deep learning models). They are, thus, building blocks that all ML/AI engineers need to understand.