Explore >> Select a destination


You are here

sausheong.github.io
| | sirupsen.com
1.2 parsecs away

Travel
| | [AI summary] An educational guide explaining how to build a neural network from scratch using Python, covering concepts like layers, gradient descent, autograd, and activation functions.
| | ujjwalkarn.me
1.2 parsecs away

Travel
| | An Artificial Neural Network (ANN) is acomputational modelthat is inspired by the way biological neuralnetworks inthe human brain process information. Artificial Neural Networks have generated a lot ofexcitement in Machine Learning research and industry, thanks to many breakthrough results in speech recognition, computer vision and text processing. In this blog post we will try to...
| | datadan.io
1.4 parsecs away

Travel
| | I decided that I would build a neural network from scratch in Go. Turns out, this is fairly easy, and I thought it would be great to share my little neural net here.
| | ben.bolte.cc
8.8 parsecs away

Travel
| A quick introduction to using Theano for deep learning, from the bare-bones to a full neural network.