jrtechs / RandomScripts

Repository where I mostly put random python scripts.
MIT License
2 stars 22 forks source link

Added Basic Neural Network #21

Closed eliasbayona closed 5 years ago

eliasbayona commented 5 years ago

This is a basic implementation of a neural network using pytorch. The network accepts an input of 784 and generate a final output of 10. eg(classifying 28x28 -> 784 images of 10 digits)

eliasbayona commented 5 years ago

pyTorch is incredible, iv been learning it for the better part of a year now.