Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 4.04 KB

MachineLearning.md

File metadata and controls

29 lines (15 loc) · 4.04 KB

Back

Machine learning with Python resources

Resources for Learning ML

  • Google’s Python Class: This is a free class provided by the developers at Google. It includes written materials, lecture videos, and lots of code exercises to practice Python coding. The first exercises work on basic Python concepts like strings and lists, building up to the later exercises which are full programs dealing with text files, processes, and HTTP connections.

  • Introduction to Data Science using Python: In this course, you will understand the basics of data science and analytics as well as how to use Python and scikit-learn. The course will show you what data science is and how is it used. You will go through commonly used terms and write some code in Python as well.

  • Data Science, Machine Learning, Data Analysis, Python & R: This course has been designed by data scientists to help you learn complex theory, algorithms, and Python libraries. With every tutorial, you will develop new skills and improve your understanding of this challenging yet lucrative sub-field of data science. The course includes both Python and R and is also packed with practical exercises that are based on real-life examples.

  • Data Science, Machine Learning, Data Analysis, Databases, Data visualization: This course has been designed by data scientists to help you learn complex theory, algorithms, and Python libraries. With every tutorial, you will develop new skills and improve your understanding of this challenging yet lucrative sub-field of data science. The course includes only Python based practical exercises that are based on real-life examples. This is a complete beginner course.

  • MatPlotLib with Python: This course has been designed for those who want to learn a variety of ways to visually display data.

  • Machine Learning With Python: In this e-book, you will learn essential techniques of machine learning in predictive analysis using Python programming language.

  • TensorFlow 2.0: This is a free 7-hour TensorFlow 2.0 course designed for Python programmers covering: core learning algorithms, deep learning with neural networks, computer vision, natural language processing and reinforcement learning.

  • Coursera's Machine Learning course: This is a fully online Coursera course offered by Stanford University. The course can be audited (i.e. you can view all the course materials) for free, and should take ~60 hours to complete. This free course is also available on Youtube

  • Applied Machine Learning in Python: This is a online Coursera specialization which consists of total 5 courses which covers concepts ranging from basic data manipulation to text analysis. This course is great for beginners and the exercises are good as well.

  • Orielly Python for Data Analysis: This book is one of the best books out there for data analysis and Python.

  • Google's Teachable Machine: Google's teachable machine is really nice way to learn how to train a machine and how machine learning actually works!

  • Machine Learning Engineering: Github repository that includes Machine Learning Engineering Guides and Tools, an open collection of methodologies to help with successful training of large language models and multi-modal models.