Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.43 KB

File metadata and controls

28 lines (16 loc) · 1.43 KB

JavaScript Learning

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.

SINDyTestBed

A simple test bed for SINDy: https://www.youtube.com/watch?v=gSCa78TIldg

https://jsfiddle.net/r6nykwqh/

Example Run

JSNN-Playground

A super-minimalist neural network playground in JavaScript.

BestFitOOBB-Regression

This is a really simple way to do best fit OOBBs. It simply uses regression instead of principal component analysis.

https://jsfiddle.net/5j4wmt6n/

Example Run