/Machine-Learning-with-Scikit-learn

Machine Learning with Scikit-learn by Packt Publishing

Primary LanguageJupyter NotebookMIT LicenseMIT

Machine Learning with Scikit-learn [Video]

This is the code repository for Machine Learning with Scikit-learn [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Machine learning is the buzzword bringing computer science and statistics together to build smart and efficient models. Using powerful algorithms and techniques offered by machine learning, you can automate any analytical model. This course examines a variety of machine learning models including popular machine learning algorithms such as k-nearest neighbors, logistic regression, naive Bayes, k-means, decision trees, and artificial neural networks. It also discusses data preprocessing, hyperparameter optimization, and ensemble methods. You will build systems that classify documents, recognize images, detect ads, and more. You’ll learn to use scikit-learn’s API to extract features from categorical variables, text and images; evaluate model performance; and develop an intuition for how to improve your model’s performance. By the end of this course, you will master all required concepts of scikit-learn to build efficient models at work to carry out advanced tasks with the practical approach.

What You Will Learn

  • Review fundamental concepts such as bias and variance
  • Extract features from categorical variables, text, and images 
  • Predict the values of continuous variables using linear regression and K Nearest Neighbors 
  • Classify documents and images using logistic regression and support vector machines
  • Create ensembles of estimators using bagging and boosting techniques
  • Discover hidden structures in data using K-Means clustering
  • Evaluate the performance of machine learning systems in common tasks

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
Familiarity with machine learning fundamentals and Python are helpful, but not required

Technical Requirements

This course has the following software requirements:
Python 3.x

Related Products