From 334e91d3d42574c2c9d59b2abaaeabd6fc4f6ac1 Mon Sep 17 00:00:00 2001 From: Mohamed Zahran Date: Mon, 30 Jan 2023 14:24:08 +0200 Subject: [PATCH 1/2] [ADD] Adding Andrej Karpathy series Adding [Andrej Karpathy's series Neural Networks: Zero to Hero ]( https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ ) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0eedaed..83bd341 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ It's a great way to learn. * [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/) * [**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) #### Build your own `Operating System` From 6c64825a99688e223907f17433f7294fa3c1c0a6 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Tue, 31 Jan 2023 07:30:25 +0000 Subject: [PATCH 2/2] Minor formatting change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83bd341..3b98c97 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ It's a great way to learn. * [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/) * [**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: Zero to Hero_](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) #### Build your own `Operating System`