Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.87 KB

README.md

File metadata and controls

75 lines (43 loc) · 1.87 KB

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