Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -11,7 +11,12 @@ The VGG model is a type of convolutional neural network (CNN) architecture desig
|
|
11 |
|
12 |
|
13 |
## Links
|
|
|
|
|
14 |
* [VGG paper](https://arxiv.org/abs/1409.1556)
|
|
|
|
|
|
|
15 |
|
16 |
## Installation
|
17 |
|
|
|
11 |
|
12 |
|
13 |
## Links
|
14 |
+
|
15 |
+
* [VGG Quickstart Notebook](https://www.kaggle.com/code/prasadsachin/vgg-quickstart-kerashub)
|
16 |
* [VGG paper](https://arxiv.org/abs/1409.1556)
|
17 |
+
* [VGG API Documentation](https://keras.io/keras_hub/api/models/vgg/)
|
18 |
+
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
19 |
+
* [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
|
20 |
|
21 |
## Installation
|
22 |
|