Skip to content

Commit 80769f9

Browse files
committed
This selection gives a variety of well-known, freely accessible and legal resources related to Machine Learning in Python
1 parent 19ae6d6 commit 80769f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

books/free-programming-python.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow](https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/) - Covers practical machine learning techniques with Python using popular libraries. Suitable for learners familiar with Python basics who want to dive deeper.
2+
- [Deep Learning with Python](https://www.manning.com/books/deep-learning-with-python) - Written by François Chollet, this book provides an accessible introduction to deep learning concepts with hands-on Python examples using Keras.
3+
- [Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/) - While not exclusively focused on machine learning, this handbook is an excellent resource for Python data science tools that underpin effective machine learning workflows.
4+
5+

0 commit comments

Comments
 (0)