| JavaScript and Synaptic | |
Javascript in combination with the Synaptic.js library helps you master the secrets behind neural networks and machine learning.
Creating various fun projects in code, helps you understand the core principles that make neural networks and machine learning so powerful (not to mention, some of the software engineering hacks/workarounds)
The examples given below should run standalone in a web browser without any need for installation or an active server side connection (isn't that fantastic!).
All of the examples complement the Deep Learning with Javascript: Example-Based Approach text.
Importantly, the practical samples/listings are for educational purposes - minimum working examples - something to get your teeth into while you dig through all the material and theory behind neural networks and deep learning.
• myneuron
• sine-wave
• collision-detection
• happy-sad-faces
• ik-basic
• ik-with-ga
• image-to-grayscale
• img-to-txt
• learn-to-play-sound
• learning-to-draw-an-image-deep-nn
• lstm-timeseries
• names-male-female
• simplified-nn-js
• single_neuron
• web-cam
• web-cam-left-right-hand
• word-prediction
• creature-walker
Note, some of the projects might seem blank when you run them initially in the browser, that is, you don't see anything on the screen. As the output might be getting redirected to the 'console.log' output (debug output window for the browser).
Note, web cam demos require 'https' due to the browser security, however, for testing the version should run in mozilla firefox browser.
Have fun!
|