-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3ea93f1
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# learn-data-science-and-machine-learning | ||
|
||
## Mathematics | ||
- [(Book, Free) Mathematics for Machine Learning](https://mml-book.github.io/) | ||
- [(Book, Free) A Programmer's Introduction to Mathematics](https://pimbook.org/) | ||
|
||
## Python Tools | ||
- [(GitHub) Scientific Visualization: Python + **Matplotlib**](https://github.com/rougier/scientific-visualization-book) | ||
- [(GitHub) 100 **numpy** exercises (with solutions)](https://github.com/rougier/numpy-100) | ||
- [(GitHub) Practice your **pandas** skills!](https://github.com/guipsamora/pandas_exercises) | ||
|
||
## Learn SQL | ||
- [(Book, Free) PostgreSQL. Основы языка SQL](https://postgrespro.ru/education/books/sqlprimer) | ||
- [(Online, Free) PostgreSQL Exercises](https://pgexercises.com/) | ||
- [(Online, Free) Интерактивный учебник по SQL](http://www.sql-tutorial.ru/) и [(Online, Free) Упражнения по SQL](https://sql-ex.ru/?Lang=0) | ||
|
||
## Classic Machine Learning | ||
- [(Online, Free) Учебник по машинному обучению от ШАД](https://education.yandex.ru/handbook/ml) | ||
- [(Online, Free) mlcourse.ai - open Machine Learning course by OpenDataScience (ods.ai)](https://mlcourse.ai/book/index.html) | ||
- [(Book, Free) Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/) | ||
|
||
|
||
## Deep Learning | ||
- [(Book, Free) Deep Learning, book by Ian Goodfellow, Yoshua Bengio, and Aaron Courville](https://www.deeplearningbook.org) | ||
- [(Book, Free) Neural Networks and Deep Learning by Michael Nielsen](http://neuralnetworksanddeeplearning.com) | ||
|
||
|
||
## Statistical Learning | ||
- [(Book, Free) An Introduction to Statistical Learning with applications in R/Python](https://www.statlearning.com/) | ||
|
||
|
||
## Bonus | ||
- [Short Kaggle Courses about all related topics](https://www.kaggle.com/learn) |