11: Learning from Examples
Learning from examples is a core capability in AI, enabling agents to extract patterns from data and make predictions or decisions. This chapter introduces fundamental learning techniques and their ap

11.1 Types of Learning
11.1.1 Supervised Learning
11.1.2 Unsupervised Learning
11.1.3 Semi-Supervised Learning
11.1.4 Reinforcement Learning
11.2 Supervised Learning in Depth
11.2.1 Linear Regression
11.2.2 Classification
11.2.3 Overfitting and Regularization
11.3 Unsupervised Learning in Depth
11.3.1 Clustering
11.3.2 Dimensionality Reduction
11.4 Model Evaluation
11.4.1 Metrics for Regression
11.4.2 Metrics for Classification
11.5 Applications of Learning from Examples
11.5.1 Healthcare
11.5.2 Finance
11.5.3 Natural Language Processing (NLP)
11.6 Practical Considerations
11.6.1 Data Preprocessing
11.6.2 Bias and Fairness
11.7 Summary
Last updated