neural-network

a NEAT style (i think) neural network written from scratch in typescript

installing/running

prereqs: nodejs, npm

  1. clone the repo
git clone https://github.com/metalcupcake5/neural-network.git
  1. install packages
cd neural-network
npm install
  1. run
npm run run

sources/inspiration