Skip to content

Commit

Permalink
MobileNet added
Browse files Browse the repository at this point in the history
  • Loading branch information
balavenkatesh3322 committed Jul 27, 2020
1 parent 64c5e42 commit f35a766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ You can see visualizations of each model's network architecture by using [Netron
| [VGG16]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/vgg16.py) | Very Deep Convolutional Networks for Large-Scale Image Recognition. | `Keras`
| [VGG19]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/vgg19.py) | Very Deep Convolutional Networks for Large-Scale Image Recognition. | `Keras`
| [ResNet]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/resnet_common.py) | Deep Residual Learning for Image Recognition. | `Keras`
| [MobileNet]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/mobilenet.py) | MobileNet v1 models for Keras. | `Keras`
| [Image analogies]( https://github.com/awentzonline/image-analogies) | Generate image analogies using neural matching and blending. | `Keras`
| [Popular Image Segmentation Models]( https://github.com/divamgupta/image-segmentation-keras) | Implementation of Segnet, FCN, UNet and other models in Keras. | `Keras`
| [Ultrasound nerve segmentation]( https://github.com/jocicmarko/ultrasound-nerve-segmentation) | This tutorial shows how to use Keras library to build deep neural network for ultrasound image nerve segmentation. | `Keras`
Expand Down

0 comments on commit f35a766

Please sign in to comment.