Skip to content

Repository for storing programs related to the Neural Network topic

License

Notifications You must be signed in to change notification settings

bergolho1337/Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Networks

Repository for storing programs related to the Neural Network topic

  1. Perceptron
  • The simplest neural network is implemented to solve a fairly easy classification problem. (Linear separable)
  1. Perceptron with bias
  • The previous neural network is improved by adding a bias weight.
  1. Multilayer Perceptron
  • To be implemented ...

Releases

No releases published

Packages

No packages published