Skip to content

Commit 397e006

Browse files
committed
add cool plots from Chapter 15 of HOML
1 parent 7c631e2 commit 397e006

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

cool-plots-and-viz.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,21 @@ Below is a collection of cool and interesting visualizations I created during my
5555
### K-means clustering of the colors of a picture of a flower
5656

5757
![](./HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch09_Unsupervised-learning-techniques_files/homl_ch09_Unsupervised-learning-techniques_22_0.png)
58+
59+
### Learning patterns of mixed sine waves with RNNs and CNNs
60+
61+
Examples of waves the models were trained on.
62+
63+
![](./HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_files/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_4_0.png)
64+
65+
Predicting the next 10 steps using a simple RNN.
66+
67+
![](./HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_files/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_30_0.png)
68+
69+
Predicting the entire sequence in time-steps using Long Short-Term Memory cells.
70+
71+
![](./HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_files/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_51_0.png)
72+
73+
Predicting the entire sequence in time-steps using a 1D Convolutional Neural Network based on the WaveNet architecture.
74+
75+
![](./HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_files/homl_ch15_Processing-sequences-using-RNNs-and-CNNs_61_0.png)

0 commit comments

Comments
 (0)