219
Page views
6
Files
8
Videos
6
R.Links

Icon
Syllabus

UNIT
1
Introduction to ML

Introduction: Why Machine Learning? - Problems Machine Learning Can Solve - Knowing Your Task and Knowing Your Data - Why Python? - scikit – learn - Essential Libraries and Tools- Python 2 Versus Python 3.

UNIT
2
Supervised Learning:

Classification and Regression - Generalization, Over fitting, and Under fitting- Relation of Model Complexity to Dataset Size- Supervised Machine Learning Algorithms - Some Sample Datasets - k-Nearest Neighbors - Linear Models- Naive Bayes Classifiers - Decision Trees- Ensembles of Decision Trees- Kernelized Support Vector Machines - Neural Networks (Deep Learning) - Uncertainty Estimates from Classifiers - The Decision Function - Predicting Probabilities- Uncertainty in Multiclass Classification.

UNIT
3
Unsupervised Learning and Preprocessing

: Types of Unsupervised Learning - Challenges in Unsupervised Learning - Preprocessing and Scaling - Different Kinds of Preprocessing - Applying Data Transformations - Scaling Training and Test Data the Same Way - The Effect of Preprocessing on Supervised Learning - Clustering - k-Means Clustering - Agglomerative Clustering – DBSCAN - Comparing and Evaluating Clustering Algorithms - Summary of Clustering Methods

UNIT
4
Representing Data and Engineering Features:

Categorical Variables - One-Hot-Encoding (Dummy Variables) - Numbers Can Encode Categoricals - Automatic Feature Selection - Univariate Statistics - Model-Based Feature Selection - Iterative Feature Selection - Utilizing Expert Knowledge

UNIT
5
Working with Text Data

: Types of Data Represented as Strings - Example Application: Sentiment Analysis of Movie Reviews - Representing Text Data as a Bag of Words - Applying Bag-of-Words to a Toy Dataset - Bag-of-Words for Movie Reviews – Advanced Tokenization, Stemming, and Lemmatization - Topic Modeling and Document Clustering - Latent Dirichlet Allocation

Reference Book:

Sebastian Raschka & Vahid Mirjalili, “Python Machine Learning”, Packt Publishing Ltd.,Second Edition, 2017.ISBN - 978-1-78712-593-3 2. Sebastian Raschka & Vahid Mirjalili, “Python Machine Learning”, Packt Publishing Ltd.,Third Edition, 2017.ISBN - 978-1-78995-575-0 3. Yuxi (Hayden) Liu, “Python Machine Learning By Example”, Packt Publishing Ltd.,First Edition, 2017.ISBN - 978-1-78355-311-2 4. Aurelien Geron, “Hans-On Machine Learning with Scikit-Learn, Keras, and TensorFlow”, O’Reilly Media, Inc., Second Edition, ISBN – 978-1-492-03264-9

Text Book:

Andreas C. Müller & Sarah Guido, “Introduction to Machine Learning with Python A Guide for Data Scientists”, O’Reilly Media, Inc., First Edition, 2016.ISBN - 978-1-449-36941-5.

 

Print    Download