Skip to content

Repository files navigation

PRACTICAL ML

Get started with practical ML

  1. ML hello world (Keras) (Numpy)
  2. House price prediction (Keras on top of Tensorflow) (Numpy)
  3. Fashion MNIST-1 (Multi class classifier) (IMAGES) (Tensorflow)
  4. Fashion MNIST-2 (CallBacks)
  5. MNIST (CNN) (Visualizing CONV and pool layers)
  6. Cat vs Dog-1 (Binary class classfication) (ImageDataGenerator) (Understand Overfitting) (Working on your own data)
  7. Cat vs Dog-2 (Data augmentation) (ImageDataGenerator) (Overfitting-Solution)
  8. Cat vs Dog-visualization (tensorflow.keras.preprocessing.image)
  9. Play with this (Try)
  10. Horses vs Humans-Transfer learning (Transfer learning) (Inception-V3)


Building a model is a multi-stage process: -

Collect, clean and process data
Prototype and iterate on your model architecture
Train and evaluate results
Prepare your model for production




TO DO

  • Transfer learning (ResNets or inception_v3 or mobile net)

  • Transfer learning (with your own model)

  • Finding optimal learning rate (Using Callbacks)

  • Add cool real world projects (Pneumonia_detection, handwritten-mathematical-symbols, Face recognition, and much more)

  • Train model in browser (Javascript)

  • Convert and Deploy model (Website/browser (JS) and Android/IOS (Java) or Edge devices (Raspberry Pi)) (Static and dynamic) (using images and live camera feed) (Transfer learning)

  • Lambda layer

  • Working with Audio (NLP)

  • Sequences, Time Series and Prediction

  • Sequential models and Functional models

.
.
.
.
.

About

Get started with practical ML

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages