3 Pred Analysis
3 Pred Analysis
Learning
Dr Srinivas Padmanabhuni
[email protected]
Predictive Analytics / ML Types
Machine learning
Inductive – from raw data to general patterns/rules/models/knowledge/program
Model/pattern could be several types – Equation, Tree, Graph , Brain like structure
Types of Machine Learning
• A human builds a model based on labelled input
and output data
• Classification
Supervised • That model is trained with a training set of data
• Regression
• That model is tested with a test set of data
• Deployment if the output is satisfactory
• Clustering
• No Output variable • Association Rule Mining
• Identification of patterns in unlabelled input • Feature Extraction
Unsupervised data • Anomaly Detection
• Patterns could be clusters, Associations etc • Collaborative Filtering
• PCA
Emotion of self-learning
Technically, Reinforcement Learning need not have past data
Notion of a set of states from start to finish
At each state a set of rewards and punishments
Goal is improve performance of reaching goal by changing values
Example Applications include games, dynamic path planning for robots, etc
Longitudinal Analysis
Reinforcement Learning
Human-crafted rules
Anomaly Detection
Often data points exist which do not
follow usual behaviour as rest of
data
When you shop on Amazon this is what they suggest when you buy something
METRICS
Regression
R2 = 1 - SSE / SST
Unit Independent
Classification Model Evaluation Techniques
Classification Model Evaluation
Techniques