Machine Learning 101
Deep Learning and Neural Nets
Data
Algorithms & Techniques
AI in Action
100

 This branch of AI trains algorithms to find patterns in data without being explicitly programmed.


What is Machine Learning?

100

This subset of ML uses neural networks with multiple layers to model complex patterns.

What is Deep Learning?

100

This dataset is used to teach the model patterns from the problem domain.

What is Training Data?

100

This algorithm predicts continuous values, like housing prices.

What is Linear Regression?

100

In healthcare, AI is used for diagnosis, drug discovery, and this type of personalized treatment.

What is Personalized Medicine?

200

In this type of ML, algorithms learn from labeled data, such as predicting house prices.

What is Supervised Learning?

200

These neural networks are widely used in image recognition and computer vision.

What are Convolutional Neural Networks (CNNs)?

200

This dataset tunes hyperparameters and helps prevent overfitting.

What is Validation Data?

200

This algorithm predicts binary outcomes, like spam or not spam.

What is Logistic Regression?

200

Fraud detection and algorithmic trading are AI applications in this industry.

What is Finance?

300

Algorithms in this ML type discover hidden patterns in unlabeled data, like customer groupings.

What is Unsupervised Learning?

300

These networks process sequential data like text or time series.

What are Recurrent Neural Networks (RNNs)?

300

This dataset evaluates how well a model performs on unseen data.

What is Testing Data?

300

These algorithms build "trees" of decisions and are often grouped into forests.

What are Decision Trees and Random Forests?

300

Recommendation systems and chatbots are common in this industry.

What is Retail?

400

This ML method trains an agent by rewarding good actions and penalizing bad ones.

What is Reinforcement Learning?

400

Transformers are most famous for revolutionizing this AI subfield involving language.

What is Natural Language Processing (NLP)?

400

A common data split is 70% training, 15% validation, and this percent for testing.

What is 15%?

400

This unsupervised algorithm groups data into clusters based on similarity.

What is K-Means Clustering?

400

Predictive maintenance and quality control are AI applications in this sector.

What is Manufacturing?

500

A robot learning to walk through trial and error is an example of this learning approach.

What is Reinforcement Learning?

500

Unlike RNNs, Transformers use this mechanism to capture long-range dependencies in text.

What is the Attention Mechanism?

500

Ensuring this aspect of datasets is crucial, since bad inputs lead to bad outputs.

What is Data Quality?

500

This technique reduces the dimensionality of datasets by finding principal components.

What is Principal Component Analysis (PCA)?

500

Optimizing supply chains is an AI use case in both retail and this production-heavy industry.

What is Manufacturing?