Da CH2 Slqa
Da CH2 Slqa
Da CH2 Slqa
Solution Finds a mapping equation Finds similar features in input Maximizes reward by assessing
on input data and its data to classify it into classes. the results of state-action pairs
labels.
Model Model is built and trained Model is built and trained prior to The model is trained and tested
Building prior to testing. testing. simultaneously.
Applications Deal with regression and Deals with clustering and Deals with exploration and
classification problems. associative rule mining exploitation problems.
problems.
Algorithms Decision trees, linear K-means clustering, k-medoids Q-learning, SARSA, Deep Q
Used regression, K-nearest clustering, agglomerative Network
neighbors clustering
Examples Image detection, Customer segmentation, feature Drive-less cars, self-navigating
Population growth elicitation, targeted marketing, vacuum cleaners, etc
prediction etc
12. k-NN How it works? Explain diagrammatically. = KNN works by finding the distances
between a query and all the examples in the data, selecting the specified number examples
(K) closest to the query, then votes for the most frequent label (in the case of classification)
or averages the labels (in the case of regression).
Trained using
Learns by using labelled unlabelled data
Definition Works on interacting with the environment
data without any
guidance.
Type of
Labelled data Unlabelled data No – predefined data
data
Linear Regression,
K – Means, Q – Learning,
Algorithms Logistic Regression,
C – Means, Apriori SARSA
SVM, KNN etc.
Discover underlying
Aim Calculate outcomes Learn a series of action
patterns
Recommendation
Risk Evaluation, Forecast
Application System, Anomaly Self Driving Cars, Gaming, Healthcare
Sales
Detection