Tutorial Keras
Follow the tutorials in the following orders
Keras.io Tutorial
Computer Vision Tutorials: https://keras.io/examples/vision/
Simple MNIST CNN
modified tutorial
original tutorial
Image classification from scratch
modified tutorial
original tutorial
Pyimagesearch.com Tutorial
Get Started Tutorial
Keras Model Zoo:
Collection of pretrained models: click here
YOLOv3 in Keras
Source code by experiencor Huynh Ngoc Anh
Other Tutorials
Exercise
Image Recognition
Use AlexNet on MNIST
Use LeNet to train and recognize vehicles. Use Dataset of
Create your own convnet network for MNIST dataset. Compare the performance with tutorial output
Popular network architecture in Keras
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