Skip to content

Collection of my implementations of various papers and the stuff I like.

License

Notifications You must be signed in to change notification settings

xuzhang5788/Deep-Learning-Notebooks

 
 

Repository files navigation

Deep Learning Notebooks

List of my jupyter notebooks. I use PyTorch + fastai as my main deep learning libraries and the notebooks are build using these libraries.

  • Multi Sample Dropout is implemented and tested on CIFAR-100 for cyclic learning. My losses converged 4x faster when using num_samples=8. notebook, paper

  • Summarizing Leslie N. Smith's research in cyclic learning and hyper-parameter setting techniques. notebook

    I refer to the following papers by Leslie N. Smith

    • A disciplined approach to neural network hyper-parameters: Part 1 -- learning rate, batch size, momentum, and weight decay
    • Super-Convergence: Very Fast Training of Neural Networks Using Learning Rates
    • Exploring loss function topology with cyclical learning rates
    • Cyclical Learning Rates for Training Neural Networks
  • Weight Standardization is implemented and tested on cyclic learning. I find that it does not work well with cyclic learning using CIFAR-10. notebook, paper

  • Library Tutorials

    1. Training AlexNet with tips and checks on how to train CNNs

About

Collection of my implementations of various papers and the stuff I like.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%