Skip to content

Korazza/neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20f0e8f · Feb 15, 2022

History

38 Commits
Aug 11, 2020
Aug 11, 2020
Feb 15, 2022
Aug 4, 2020
Aug 11, 2020
Aug 11, 2020

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