|
4 | 4 | "metadata": { |
5 | 5 | "colab": { |
6 | 6 | "provenance": [], |
7 | | - "authorship_tag": "ABX9TyMQ+1o267nUQYSR0kPcdzHU", |
| 7 | + "authorship_tag": "ABX9TyMC2dGPK2A6zyHMp+8cnqEg", |
8 | 8 | "include_colab_link": true |
9 | 9 | }, |
10 | 10 | "kernelspec": { |
|
38 | 38 | "\n", |
39 | 39 | "I am glad to see you using this Python Notebook. 🐕\n", |
40 | 40 | "\n", |
41 | | - "The Python Notebook is an integral part of the book. You can add new “code cells” to extend the functions, add your data, and explore new possibilities, such as downloading additional real-world datasets from the Kaggle website and coding the **Fun challenges**. The **Fun facts**, an in-depth discussion of the augmentation methods, and Pluto, an imaginary Siberian Huskey coding companion, will guide you step by step. Pluto encourages adding “text cells” to keep your note in the Python Notebook. In other words, read the book and copy the relevant concept to this Python Notebook’s text-cells. Thus, you can have the explanation, note, original code, your code, and any crazy future ideas in one place. \n", |
| 41 | + "The Python Notebook is an integral part of the book. You can add new “code cells” to extend the functions, add your data, and explore new possibilities, such as downloading additional real-world datasets from the Kaggle website and coding the **Fun challenges**. Furthermore, the book has **Fun facts**, in-depth discussion about augmentation techniques, and Pluto, an imaginary Siberian Huskey coding companion. Together they will guide you every steps of the way. \n", |
| 42 | + "\n", |
| 43 | + "Pluto encourages you to copy or save a copy of this Python Notebook to your local space and add the “text cells” to keep your notes. In other words, read the book and copy the relevant concept to this Python Notebook’s text-cells. Thus, you can have the explanation, note, original code, your code, and any crazy future ideas in one place. \n", |
42 | 44 | "\n", |
43 | 45 | "\n", |
44 | 46 | "💗 I hope you enjoy reading the book and hacking code as much as I enjoy writing it. \n", |
|
68 | 70 | { |
69 | 71 | "cell_type": "markdown", |
70 | 72 | "source": [ |
71 | | - "## 😀 Excerpt from Chapter 1, Data Augmentation Made Easy\n", |
| 73 | + "# 😀 Excerpt from Chapter 1, Data Augmentation Made Easy\n", |
72 | 74 | "\n", |
73 | 75 | "---\n", |
74 | 76 | "\n", |
|
131 | 133 | "!git --version" |
132 | 134 | ], |
133 | 135 | "metadata": { |
134 | | - "id": "AEoYuTg6y1YN" |
| 136 | + "id": "AEoYuTg6y1YN", |
| 137 | + "outputId": "cccbac02-c13f-45d9-878a-89bb8121d7e9", |
| 138 | + "colab": { |
| 139 | + "base_uri": "https://localhost:8080/" |
| 140 | + } |
135 | 141 | }, |
136 | 142 | "execution_count": null, |
137 | | - "outputs": [] |
| 143 | + "outputs": [ |
| 144 | + { |
| 145 | + "output_type": "stream", |
| 146 | + "name": "stdout", |
| 147 | + "text": [ |
| 148 | + "git version 2.25.1\n" |
| 149 | + ] |
| 150 | + } |
| 151 | + ] |
138 | 152 | }, |
139 | 153 | { |
140 | 154 | "cell_type": "code", |
|
143 | 157 | "!git clone {url}" |
144 | 158 | ], |
145 | 159 | "metadata": { |
146 | | - "id": "BgGgEP3SytI4" |
| 160 | + "id": "BgGgEP3SytI4", |
| 161 | + "outputId": "76f8653b-22b2-431e-bb30-2cf284bf6ce8", |
| 162 | + "colab": { |
| 163 | + "base_uri": "https://localhost:8080/" |
| 164 | + } |
147 | 165 | }, |
148 | 166 | "execution_count": null, |
149 | | - "outputs": [] |
| 167 | + "outputs": [ |
| 168 | + { |
| 169 | + "output_type": "stream", |
| 170 | + "name": "stdout", |
| 171 | + "text": [ |
| 172 | + "Cloning into 'Data-Augmentation-with-Python'...\n", |
| 173 | + "remote: Enumerating objects: 126, done.\u001b[K\n", |
| 174 | + "remote: Counting objects: 100% (104/104), done.\u001b[K\n", |
| 175 | + "remote: Compressing objects: 100% (85/85), done.\u001b[K\n", |
| 176 | + "remote: Total 126 (delta 52), reused 54 (delta 18), pack-reused 22\u001b[K\n", |
| 177 | + "Receiving objects: 100% (126/126), 4.28 MiB | 6.78 MiB/s, done.\n", |
| 178 | + "Resolving deltas: 100% (52/52), done.\n" |
| 179 | + ] |
| 180 | + } |
| 181 | + ] |
150 | 182 | }, |
151 | 183 | { |
152 | 184 | "cell_type": "code", |
|
242 | 274 | "pluto = PacktDataAug(\"Pluto\")" |
243 | 275 | ], |
244 | 276 | "metadata": { |
245 | | - "id": "rtOsxJVNC8AV" |
| 277 | + "id": "rtOsxJVNC8AV", |
| 278 | + "outputId": "7a4fdf04-6d36-44bd-ce42-3d55246b00ba", |
| 279 | + "colab": { |
| 280 | + "base_uri": "https://localhost:8080/" |
| 281 | + } |
246 | 282 | }, |
247 | 283 | "execution_count": null, |
248 | | - "outputs": [] |
| 284 | + "outputs": [ |
| 285 | + { |
| 286 | + "output_type": "stream", |
| 287 | + "name": "stdout", |
| 288 | + "text": [ |
| 289 | + "---------------------------- : ----------------------------\n", |
| 290 | + " Hello from class : <class '__main__.PacktDataAug'> Class: PacktDataAug\n", |
| 291 | + " Code name : Pluto\n", |
| 292 | + " Author is : Duc Haba\n", |
| 293 | + "---------------------------- : ----------------------------\n" |
| 294 | + ] |
| 295 | + } |
| 296 | + ] |
249 | 297 | }, |
250 | 298 | { |
251 | 299 | "cell_type": "code", |
|
0 commit comments