Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 493 Bytes

File metadata and controls

8 lines (7 loc) · 493 Bytes

ML based image processing samples

Collection of sample codes for all image based tasks using tensorflow and/or keras.

  • mnist_classificaton
  • aptos-19-cnn-based-approach
    • CNN based image classification implemented in Keras. Dataset from APTOS.
  • transfer_learning_mobilenet_based
    • Transfer Learning based image classification model uses features from pretrained neural network model, MobileNet. Dataset from APTOS.