0% found this document useful (0 votes)
13 views2 pages

Syllabus ML

The EE-21015 Machine Learning Laboratory course focuses on practical skills in Python programming and the implementation of various machine learning algorithms. Students will complete at least eight experiments covering topics such as regression, classification, and neural networks, culminating in real-world applications. The course includes recommended textbooks and online resources for further learning.

Uploaded by

dindevishakha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views2 pages

Syllabus ML

The EE-21015 Machine Learning Laboratory course focuses on practical skills in Python programming and the implementation of various machine learning algorithms. Students will complete at least eight experiments covering topics such as regression, classification, and neural networks, culminating in real-world applications. The course includes recommended textbooks and online resources for further learning.

Uploaded by

dindevishakha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

EE-21015 Machine Learning Laboratory

Teaching Scheme: Examination


Scheme:
Practical: 2 hrs/week Term Work:
50 Marks
Oral/Practical: 50
Marks

Course Outcomes:

At the end of this course students will be able to,


1. code efficiently in python
2. explain the basic concepts of machine learning.
3. make use of data sets in implementing the machine learning algorithms
4. understand the implementation procedures for the machine learning
algorithms
5. appreciate the underlying mathematical relationships within and across
machine learning algorithms.
6. design and apply machine learning algorithms to real world problems.

The laboratory should consist of minimum eight experiments based on the following
topics:

List of Experiments:

1. Data structure in python.


2. Plotting with python.
3. Linear Regression.
4. Logistic Regression.
5. Classification.
6. Implementation of AND/OR/NOT Gate using Perceptron.
7. Implementation of XOR Gate Using Multi-Layer Perceptron/ Error Back
Propagation.
8. Implementation of XOR Gate Using Radial Basis Function Network.
9. Understanding the concepts of Perceptron Learning Rule.
10.Understanding the concepts of Correlation Learning Rule.
11.Write a program to demonstrate the working of the decision tree based
algorithm.
12.Implement the naïve Bayesian classifier for a sample training data set stored
as a .CSV file.
13.Write a program to implement k-Nearest Neighbour algorithm to classify the
iris data set.
14.Deep Learning Based experiment – 1.
15.Deep Learning based experiment – 2.

Text Books:
• Christopher M. Bishop, “Pattern Recognition and Machine Learning”, Springer,
2006.
• Trevor Hastie, Robert Tibshirani, Jerome Friedman, “The Elements of
Statistical Learning”, 2nd edition, Springer, 2017.

Reference Books:

• Ethem Alpaydin, “Introduction to Machine Learning”, Second Edition, The MIT


Press, 2010.
• Tom Mitchell, “Machine Learning”, McGraw-Hill, 1997.
• Stephen Marsland, “Machine Learning: An Algorithmic Perspective”, CRC
Press, 2009.

e Learning Resources:

• Prof. Andrew Ng, Stanford online lecture series on Machine Learning


https://www.coursera.org/learn/machine-learning
• Prof. Andrew Ng, Stanford online lecture series on Deep Learning
Specialization
https://www.coursera.org/specializations/deep-learning
• Prof. Balaraman Ravindran, IIT MAdra, online lecture series on Machine
Learning
https://nptel.ac.in/courses/106/106/106106139/

You might also like