Tutorial Keras

Follow the tutorials in the following orders

Keras.io Tutorial

Computer Vision Tutorials: https://keras.io/examples/vision/

  1. Simple MNIST CNN

  2. Image classification from scratch

Pyimagesearch.com Tutorial

Get Started Tutorial

Keras Model Zoo:

Collection of pretrained models: click here

YOLOv3 in Keras

Blog post

Source code by experiencor Huynh Ngoc Anh

Other Tutorials

Exercise

Image Recognition

  1. Use AlexNet on MNIST

  2. Use LeNet to train and recognize vehicles. Use Dataset of

  3. Create your own convnet network for MNIST dataset. Compare the performance with tutorial output

Available models

The top-1 and top-5 accuracy refers to the model's performance on the ImageNet validation dataset.

Depth refers to the topological depth of the network. This includes activation layers, batch normalization layers etc.

Last updated