Introduction to Machine Learning
Introduction to Machine Learning
Key Characteristics:
• Raw Data: No prior defined labels or marks.
• Objective: unmask underlying structures and arrang-
ments.
Example: Grouping customer behavior. A machine can
group people based on their spending habits without knowing
the real grouping..
Common Algorithms:
• K mean cluster or simply K means
Fig. 3. Workflow of Reinforcement Machine Learning
• Hierarchial cluster
• Density Based Spatial Clustering of Applications with
Noise (DBSCAN) III. U NDERFITTING AND OVERFITTING
• PCA Principal componenet or PCA A. Underfitting
• T-distributed Stochastic Neighbor Embedding or t-SNE
When the model does not incorporate the underlying data
• Auto-encoders
complexities and is overly simplistic, it leads to underfitting.
Applications: Both the training data and test data yield disappointing results.
• Marketing: make mesured ad campaigns Characteristics:
• Healthcare: Mark abnormalities in imaging data
• High Bias: The model lacks nuance, having a consistent
• Economic: Help determine false and true claims
unrealistic view of the data
C. Reinforcement Learning • Low Variance: The structure which guides the model is
Example: A robot navigating a maze receives rewards for linear by adding layers to the model.
reaching the goal and penalties for hitting walls learning the • Include more relevant features to provide the model with