Viktor Strate Kløvedal

Projects tagged Javascript

Browse all tags

Neuron - toy neural network

Posted on September 13, 2018

A toy neural network, written from scratch in javascript, along with some different examples.

I made the project to learn the basics of how neural networks work under the hood. I built it while following Daniel Shiffman’s video series on Neural Networks, and it’s therefore very much inspired by his Toy Neural Network.

After building the core library, which in itself is very easy to use. I built some examples using it.