Skip to content

Commit 85517a8

Browse files
committed
Update README.md
Minor changes. Typo corrected.
1 parent 71347c1 commit 85517a8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![version](https://img.shields.io/badge/version-Dev-blue)
33
![release](https://img.shields.io/badge/release-0.7.2-blue)
44
![language](https://img.shields.io/badge/language-Python_3.7%7C3.8-brightgreen)
5-
![last-update](https://img.shields.io/badge/last_update-08/05/2021-orange)
5+
![last-update](https://img.shields.io/badge/last_update-08/11/2021-orange)
66
![last-update](https://img.shields.io/badge/license-MIT-orange)
77

88
Free hands-on and interactive course in Python, which starting from Data Science offers examples (in Google Colab) and explanation (in Twitter threads) on concepts and techniques of Machine Learning, Deep Learning and NLP.
@@ -15,15 +15,15 @@ The best way to get the most out of this course is to carefully read each select
1515
If you want to play with these notebooks online without having to install any library or configure hardware, you can use the following service:
1616
- <a href="https://colab.research.google.com/github/ansegura7/MachineLearning/blob/master/" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
1717

18-
## Content
19-
Data Science
18+
## Contents
19+
1. Data Science
2020
- Correlation Coefficients: <a href="https://twitter.com/SeguraAndres7/status/1392925454072524803?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1OdjOUc1NNonBfia9Qx4tsfm4-oSYoRMU?usp=sharing" target="_blank">code</a>
2121
- Feature Scaling: <a href="https://twitter.com/SeguraAndres7/status/1410994524894240771?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1DsvTezhnwfS7bPAeHHHHLHzcZTvjBzLc?usp=sharing" target="_blank">code</a>
2222
- Entropy and Cross-Entropy: <a href="https://twitter.com/SeguraAndres7/status/1371554857560182790?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1c0BcPyK2e_FmdsfOV5la8ZC_u_T80TTf?usp=sharing" target="_blank">code</a>
2323
- Data Visualization & Dimensionality Reduction: <a href="https://colab.research.google.com/drive/17ZBnZKvn-ujWNmNn-4rdI2BU9lsL4Pg3?usp=sharing" target="_blank">code</a>
2424
- Linear Discriminant Analysis: <a href="https://colab.research.google.com/drive/14oqbmxYlYzgSw4MJzp7YrXBXGQ-N2y19?usp=sharing" target="_blank">code</a>
2525

26-
Machine Learning
26+
2. Machine Learning
2727
- What is Machine Learning: <a href="https://twitter.com/SeguraAndres7/status/1406325975080656896?s=20" target="_blank">explanation</a>
2828
- Fundamentals: <a href="https://twitter.com/SeguraAndres7/status/1374683470342066177?s=20" target="_blank">explanation</a>
2929
- Unsupervised Learning (UL)
@@ -38,12 +38,12 @@ Machine Learning
3838
- ROC Curve: <a href="https://colab.research.google.com/drive/1dJJA5w4EgwssogEwJoKqb5ocYX1CKmWv?usp=sharing" target="_blank">code</a>
3939
- Overfitting and Regularization: <a href="https://twitter.com/SeguraAndres7/status/1359893579737550857?s=20" target="_blank">explanation</a>
4040

41-
Deep Learning
41+
3. Deep Learning
4242
- XOR NN Solution: <a href="https://twitter.com/SeguraAndres7/status/1376252172892049414?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1p8LfavHB1-VAmDPbjaHi9o5b1B5AYLwf?usp=sharing" target="_blank">code</a>
4343
- Feed Forward NN: <a href="https://twitter.com/SeguraAndres7/status/1374419061656883204?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1uv_0qeH4UnINP-g-GCb93-6xDNfvHx00?usp=sharing" target="_blank">code</a>
4444
- CNN to Classify Images: <a href="https://twitter.com/SeguraAndres7/status/1350184192781541376?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1SWeCHHwVAViYRFpdg5JyJ-geEpbbJf6G?usp=sharing" target="_blank">code</a>
4545

46-
Natural Language Processing
46+
4. Natural Language Processing
4747
- Computational Linguistics vs NLP: <a href="https://twitter.com/SeguraAndres7/status/1385962128473997314?s=20" target="_blank">explanation</a>
4848
- Top NLP Libraries: <a href="https://twitter.com/SeguraAndres7/status/1391587231505260544?s=20" target="_blank">explanation</a>
4949
- Text Normalization: <a href="https://twitter.com/SeguraAndres7/status/1393661103670972416?s=20" target="_blank">explanation</a> \| <a href="https://colab.research.google.com/drive/1tTWlUUj_sWy0cKAX04MZG-dku3yYSKZJ?usp=sharing" target="_blank">code</a>
@@ -56,7 +56,6 @@ Any kind of feedback/suggestions would be greatly appreciated (algorithm design,
5656
## Author
5757
- Created by Andrés Segura-Tinoco
5858
- Created on Mar 06, 2021
59-
- Updated on Aug 05, 2021
6059

6160
## License
6261
This project is licensed under the terms of the <a href="https://github.com/ansegura7/MachineLearning/blob/main/LICENSE">MIT license</a>.

0 commit comments

Comments
 (0)