Neural Network From Scratch

Neural Network From Scratch

3 devlogs
3h 28m
•  Ship certified
Created by mattseq

Making a simple neural network from scratch. Uses MNIST database of 28x28 pixel images of handwritten numbers. Made in python with just numpy.

Timeline

Ok so my project got rejected AGAIN. the .exe wasnt working BUT IT WORKED ON MY MACHINE AHHHH. anyway i switched from sklearn to tensorflow for importing mnist and it worked fine on other computers. There were some problems building the .exe but i figured it out.

Update attachment

Ok I made a GitHub release for it now.

Update attachment

Ship 1

1 payout of shell 19.0 shells

mattseq

about 1 month ago

mattseq Covers 1 devlog and 1h 43m

Well, I did it. It was easier than expected. I did kinda use AI tho (its VSCode's fault, it autocompletes). This one uses only one hidden layer of 100 neurons and still gets 95% accuracy. I might make one with Java or something instead (without ANY AI). Or maybe make a convolutional neural network from scratch next.

Update attachment