A collection of learning/regression based libraries written in JavaScript mainly for teaching and fun. This repo will grow and improve as I learn new things.
A simple test bed for SINDy: https://www.youtube.com/watch?v=gSCa78TIldg
https://jsfiddle.net/r6nykwqh/
A super-minimalist neural network playground in JavaScript.
- nn.html: A 3-layer non-deep neural network (1000 iterations): https://jsfiddle.net/th7ocs30/
- rnn.html: An Elman recurrent neural-network (100 iterations): https://jsfiddle.net/8j7oht62/
This is a really simple way to do best fit OOBBs. It simply uses regression instead of principal component analysis.