How To Build An Artificial Neural Network From Scratch In Julia

How To Build A Neural Network Model With No Machine Learning library

Bernard Brenyah
Towards Data Science
10 min readOct 25, 2020

--

One of the popular requests that I usually get from readers who love the “building algorithms from scratch” series is coverage on deep learning or neural networks. Neural network models can be quite complex but at their core, most architectures have a common base from which new logics have emerged. This core architecture (which I refer to as Vanilla Neural Network) will be the main focus of this post. As a…

--

--