Book Image

Python for Machine Learning - The Complete Beginner's Course [Video]

By : Meta Brains
Book Image

Python for Machine Learning - The Complete Beginner's Course [Video]

By: Meta Brains

Overview of this book

Machine learning is a branch of computer science in which you can use mathematical input to develop complicated models that fulfil various roles. Python is a popular choice for building machine learning models because of the large number of libraries available. This course will walk you through an astonishing combination of Python and machine learning, teaching you the fundamentals of machine learning so you can construct your own projects. We will begin by studying Python programming and applying Scikit-Learn to machine learning regression in this course. After that, we will look at the theory underpinning simple and multiple linear regression algorithms. Following that, we will look at how to solve linear and logistic regression issues. Later, we will use sklearn to learn both the theory and the actual application of logistic regression. We will also go into the math underpinning decision trees. Finally, you will learn about the various clustering algorithms. By the end of this course, you will be able to use these algorithms in the real world. The code bundle for this course is available at: https://github.com/PacktPublishing/Python-for-Machine-Learning---The-Complete-Beginner-s-Course
Table of Contents (10 chapters)
10
Conclusion
Chapter 5
Classification Algorithms: K-Nearest Neighbors
Content Locked
Section 6
Implementation in Python: Importing the Dataset
In this video, you will learn how to import the dataset.