Creating a neural network from scratch in JavaScript -- Part 1.2
In this part, we're going to create a simple example of how we can use the neuron.js Throughout this series, we will try to describe how to use this code to build neural networks, AI bots, and potentially our own deep learning framework. There are many great resources on the fundamentals of neural networks, how they work, why they work, but there are few articles on how to actually build neural networks from a software development perspective. With this very "technical" series, I hope to address this; for a quick introduction, checkout this simple introduction to neural networks, Eric Elliot's article on neurons, or 3Blue1Brown's video series on neural networks. In this example we will be teaching a neural network created with the neuron.js
Aug-22-2019, 19:03:23 GMT
- Technology: