Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250309504
  • Loading branch information
yashk2810 authored and copybara-github committed May 28, 2019
1 parent 461bd15 commit 2b1b645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion community/en/flowers_tf_lite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "n6ecAvsmQp1I"
},
"source": [
"## To run this colab, press the \"Rutime\" button in the menu tab and then press the \"Run all\" button."
"## To run this colab, press the \"Runtime\" button in the menu tab and then press the \"Run all\" button."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"\n",
"\u003cpre style=\"font-size: 10.0pt; font-family: Arial; line-height: 2; letter-spacing: 1.0pt;\" \u003e\n",
"\u003cb\u003eflower_photos\u003c/b\u003e\n",
"|__ \u003cb\u003edaisy\u003c/b\u003e\n",
"|__ \u003cb\u003ediasy\u003c/b\u003e\n",
"|__ \u003cb\u003edandelion\u003c/b\u003e\n",
"|__ \u003cb\u003eroses\u003c/b\u003e\n",
"|__ \u003cb\u003esunflowers\u003c/b\u003e\n",
Expand All @@ -255,7 +255,7 @@
"\n",
"\u003cpre style=\"font-size: 10.0pt; font-family: Arial; line-height: 2; letter-spacing: 1.0pt;\" \u003e\n",
"\u003cb\u003eflower_photos\u003c/b\u003e\n",
"|__ \u003cb\u003edaisy\u003c/b\u003e\n",
"|__ \u003cb\u003ediasy\u003c/b\u003e\n",
"|__ \u003cb\u003edandelion\u003c/b\u003e\n",
"|__ \u003cb\u003eroses\u003c/b\u003e\n",
"|__ \u003cb\u003esunflowers\u003c/b\u003e\n",
Expand Down Expand Up @@ -749,7 +749,7 @@
"source": [
"# TODO: Experiment with Different Parameters\n",
"\n",
"So far you've created a CNN with 3 convolutional layers and followed by a fully connected layer with 512 units. In the cells below create a new CNN with a different architecture. Feel free to experiement by changing as many parameters as you like. For example, you can add more convolutional layers, or more fully connected layers. You can also experiment with different filter sizes in your convolutional layers, different number of units in your fully connected layers, different dropout rates, etc... You can also experiment by performing image augmentation with more image transformations than we have seen so far. Take a look at the [ImageDataGenerator Documentation](https://keras.io/preprocessing/image/) to see a full list of all the available image transformations. For example, you can add shear transformations, or you can vary the brightness of the images, etc... Experiment as much as you can and compare the accuracy of your various models. Which parameters give you the best results?"
"So far you've created a CNN with 3 convolutional layers and followed by a fully connected layer with 512 units. In the cells below create a new CNN with a different architecture. Feel free to experiement by changing as many parameters as you like. For example, you can add more convolutional layers, or more fully connected layers. You can also experiement with different filter sizes in your convolutional layers, differnt number of units in your fully connected layers, different dropout rates, etc... You can also experiment by performing image aumentation with more image transformations that we have seen so far. Take a look at the [ImageDataGenerator Documentation](https://keras.io/preprocessing/image/) to see a full list of all the available image transformations. For example, you can add shear transformations, or you can vary the brightness of the images, etc... Experiement as much as you can and compare the accuracy of your various models. Which parameters give you the best result?"
]
},
{
Expand Down

0 comments on commit 2b1b645

Please sign in to comment.