Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
19 views

ML Foundation Using Python V1

This document provides an overview of a machine learning course using Python. The course is designed to give students an introduction to machine learning and covers topics like setting up a Python environment, accessing and preparing data with Pandas and SciPy, performing data exploration and visualization, using machine learning algorithms like regression and classification with Scikit-learn, and building and validating models. The course is spread over 3 days and includes hands-on exercises on real-world data.

Uploaded by

Mukram Khan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

ML Foundation Using Python V1

This document provides an overview of a machine learning course using Python. The course is designed to give students an introduction to machine learning and covers topics like setting up a Python environment, accessing and preparing data with Pandas and SciPy, performing data exploration and visualization, using machine learning algorithms like regression and classification with Scikit-learn, and building and validating models. The course is spread over 3 days and includes hands-on exercises on real-world data.

Uploaded by

Mukram Khan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Machine Learning using Python

Machine Learning is emerging as a hot new profession


and academic discipline. Harvard Business Review says Topics:
Data Scientist is the Sexiest Job of the 21st Century. But
demand for data scientists is racing ahead of supply.  Understanding the AI/ML
People with the necessary skills are scarce, primarily landscape and problem
because the discipline is so new. This course is designed to domain
give a start and introduction to this new discipline. This  Setting up Data Analysis
course is spread across 2 days and will have a plenty of Environment in python
hands on exercises on real world data.  Accessing, preparing and
exploring data with Pandas &
Scipy
 Data Exploration and
visualization & Basic Statistical
Analysis
Pre-requisites:
 Machine Learning using Scikit-
 A basic understanding of data and programming learn
is required.  Making Predictions using
 Programming knowledge using Python is essential Regression and classification
algorithms
 Clustering
 Building and validating models
Hardware & Software:
Days:
3 days or
Approximately 20 Hrs
 A desktop or notebook with 64 bit OS (Windows/Mac)
 8 GB RAM
 High speed Internet connection 256 kbps+
Machine Learning using Python

Course Outline
Introduction to Data Science
Introduction to Data Setting up Python Environment for Data Analysis
Science and Setting up Overview of Data Analysis Software Stack - Numpy, Pandas, Matplotlib,
data analysis environment scipy and Scikit-learn
Hands On Exercise

Introduction to Numpy array


Working with Numbers Overview of Array and operations
N-Dimensional array and manipulations

Loading data from varieties of sources: CSV, Databases


Data manipulation - Filtering, Grouping, Ordering of data
Accessing and preparing
Dealing with missing Data
data with Pandas
Dealing with Continuous and categorical variables
Normalizing and transforming data

Basic Statistical analysis using scipy.stats


Data Exploration,
Drawing Histograms, Bar charts, Density Plots, Box Plots
Visualizations & Statistical
Drawing Density plots and understating data distributions
Analysis Univariate Analysis – Statistics Summary, Hypothesis tests

Understand Regression Techniques


Simple Linear Regression & Multiple Linear Regressions
Regression and
Measuring accuracy of the models
Classification Algorithms
Regression Diagnostics - Validating Models
Making Predictions using Classification algorithms - Logistic Regression

Creating Training, validation and Test Data Sets


Steps to build and validate
Cross validations
models Understanding Accuracy measures

Creating Training, validation and Test Data Sets


Cross validations
Model Evaluation
Understanding Evaluation Metrics: RMSE, R-square, ROC, Confusion
Matrix, Precision, Recall, Accuracy etc.

Use Cases to be Discussed:


 Used Car Price Prediction: Predicting the price of an used car. (Regression
Problem)
Machine Learning using Python
 Employee Attrition Prediction: Predicting if an employee is likely to leave or
not using employee related data. (Classification Problem)
 Product Segmentation: Segmenting products using product attributes for
new product launch or competitor analysis. (Clustering problem)

Manaranjan Pradhan
Freelance Consultant – Machine Learning & Big Data Engineering
https://in.linkedin.com/in/manaranjanpradhan

Manaranjan Pradhan, an IIM Bangalore alumni, has about 20+ years of industry
experience working on Big Data & Machine Learning. He has worked with TCS,
HP, and iGATE and worked on large scale project implementations for customers
like Motorola, Home Depot, CKWB Bank, P&G in the roles of solution and
technical architect. He is a freelancer who provides consulting and training on
Big data & Data Science including Machine Learning. He has been teaching Big
Data and Machine Learning for 7+ years and has trained more than 1000
people from several large MNCs including EMC, CISCO, TESCO, HP,
YODLEE, Goldman Sachs, Software AG, Amadeus, Cognizant, Cap
Gemini, Accenture etc. He is an alumnus of Indian Institute of Management,
Bangalore (IIMB).
He is an adjunct faculty for Indian Institute of Management, Bangalore and Indian School
of Business, Hyderabad. Both are ranked among top 30 business schools in the world.
He has co-authored the best-selling book Machine Learning using Python
He has published the following machine learning cases in (HBR) Harvard Business Publishing:
1. Customer Analytics at Big Basket – Product Recommendations
2. Improving Lead Generation at Eureka Forbes Using Machine Learning Algorithms

Book Published by Manaranjan Pradhan


https://www.amazon.in/gp/product/8126579900

You might also like