bpbpublications / Hands-on-Supervised-Learning-With-Python

Hands-on Supervised Learning With Python, published by BPB Publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-on Supervised Learning with Python

Learn How to Solve Machine Learning Problems with Supervised Learning Algorithms Using Python

This is the code repository for Hands-on Supervised Learning with Python , published by BPB Publications. It contains all the supporting project files necessary to work through the journey of this book

About the Book

You will learn about the fundamentals of Machine Learning and Python programming post, which you will be introduced to predictive modelling and the different methodologies in predictive modelling. You will be introduced to Supervised Learning algorithms and Unsupervised Learning algorithms and the difference between them. We will focus on learning supervised machine learning algorithms covering Linear Regression, Logistic Regression, Support Vector Machines, Decision Trees and Artificial Neural Networks. For each of these algorithms, you will work hands-on with open-source datasets and use python programming to program the machine learning algorithms. You will learn about cleaning the data and optimizing the features to get the best results out of your machine learning model. You will learn about the various parameters that determine the accuracy of your model and how you can tune your model based on the reflection of these parameters.

What will you learn

  • Get a clear vision of what is Machine Learning and get familiar with the foundation principles of Machine learning.
  • Understand the Python language-specific libraries available for Machine learning and be able to work with those libraries.
  • Explore the different Supervised Learning based algorithms in Machine Learning and know how to implement them when a real-time use case is presented to you.
  • Have hands-on with Data Exploration, Data Cleaning, Data Preprocessing and Model implementation.
  • Get to know the basics of Deep Learning and some interesting algorithms in this space.
  • Choose the right model based on your problem statement and work with EDA techniques to get good accuracy on your model

Related Products

About

Hands-on Supervised Learning With Python, published by BPB Publications

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%