Explore >> Select a destination


You are here

brandinho.github.io
| | www.paepper.com
3.1 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.
| | erikbern.com
3.4 parsecs away

Travel
| | I've been spending quite some time lately playing around with RNN's for collaborative filtering. RNN's are models that predict a sequence of something. The beauty is that this something can be anything really - as long as you can design an output gate with a proper loss function, you can model essentially anything.
| | www.khanna.law
3.3 parsecs away

Travel
| | You want to train a deep neural network. You have the data. It's labeled and wrangled into a useful format. What do you do now?
| | thecodebarbarian.com
9.1 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.