Course |
Learning outcome (at course level) |
Learning and teaching strategies |
Assessment Strategies |
|
Course Code |
Course Title |
|||
24MBB323 |
Machine Learning –I (Practical)
|
CO375: Formulate a problem for business analytics. CO376: Apply python and orange tool for machine learning implementation on business problem. CO377: Prepare the dataset for computation after collected it from the business domain based data source. CO378: Select suitable machine learning technique for designing a model. CO379: Develop a machine learning model for business problems. CO380: Contribute effectively in course-specific interaction |
Approach in teaching: Interactive Lectures, Group Discussion, Tutorials, Case Study Learning activities for the students: Self-learning assignments, presentation |
Class test, Semester end examinations, Quiz, Assignments, Presentation |
Basic Data Mining Tasks, Data Mining versus Knowledge Discovery in Databases, Applications of Machine Learning, Machine Learning vs AI, Types of Machine Learning, Metrics, Accuracy Measures: Precision, recall, F-measure, confusion matrix, cross-validation, bootstrap, Probability and likelihood, probability distribution. Data Mining tool Orange.
Association rules, Apriori algorithm, FP tree algorithm, and their implementation in python and Orange tool, Market Basket Analysis and Association Analysis.
k-means and implementation of k-means using python and Orange tool, Concept of other clustering algorithms: Expectation Maximization (M) algorithm, Hierarchical clustering, and DBSCAN.
model Construction, performance, attribute selection Issues: under, Over-fitting, cross validation, tree pruning methods, missing values, Information Gain, Gain Ratio, Gini Index, continuous classes. Classification and Regression Trees (CART) and C 5.0 .Implementation of decision tree in python and Orange tool.
Linear Regression, Multiple Linear Regression, Logistic Regression, Naïve Bayes and Support Vector Machines(SVM), Implementation of Linear Regression, Logistic Regression, Naïve Bayes and SVM in python and Orange tool.