File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments