Artificial Neural Network in TypeScript
A simple neural network written in TypeScript for learning purposes.
Inspired by micrograd and this video by Andrej Karpathy.
Install
npm install
Build
npm run build
Test
npm test
Run
npm run train
Visualize
npm run dev