ML Unit4 QB Solutions
ML Unit4 QB Solutions
Genetic Operators in Genetic Algorithms (GAs) are key processes that enable the evolutionary
mechanism, transforming populations over generations. Here's a more detailed breakdown:
1. Selection
2. Crossover (Recombination)
3. Mutation
4. Elitism
Key Concepts
• Assumptions: Assumes that data from each class is normally distributed and that
all classes have identical covariance matrices.
Steps in LDA
Applications
• Classification: Used for tasks like face recognition, medical diagnosis, and marketing.
• Dimensionality Reduction: Reduces the feature space while retaining critical
discriminative information.
3. Explain about Genetic Algorithem.
A) Genetic Algorithms (GAs) are optimization techniques inspired by natural
evolution. In machine learning, GAs are used to search for optimal solutions by
evolving a population of potential solutions over multiple generations. The
process includes:
GAs are useful for solving complex optimization problems, feature selection, and training
neural networks when traditional methods are infeasible.
4. Explain about Principal Component Analysis.
A) Principal Component Analysis (PCA) is an unsupervised dimensionality reduction
technique used to simplify complex datasets by projecting them onto a lower-dimensional
space while preserving most of the original variance. Here’s how it works:
Steps in PCA
Applications of PCA
B. Feature Selection
C. Feature Extraction
Suitable for Data lying on non-linear manifolds Data with linear correlations
Computational
Higher (graph construction + MDS) Lower (eigen decomposition only)
Cost
Use Case Face recognition, image unfolding, NLP Feature extraction, visualization,
Examples embeddings preprocessing
Key Features:
Applications:
Isomap
Applications:
Applications:
Cost Function:
This approach ensures the best-fitting model by minimizing the error across all data points.
Evolutionary Learning
It is mainly used to extract statistically independent source signals from a set of observations
that are mixtures of those sources.
ICA assumes that the observed data are linear mixtures of some unknown independent source
signals, and tries to recover the original sources using statistical independence.
Signal processing Separate mixed audio signals (e.g., "cocktail party problem")
Mathematical Formulation
Suppose:
Where:
S=W⋅XS = W
Assumptions of ICA