Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balavenkatesh3322 committed Jan 17, 2021
1 parent 8b41f9b commit ac45010
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
| [VGG19]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/vgg19.py) | Very Deep Convolutional Networks for Large-Scale Image Recognition. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
| [ResNet]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/resnet_common.py) | Deep Residual Learning for Image Recognition. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
| [ResNet50](https://github.com/keras-team/keras-applications/blob/master/keras_applications/resnet50.py) | Deep Residual Learning for Image Recognition. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
| [Nasnet](https://github.com/keras-team/keras-applications/blob/master/keras_applications/nasnet.py) | NASNet refers to Neural Architecture Search Network, a family of models that were designed automatically by learning the model architectures directly on the dataset of interest. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
| [MobileNet]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/mobilenet.py) | MobileNet v1 models for Keras. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
| [MobileNet V2]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/mobilenet_v2.py) | MobileNet v2 models for Keras. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
| [MobileNet V3]( https://github.com/keras-team/keras-applications/blob/master/keras_applications/mobilenet_v3.py) | MobileNet v3 models for Keras. | `Keras`| [The MIT License (MIT)]( https://raw.githubusercontent.com/keras-team/keras-applications/master/LICENSE )
Expand Down

0 comments on commit ac45010

Please sign in to comment.