To The Point: A Quick Neural Network in JavaScript.
Sep 6, 2018 · 3 min read

I’m on a mission to make Neural Networks built in JavaScript become more commonplace.
They exist, certainly, but most tutorials I encounter are in Python (granted not all). And while Python is a perfectly fine and adept language, it just doesn’t tickle my fancy. So I’ve made a very quick to build and very quick to run network using the Brain.JS Project that is designed to…

