astrai 0.2.0

A pretty bad neural network library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
test:
	cargo nextest run

xor:
	cargo r -r --example xor

and:
	cargo r -r --example and

mnist:
	cargo r -r --example mnist

snake:
	cargo r -r --example snake

mine:
	cargo r -r --example minesweeper