Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added interactive courses, books, and YT channel #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has nothing to do with Machine Learning

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed. Also kindly ignore commit message. My apologies


## 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:

Expand Down Expand Up @@ -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)