gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.02k stars 643 forks source link

Materials to teach parallel programming basics #8

Open fuzzie360 opened 8 years ago

fuzzie360 commented 8 years ago

A website like html5rocks.com but for parallel programming. Such easily accessible educational material would be novel for this field.

PicoCreator commented 8 years ago

You mean: http://cs.stanford.edu/people/karpathy/convnetjs/

The deep learning in JS

fuzzie360 commented 8 years ago

GPGPU first, GPGPU application later. Might even visit graphics GPGPU before even touching deep learning.

robertleeplummerjr commented 7 years ago

I abstracted our equation function specifically to take advantage of libraries like this. Implementation: https://github.com/harthur-org/brain.js/blob/master/src/recurrent/matrix/equation.js Usage: https://github.com/harthur-org/brain.js/blob/master/src/recurrent/rnn.js#L93

robertleeplummerjr commented 5 years ago

https://github.com/gpujs/matrix-log.js/blob/master/README.md helps