Skip to content

Latest commit

 

History

History
executable file
·
61 lines (58 loc) · 1.68 KB

File metadata and controls

executable file
·
61 lines (58 loc) · 1.68 KB

Machine-learning

Repository Containing all ML projects created during learning phase.

Directory Structure

.
├── abstract_art_gans
├── anime_face_gans
├── cars_gan
│   └── weights230
├── CNN_cifar
├── dark_matter_gan
├── Fashion_data_model
│   └── data
│       └── FashionMNIST
│           └── raw
├── flower_imit_gan
│   ├── data
│   │   └── images
│   ├── final3
│   ├── flower_gen1
│   ├── flower_gen2
│   ├── flower_imit
│   │   └── flowers_imitation
│   ├── for_gif
│   ├── runs
│   │   ├── May16_22-23-38_sacred-pc
│   │   └── May17_09-41-38_sacred-pc
│   └── weights
├── flower_pattern_gans
├── gender_detection_cnn
├── Heart-attact_pred
├── human_activity_recog
├── i_am_painter_gans
│   └── weights64
├── Mnist-data-model
│   └── data
│       └── MNIST
│           └── raw
├── plant_disease_rnn
│   └── images
├── pytorch_basics
├── Rnn_augmentation
├── Simpson_cnn
├── simpsons_gans
└── torchaudio_learn

ModelSmith is Down graph

Dependencies or Libraries Used

  • Torch
  • TorchVision
  • Opencv
  • Pillow
  • Sklearn

Resources for learning