From e3074368d423bcf709e7c13ee5fd00b373091e25 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Sat, 16 May 2020 18:38:44 -0700 Subject: [PATCH] Update README.md Fixing missing deep learning link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afc92b41..4295e7ad 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)