Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript (and GPGPU) implementation of a multi layer perceptron network. #54

Open
sinclairzx81 opened this issue Jun 27, 2017 · 0 comments

Comments

@sinclairzx81
Copy link

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.

  • neuron pure javascript implementation of a multi layer perceptron network small demo
  • tesseract webgl 2.0 GPGPU compute library.
  • 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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant