Skip to content

Korazza/neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network

This is my attempt to code a neural network from scratch after studying how deep learning works

Activation functions

  • Linear (Identity)
  • Sigmoid (Logistic)
  • ReLU (Rectified linear unit)
  • TanH

Loss functions

  • MSE (Mean squared error)
  • Binary cross entropy

Example: XOR

To test my module, I tried to train a network predicting the XOR gate output

Cost over epochs

Imgur

Decision boundary output

Imgur

About

Neural Network implementation from scratch

Topics

Resources

License

Stars

Watchers

Forks

Languages