Introduction
Machine learning is a type of artificial intelligence (AI) that provides computers with the ability to learn without being explicitly programmed. Machine Learning algorithms comb through data and identify patterns that are too complex to be discerned by the human mind. These patterns can then be used for decision making and action.
In this course we will use a Graphical User Interface (GUI) based Machine Learning tool (this course does not require any programming). We will work through examples and understand the top regression, classification and ensemble machine learning algorithms.
We will also understand the process of problem solving through machine learning – including problem definition framework, data preparation, algorithm spot check, fine-tuning results and presenting outcome.
Course Objectives:
Duration
7 hours, 1 Day Course
Mode of Delivery
Classroom-based, Instructor-led Training
Course Outline
- Introduction to Machine Learning
- What is Machine Learning
- Machine Learning in Real life
- Types of Machine Learning
- Key ML Models
- Installing Weka
- Load Dataset to Weka
- Build Your First Classifier
- Classification
- What is Classification?
- K-Nearest Neighbours (KNN)
- Support Vector Machine (SVM)
- Naive Bayes
- Decision Tree (DT)
- Regression
- What is Regression?
- Linear Regression
- Support Vector Regression
- K-Nearest Neighbour Regression
- Ensemble Methods
- What is Ensemble Methods?
- Bagging
- Random Forest
- Stacking
- Clustering
- What is Clustering?
- K-Means Clustering
- Hierarchical Clustering
- Neural Network
- What is Neural Network?
- Multilayer Perceptron Classifier
- Problem Solving through Machine Learning
- Problem Definition
- Data Conceptualization
- Data Gathering
- Feature Engineering
- Algorithm Spot Check
- Fine Tuning Model
- Pitfalls