Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 657 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 657 Bytes

DL-workshop-series

Code used for Deep Learning related workshops for Machine Learning Tokyo (MLT)

ConvKernels: colab notebook with simple examples of various kernels applied on an image using convolution operation ConvNets: colab notebook with functions for constructing keras models. Models:

  1. AlexNet
  2. VGG
  3. Inception
  4. MobileNet
  5. ShuffleNet
  6. ResNet
  7. DenseNet
  8. Xception
  9. Unet
  10. SqueezeNet
  11. YOLO
  12. RefineNet