Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.22 KB

README.md

File metadata and controls

39 lines (32 loc) · 2.22 KB

Machine-Learning Notebooks Directory

~ Number of Notebooks - 7

  • Creating fake anime cases using GAN
  • Dataset used is from this Kaggle Link
  • Model Creation and Training is done using Pytorch
  • Dataset used is from this Kaggle Link
  • Classification is done using ResNet9 Model built using Pytorch
  • Dataset used is from Builtin MNIST DataSet in Pytorch
  • Model Creation and Training is done using Pytorch
  • Paper Link
  • Major CNN Architectures implemented
    • LeNet
    • VGG16
    • GoogleNet (Inception Net)
    • ResNet
  • Model Creation and Training is done using Pytorch
  • All the Research Papers are provided in the notebook itself
  • Code is inspired & Written with the help of Aladdin Persson Youtube videos
  • Dataset used is from Builtin Breast Cancer DataSet in Sklearn
  • Model Creation and Training is done using Scikit-Learn
  • Dataset used is from Builtin CIFAR10 DataSet in Pytorch
  • Model Creation and Training is done using Pytorch