Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1.91 KB

MachineLearning.md

File metadata and controls

17 lines (8 loc) · 1.91 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.

  • 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.