Explore >> Select a destination


You are here

golb.hplar.ch
| | blog.vstelt.dev
0.5 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.
| | www.paepper.com
0.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.
| | thecodebarbarian.com
0.8 parsecs away

Travel
| | [AI summary] The article discusses building a neural network using Brain.js to predict wine quality ratings based on chemical properties, including data preprocessing, training, and evaluation.
| | swethatanamala.github.io
8.2 parsecs away

Travel
| The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation.