You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just in case anyone is interested, I have few reference projects which i have slowly been putting together for the past few months that I am using as reference material for myself and anyone else who might find them useful. The projects are written in JavaScript (specifically TypeScript) and are well documented, you can find them here.
neuron pure javascript implementation of a multi layer perceptron network small demo
neuron-gpgpu neuron ported to the GPU (using tesseract) which looks solving networks using compute parallelism.
This is in reference to video 10.4: Neural Networks: Multilayer Perceptron Part 1 - The Nature of Code. Happy to discuss these implementations in this thread if anyone finds them useful, or has general questions. I hope they serve as a good reference for anyone wanting to learn some of the pure programming aspect of ML.
Thanks again for the videos on machine learning !
The text was updated successfully, but these errors were encountered:
Hi,
Just in case anyone is interested, I have few reference projects which i have slowly been putting together for the past few months that I am using as reference material for myself and anyone else who might find them useful. The projects are written in JavaScript (specifically TypeScript) and are well documented, you can find them here.
This is in reference to video 10.4: Neural Networks: Multilayer Perceptron Part 1 - The Nature of Code. Happy to discuss these implementations in this thread if anyone finds them useful, or has general questions. I hope they serve as a good reference for anyone wanting to learn some of the pure programming aspect of ML.
Thanks again for the videos on machine learning !
The text was updated successfully, but these errors were encountered: