Coder Social home page Coder Social logo

hanzopgp / deeplearninglib Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 8.02 MB

Deep learning library from scratch (MLP/CNN/Auto-Encoder etc...). Contains some experiences on MNIST/CIPHAR datasets + report.

License: MIT License

Python 100.00%
university deep-learning library multi-layer-perceptron convolutional-neural-networks auto-encoder experiments

deeplearninglib's Introduction

DeepLearningLib

Presentation

Librairies for deep learning (MLP/CNN/Auto-Encoder etc...).

Project architecture

DeepLearningLib/
      ├── nndiy/                   
      |    ├── __init__.py        (Contains the sequential object and global variables)
      |    ├── activation.py      (Contains the activation functions such as ReLU/Tanh...)
      |    ├── core.py            (Contains the abstract classes)
      |    ├── early_stopping.py  (Contains the early stopping objects)
      |    ├── layer.py           (Contains the layers object such as Linear/Dropout...)
      |    ├── loss.py            (Contains the loss objects such as MSE/BCE...)
      |    ├── optimizer.py       (Contains the optimizer objects such as SGD/ADAM...)
      |    └── utils.py           (Contains the utility functions such as min_max_scale/one_hot...)
      ├── cnn_demo.py             (Contains the demo for CNN)
      ├── experiences.py          (Contains the MLP/AE/CNN experiences)
      ├── mlp_unit_test.py        (Contains MLP unit tests on simple problems) 
      ├── report/                 (Folder containing the images and report)
      |    ├── img_report/
      |    └── report.pdf         
      ├── README.md		          
      └── LICENSE  

Features implemented

  • Linear/Convo1D/MaxPool1D/AvgPool1D/Flatten/Dropout layers
  • GD/MGD/SGD/ADAM optimizers
  • LearkyReLU/ReLU/Identity/Tanh/Sigmoid/Softmax activation functions
  • MAE/MSE/RMSE/BCE/SBCE/CCE/SCCE/SCCESoftmax loss functions
  • Uniform/Xavier initialization
  • L1/L2 regularisation
  • EarlyStopping callback

Experiences

All those experiments were done on MNIST digits and fashion datasets :

  • Multi layer perceptron image classification
  • Autoencoder image reconstruction (with different latent space dimensions)
  • Autoencoder removing noise (with different percentage of noise)
  • Multi layer perceptron image classification with latent space representation (using different dimension)
  • SGD/ADAM/Tanh/ReLU benchmarks on MNIST
  • 1D CNN on MNIST

deeplearninglib's People

Contributors

hanzopgp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.