Skip to content

yycptt/Feedforward_NN_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedforward_NN_library

A simple library for feed-forward neural network as an exercise for the Coursera Deep Learning course.

Usage example can be found in the example1.py and example2.py

Currently supports:

  • Layers

    • Fully Connected
    • Dropout
    • Softmax
  • Activations

    • Sigmoid
    • Tanh
    • Relu
    • Leaky Relu
    • Linear
  • Loss Functions

    • Cross Entropy
    • Binary Entropy
    • MSE
    • Softmax + Cross Entropy
  • Optimizer

    • Gradient Descent Optimizer
    • Adam Optimizer
  • Other

    • L2 Regularization

Future Work:

  • Add Convolutional Layer

About

A simple library for feed-forward neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages