Skip to content

mikolasan/ai_sandbox

Repository files navigation

Artificial neural network sandbox

TODO: add description here. PRs are welcome ;)

Install & Run

Pages from the gui folder are served by vite. Install modules

yarn install

Run in develpment mode

yarn dev

And open in the browser http://localhost:5173/

Other available pages:

Backend for robot-go

Install dependencies

pip3 install --user -r requirements.txt

Run

python run-backend.py

Links and notes

PIXI js

A-star

Polar plot

Pytorch

Non-binary classifaction

n classes > 2 --> categorization / one-hot encoding --> softmax activation function