Online MachineLearningUsing Python
Online MachineLearningUsing Python
2 0 2 0 3
Pre-requisite Nil Syllabus Version
Course Objectives:
This course introduces the basics of machine learning using an approachable and well-known
programming language, Python. It covers a broad set of operations including preparing and analyzing
the datasets, segregating into training and testing, selecting appropriate models based on data, training
the data by varying hyperparameters to achieve better results and to visualize the results for preferable
understanding.
Course Outcome:
By the end of the course the students will be able to,
1. Analyze, pre-process, classify the dataset and select appropriate algorithm for training the
model.
2. Train the machine learning model using chosen algorithm to predict/classify/cluster and
produce information.
3. Able to ensemble multiple models in case of requirement for better results.
4. Choose appropriate metrics to check validity of trained models and create visualizations for
better presentation.