

MACHINE LEARNING
Machine learning is the Science of programming computers to “learn” from data. It involves using algorithms that can learn from observational data and make prediction without relying on predetermined equations.
They are used in many sectors:
-
Financial – Credit Scoring, Fraud detection
-
Security – Face recognition, Motion detection - Cameras
-
Health – Tumor detection, MRI imaging
-
Education - Tutoring, search engines
-
Transport - Accident prevention, preventive maintenance
Machine Learning Techniques
-
Regression: establishing a mathematical equation as a model to represent the interactions between the different variables in consideration. Logistal and Linear Regression models are common.
-
Time Series Model - forecasting the future behavior of variables.
-
Cluster detection: Recognizing distinct clusters or sub-categories within the data
-
Classification and regression trees (CART) are a non-parametric decision tree learning technique that produces either classification or regression trees, depending on whether the dependent variable is categorical or numeric, respectively.