Skip to content

keras & Pytorch implemetation of deep learning models: fine-tuning approaches, dataset analysis, hyperparameter optimization, etc.

Notifications You must be signed in to change notification settings

dee98/deep_learning_practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deep-learning-with-keras-and-pytorch

keras implementations

Dataset Links

Classification

  • Breast Cancer Identification - [Kaggle]
  • Sports Classifier -
  • Cyclic LR - Implemented multi-class image classification using recent networks such as Xception, NAS Net and Efficient Net with random cut-out erasing data augmentation and Cyclic Learning rate. training code and evaluation code are both present.

Segmentation

pytorch implementation

I'm noob in pytorch. So, just learning and implementing multiple github repo for pytorch.

  • Coursera IBM Pytorch - This folder contains my solution to Pytorch course by IBM on Coursera. It contain topics of tensor_tutorial, space-stretching, autograd, spiral_classification, regression and kernel implementations. Assignments

  • Pytorch code practice - basics, linear regression, logistic regression, feedforward_nn, conv_nn, residual_network, rnn, bidirectional rnn, language models, GANs, VAEs, style transfer and image captioning. Link

Note

  • If the Jupyter notebook file is not loading, please load the notebook link on NBViewer. It is the problem from Github side.

About

keras & Pytorch implemetation of deep learning models: fine-tuning approaches, dataset analysis, hyperparameter optimization, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 1.0%