Skip to content

A guide on how to build a artificial neural net in python with only numpy. I have included detailed step by step instructions.

License

Notifications You must be signed in to change notification settings

DamiPayne/BPNN-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BPNN-from-scratch

A guide on how to build a artificial neural net in python with numpy. With detailed step by step explanations for every step.

We generate a set of random binary numbers and then use back propagational neural nets to make an exclusive or (XOR) prediction. You can play around with the number of hidden layers, learning rates and epochs(cycles) to look at the effect that these changes have on the result.

Hopefully this provides a great opportunity to understand some of the basic concepts involved in machine learning.

Dependency

numpy

About

A guide on how to build a artificial neural net in python with only numpy. I have included detailed step by step instructions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages