From 4730d66d98d2f1e6f243950f233d238365befda2 Mon Sep 17 00:00:00 2001 From: cyh1998 <971415706@qq.com> Date: Fri, 10 Mar 2023 10:06:57 +0800 Subject: [PATCH] [Add] Neural Networks and Deep Learning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91de803..5d6d44f 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,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**: _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 and Deep Learning_](http://neuralnetworksanddeeplearning.com/) #### Build your own `Operating System`