Machine_Learning_Topics
Machine_Learning_Topics
Unit I: Introduction
- Supervised Learning: Uses labeled data to train models (e.g., classification, regression).
- Unsupervised Learning: Identifies patterns in unlabeled data (e.g., clustering, dimensionality reduction).
- Reinforcement Learning: Models learn through trial-and-error to maximize rewards (e.g., Q-learning).
- Problems where the inputs, outputs, and objective function are clearly specified.
- Steps in designing an ML system, including data collection, preprocessing, model selection, and evalua
4. History of ML:
5. Introduction to ML Approaches:
- Techniques like Artificial Neural Networks, Clustering, Reinforcement Learning, and Bayesian Networks
6. Issues in ML:
- Data Science focuses on data manipulation, visualization, and insights, while ML emphasizes prediction
Unit II: Regression, Bayesian Learning, and Support Vector Machine
1. Regression:
- Linear Regression: Models a linear relationship between input and output variables.
- Logistic Regression: For binary classification, uses sigmoid function to estimate probabilities.
2. Bayesian Learning:
- Bayes Theorem: Calculates posterior probabilities using prior knowledge and evidence.
- Bayesian Classifiers: Naïve Bayes and Bayesian Belief Networks for probabilistic inference.
- Kernels: Transform non-linear data into higher dimensions (e.g., linear, polynomial, Gaussian kernels).
- ID3 Algorithm: Constructs a tree by selecting attributes that maximize information gain.
2. Instance-Based Learning:
- k-Nearest Neighbor (k-NN): Classifies data points based on proximity to labeled instances.
- Radial Basis Function Networks: Uses radial basis functions as activation functions.
- Case-Based Learning: Relies on stored cases and adapts solutions for new problems.
- Perceptrons and Multilayer Perceptrons: Basic building blocks for deep learning.
2. Deep Learning:
- Layers in CNN:
- Key Concepts:
- Q-Learning Algorithm: Learns the optimal action-value function using a temporal difference method.
- Components: