MNIST perceptron

2021-11-10 Thread rforcen
from guarana import pills

MNIST perceptron

2021-11-09 Thread adokitkat
I agree with this. Otherwise great job :)

MNIST perceptron

2021-11-09 Thread PMunch
You should really split your projects into separate repositories.. I wanted to try this, but I don't want to download the whole `nim` repository you have going, and I don't want to grab each of the files individually..

MNIST perceptron

2021-11-09 Thread rforcen
Simple test bench for perceptron NN, port of python app. : I've tried to follow kiss principle for both perceptron (nn.nim) and linear algebra support (mat.nim) to make it educational, readable and adaptable, much cleaner and simple than .py