Simple digits recognition with JavaScript

In this article I will describe a small project to get familiar with deep neural networks(DNN) basics using JavaScript. Code on Github – https://github.com/webdim0/dnn_basic_imgrec. The programming language for machine learning today of course is Python, but without knowledge of this great language yet I found some great solutions written with JS to get started to… Continue reading Simple digits recognition with JavaScript