Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.91 KB

File metadata and controls

37 lines (28 loc) · 1.91 KB

Neural-Network-From-Scratch-python

The code is really messy, any help is welcome

1 . Handwritten Digits


ideas to how to improve this neural network

to make this neural network more accurate you can try to train the neural network in terms of epochs, and shuffle the training data after each epoch training is finish. and also maybe implementing the softmax can help, maybe also you can try to tweak the learning rate, to see different result : for more ressources: https://www.youtube.com/watch?v=XJ7HLz9VYz0&list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh


controls

"s" or "space" : to test or run the model after drawing the digits
"escape" : to quit the program

To increase the accuracy of your model you can increase the number of training data array

Screenshot (104)

you gonna also need to delete the current trainedmodel file if you decide to train it by yourself and remove the comment on this lines

Screenshot (105)


Screenshot (106) Screenshot (107) Screenshot (109)

2 . Perceptron and XOR multiperceptron

Screenshot (110)

Screenshot (111)

checkout my youtube channel for support: https://www.youtube.com/c/Auctux

Enjoy