From fdefdee0c5105ce28b0b0e9aaea3c58886621653 Mon Sep 17 00:00:00 2001 From: Alepha Null Date: Wed, 11 Oct 2023 22:52:31 +0530 Subject: [PATCH 1/2] Added Scrimba courses, one more book, YT Channel --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 43dae61..dfe3b45 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ Learn some math basics! Focus only on these topics, then come back later in case * [Khan Academy - Linear Algebra](https://www.khanacademy.org/math/linear-algebra) * [Khan Academy - Statistics Probability](https://www.khanacademy.org/math/statistics-probability) * [Optional: 3Blue1Brown - Essence of Linear Algebra](https://www.3blue1brown.com/essence-of-linear-algebra-page/) + * [Optional - The Organic Chemistry Tutor Math](https://www.youtube.com/@TheOrganicChemistryTutor/playlists) ## 2. Learn Python * [4h Beginner Course](https://youtu.be/rfscVS0vtbw) * [6h Intermediate Python Programming Course](https://youtu.be/HGOBQPFzWKo) +* [4h Beginner to Intermediate interactive Python Course](https://scrimba.com/learn/python) ## 3. Learn The ML Tech Stack: @@ -46,9 +48,12 @@ Solve Challenges and build your own projects with datasets from [Kaggle.com](Kag * Specialize in one field (e.g. Computer Vision, NLP, etc.) * Look at requirements in corresponding job descriptions and learn those skills * Tip: Create a blog and share tutorials and what you have learned! +* Tip #2: [Learn Markdown by making a Blog](https://scrimba.com/learn/markdownblog) ## Books If you prefer learning with books, these are great recommendations: * [Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow](https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/) * [Machine Learning with PyTorch and Scikit-Learn](https://www.packtpub.com/product/machine-learning-with-pytorch-and-scikit-learn/9781801819312) +* [Hands-On Data Science and Python Machine Learning](https://www.packtpub.com/product/hands-on-data-science-and-python-machine-learning/9781787280748) + From eb8eb18a336e62f04b06f74b8b3d27a5bbe90c98 Mon Sep 17 00:00:00 2001 From: Alepha Null Date: Fri, 13 Oct 2023 18:30:37 +0530 Subject: [PATCH 2/2] Added realtime date and changed colors --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dfe3b45..9e5c0a2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Learn some math basics! Focus only on these topics, then come back later in case * [Khan Academy - Linear Algebra](https://www.khanacademy.org/math/linear-algebra) * [Khan Academy - Statistics Probability](https://www.khanacademy.org/math/statistics-probability) * [Optional: 3Blue1Brown - Essence of Linear Algebra](https://www.3blue1brown.com/essence-of-linear-algebra-page/) - * [Optional - The Organic Chemistry Tutor Math](https://www.youtube.com/@TheOrganicChemistryTutor/playlists) ## 2. Learn Python