Explore >> Select a destination


You are here

datadan.io
| | dennybritz.com
1.0 parsecs away

Travel
| | All the code is also available as an Jupyter notebook on Github.
| | golb.hplar.ch
0.9 parsecs away

Travel
| | [AI summary] The article describes the implementation of a neural network in Java and JavaScript for digit recognition using the MNIST dataset, covering forward and backpropagation processes.
| | mccormickml.com
1.4 parsecs away

Travel
| | This tutorial covers the skip gram neural network architecture for Word2Vec. My intention with this tutorial was to skip over the usual introductory and abst...
| | sausheong.github.io
14.2 parsecs away

Travel
| I have written a lot of computer programs in my career, most of the time to solve various problems or perform some tasks (or sometimes just for fun). For most part, other than bugs, as long as I tell the computer what to do very clearly (in whichever the programming language I use) it will obediently follow my instructions. This is because computer programs are really good at executing algorithms - instructions that follow defined steps and patterns that are precise and often repetitious.