Deep Learning Is A Type of Machine Learning
Deep Learning Is A Type of Machine Learning
Key points:
Key terms:
DBSCAN identifies clusters of arbitrary shapes, is robust to noise, and requires setting
parameters like Eps and MinPts.
Q1: What is data exploration? Explain applications of it.
Data Exploration Defined: It's the first step in analyzing data to understand it
better.
Why it Matters:
1. Spotting Patterns and Trends: Find hidden structures in the data.
2. Spotting Outliers: Identify unusual data points.
3. Understanding Data Spread: Get insights into how different data
points are distributed.
4. Building Better Models: Improve predictions by choosing and
enhancing the right data features.
5. Generating Ideas for Testing: Come up with testable ideas.
6. Cleaning Data: Fix any issues with data quality.
Applications:
Objectives:
1. Understanding Data: Grasp how the data is structured.
2. Spotting Patterns: Find trends, relationships, and unusual things.
3. Checking Data Quality: Make sure the data is good to work with.
4. Choosing the Right Features: Pick the best data parts for analysis.
5. Testing Ideas: Create testable hypotheses.
6. Making Informed Decisions: Get insights for better decision-making.
Q3: Explain any four types of data visualization techniques.
Scatter Plots:
• Bar Charts:
• Line Charts:
• Heatmaps:
It helps us see how well the classifier is doing. Here's what each part means:
Components:
True Positive Rate (TPR): Correctly identifies actual positives.
False Positive Rate (FPR): Incorrectly identifies actual negatives as
positives.
Comparison:
Visual Check: Higher curve, especially toward the upper left, means
better performance.
AUC: Larger area under the curve (AUC) indicates superior model
performance.
Statistical Assessment: Tests like Wilcoxon help statistically compare
models.
Medical Diagnosis: Compares diagnostic test accuracy.
Spam Filtering: Evaluates effectiveness in distinguishing spam.
Anomaly Detection: Assesses identification of abnormal events.