Skip to content

Rexol/NNFromScratchPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NNFromScratchPython

My realization of a simple dl framework from scratch

There are simple parts to build neural network:

  • Linear Layer
  • Activation Functions:
    • ReLU
    • LeakyReLU
    • Sigmoid
    • Softmax
  • Regularization Layers:
    • Dropout
    • Batchnorm (1 dimentional version)
  • Criterions:
    • MSE
    • CrossEntropy

The framework was tested on MNIST classification problem. And got accuracy score > 98% on test dataset

About

My realization of a simple dl framework from scratch

Topics

Resources

License

Stars

Watchers

Forks