You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-16Lines changed: 29 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,33 +23,32 @@ You will be successful in this course if you have a basic knowledge of computer
23
23
In this course, you will need a Google Cloud free tier account. Note that you won't be charged by creating the account. Instead, you can get `300ドル` credit to spend on Google Cloud Platform for 12 months and access to the Always Free tier to try participating products at no charge. By going through this course, you will probably need to spend at most `50ドル` out of your `300ドル` free credit.
24
24
25
25
----
26
-
### Table of contents
26
+
### Table of content
27
27
28
28
**SECTION I – [Python deep learning – building the foundation]**
29
-
- Chapter 1 : Building Deep Learning Environment
30
-
- Chapter 2 : Training NN for Prediction using Regression
29
+
- Chapter 1 : [Building Deep Learning Environment][4]
30
+
- Chapter 2 : [Training NN for Prediction using Regression][5]
31
31
---
32
32
33
33
**SECTION II – [Python deep learning – NLP]**
34
-
- Chapter 3 : Word representation using word2vec
35
-
- Chapter 4 : Build NLP pipeline for building chatbots
36
-
- Chapter 5 : Sequence-to-sequence models for building chatbots
37
-
- Chapter 6 : Generative Language Model for Content Creation
38
-
- Chapter 7 : Building Speech Recognition with DeepSpeech2
34
+
- Chapter 3 : [Word representation using word2vec][6]
35
+
- Chapter 4 : [Build NLP pipeline for building chatbots][7]
36
+
- Chapter 5 : [Sequence-to-sequence models for building chatbots][8]
37
+
- Chapter 6 : [Generative Language Model for Content Creation][9]
38
+
- Chapter 7 : [Building Speech Recognition with DeepSpeech2 ][10]
39
39
---
40
40
41
41
**SECTION II – [Deep learning – Computer Vision]**
42
-
- Chapter 8 : Handwritten Digits Classification Using ConvNets
43
-
- Chapter 9 : Object Detection using OpenCV and TensorFlow
44
-
- Chapter 10: Building Face Recognition using Facenet
45
-
- Chapter 11: Automated Image Captioning
46
-
- Chapter 12: Pose Estimation on 3D models using ConvNets
47
-
- Chapter 13: Image translation using GANs for style transfer
42
+
- Chapter 8 : [Handwritten Digits Classification Using ConvNets][11]
43
+
- Chapter 9 : [Object Detection using OpenCV and TensorFlow][12]
44
+
- Chapter 10: [Building Face Recognition using Facenet][13]
45
+
- Chapter 11: [Automated Image Captioning][14]
46
+
- Chapter 12: [Pose Estimation on 3D models using ConvNets][15]
47
+
- Chapter 13: [Image translation using GANs for style transfer][16]
48
48
---
49
49
50
50
**SECTION IV – [Python deep learning – Reinforcement Learning]**
51
-
- Chapter 14: Develop an Autonomous Agents with Deep R Learning
52
-
- Chapter 15: Summary And Next Steps In Your Deep Learning Career
51
+
- Chapter 14: [Develop an Autonomous Agents with Deep R Learning][17]
53
52
---
54
53
55
54
@@ -77,3 +76,17 @@ In this course, you will need a Google Cloud free tier account. Note that you wo
0 commit comments