Compare commits

...

2 Commits

Author SHA1 Message Date
荏苒何从cc 019438e67d
Merge 4730d66d98 into a8bc6fbcf1 2025-07-11 15:34:32 +08:00
cyh1998 4730d66d98 [Add] Neural Networks and Deep Learning 2023-03-10 10:06:57 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ It's a great way to learn.
* [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5) * [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5)
* [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) * [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/)
* [**Python**: _Neural Networks: Zero to Hero_](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) * [**Python**: _Neural Networks: Zero to Hero_](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ)
* [**Python**: _Neural Networks and Deep Learning_](http://neuralnetworksanddeeplearning.com/)
#### Build your own `Operating System` #### Build your own `Operating System`