Book Image

Data Mining with Python: Implementing Classification and Regression

By : Saimadhu Polamuri
Book Image

Data Mining with Python: Implementing Classification and Regression

By: Saimadhu Polamuri

Overview of this book

<p>Python is a dynamic programming language used in a wide range of domains by programmers who find it simple yet powerful. In today’s world, everyone wants to gain insights from the deluge of data coming their way. Data mining provides a way of finding these insights, and Python is one of the most popular languages for data mining, providing both power and flexibility in analysis. Python has become the language of choice for data scientists for data analysis, visualization, and machine learning.</p> <p>In this course, you will discover the key concepts of data mining and learn how to apply different data mining techniques to find the valuable insights hidden in real-world data. You will also tackle some notorious data mining problems to get a concrete understanding of these techniques.</p> <p>We begin by introducing you to the important data mining concepts and the Python libraries used for data mining. You will understand the process of cleaning data and the steps involved in filtering out noise and ensuring that the data available can be used for accurate analysis. You will also build your&nbsp;first intelligent application that makes predictions from data. Then you will learn about the classification and regression techniques such as logistic regression, k-NN classifier, and SVM, and implement them in real-world scenarios such as predicting house prices and the number of TV show viewers.</p> <p>By the end of this course, you will be able to apply the concepts of classification and regression using Python and implement them in a real-world setting.</p>
Table of Contents (5 chapters)
Chapter 5
Classification Concepts
Content Locked
Section 3
Support Vector Machine
Introducing the support vector machine algorithm by explaining the key concepts in support vector machine such as hyper planes, support vectors, and margins. - Understanding the key concepts in support vector machine such as hyper planes, support vectors, margins - Learn how to find the optimal hyperplane - Discuss the advantages and disadvantages of using the support vector machine algorithm