Skip to content

Neural network with 2 inputs, four neurons in hidden layer, one output, using PyTorch and a two bit binary input stream

Notifications You must be signed in to change notification settings

rodsit/NeuralNetworkTorchPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

NeuralNetworkTorchPython

Neural network with 2 inputs, four neurons in hidden layer, one output, using PyTorch and a two bit binary input stream. You don't need a GPU - any PC should run it, runs on my Android too. I used Python version 3.11. Its simple but got the essentials and works. Sometimes you need to run it twice to get reasonable results. You can adjust the inputs, hidden layers, outputs, epochs

About

Neural network with 2 inputs, four neurons in hidden layer, one output, using PyTorch and a two bit binary input stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages