www.edureka.co/pythonPython Certification Training Topics Covered in Today’s Training Machine Learning Overview Introduction To Scikit-learn Installation of Scikit-learn Regression & Classification Demo 1 2 3 4 5
Copyright © 2018, edureka and/or its affiliates. All rights reserved. What is Machine Learning?
www.edureka.co/pythonPython Certification Training It is a type of Artificial Intelligence that allows software applications to learn from the data and become more accurate in predicting outcomes without human intervention. What is Machine Learning? Training Data Learn Algorithm Build Model Perform Feedback
www.edureka.co/pythonPython Certification Training Types of Machine Learning 03 Supervised 01 This is a process of an algorithm learning from the training dataset. This is a process where a model is trained using an information which is not labelled. Reinforcement learning is learning by interacting with a space or an environment. Unsupervised 02 Reinforcement 03
Copyright © 2018, edureka and/or its affiliates. All rights reserved. What is Sckit-learn?
www.edureka.co/pythonPython Certification Training Introduction to Scikit-learn P O R T A B L E Open source library which is licensed under BSD Built on Numpy, Scipy & Matplotlib Many tuning Parameters Documentation & Support
www.edureka.co/pythonPython Certification Training Installation of Scikit-learn pip install scikit-learn conda install scikit-learn COMMANDS: OR
www.edureka.co/pythonPython Certification Training Installation of Scikit-learn pip install scikit-learn conda install scikit-learn COMMANDS: OR
www.edureka.co/pythonPython Certification Training Scikit-learn From sklearn.linear_model import LinearRegression From sklearn.family import Model Example:
Copyright © 2018, edureka and/or its affiliates. All rights reserved. Regression & Clustering
www.edureka.co/pythonPython Certification Training Regression & Classification Classification Classification is the problem identifying to which set of categories a new observation belongs. Classifier Regression Regression is the prediction of a numeric value and often takes input as a continuous value.
www.edureka.co/pythonPython Certification Training Dataset ➢ The data set consists of 50 samples from three species of Iris - Iris Setosa, Virginica and versicolor ➢ Four features were measured from each sample: Length and the width of the sepals and petals, in centimetres. IRIS Dataset
Copyright © 2018, edureka and/or its affiliates. All rights reserved. Supervised Learning: Implement Logistic Regression
www.edureka.co/pythonPython Certification Training Classification Decision Tree Random Forest Naiive Bayes Classifier Support Vector Machine Algorithms
www.edureka.co/pythonPython Certification Training Classification Algorithms Decision Tree Random Forest Naiive Bayes Classifier Support Vector Machine
www.edureka.co/pythonPython Certification Training Support Vector Machine (SVM) ➢ SVM is a supervised machine learning algorithm which can be used for both classification or regression challenges ➢ It tries to define a hyperplane which can split the data in the most optimal way
Copyright © 2018, edureka and/or its affiliates. All rights reserved. SVM Use-Case
www.edureka.co/pythonPython Certification Training Support Vector Machine (SVM) Use SVM on the iris datset n we will create a model which can classify the flowers based on their features. Problem Statement
Copyright © 2018, edureka and/or its affiliates. All rights reserved. K-nearest neighbors
www.edureka.co/pythonPython Certification Training Session in a Minute Machine Learning Scikit-Learn Regression & Clustering Installation Demo
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Science Training | Edureka

Scikit Learn Tutorial | Machine Learning with Python | Python for Data Science Training | Edureka