From 2299b1426345526cd65fec42fa56913e323ac077 Mon Sep 17 00:00:00 2001 From: jh-song-en <72897259+jh-song-en@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:49:45 +0900 Subject: [PATCH] fix link to Deep_Learning code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a26ba7a2..9767e3d3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you are on Windows, it's [potentially more complicated](https://stackoverflow 16. [Logistic Regression](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/logistic_regression.py) 17. [Decision Trees](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/decision_trees.py) 18. [Neural Networks](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/neural_networks.py) -19. [Deep Learning] +19. [Deep Learning](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/deep_learning.py) 20. [Clustering](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/clustering.py) 21. [Natural Language Processing](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/nlp.py) 22. [Network Analysis](https://github.com/joelgrus/data-science-from-scratch/blob/master/scratch/network_analysis.py)