Fundamentals of AI Flashcards

(53 cards)

1
Q

What are neural networks?

A

Neural networks consist of multiple layers of interconnected neurons that process input data through mathematical operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are weights in a neural network?

A

Weights are values assigned to the connections between the neurons.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is bias in a neural network?

A

Bias is the value added to the data at a neuron.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do activation functions do in a neural network?

A

Activation functions determine whether a neuron should activate based on its inputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is artificial intelligence (AI)?

A

Artificial intelligence is a discipline that aims to create systems capable of performing tasks that usually require human intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is machine learning (ML)?

A

Machine learning is a domain of AI that teaches machines to learn from past experiences and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is deep learning (DL)?

A

Deep learning is a specialized domain of machine learning that trains neural networks with multiple layers to model complex patterns in data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is generative AI?

A

Generative AI is a specialized area of ML and DL that focuses on creating new content by learning patterns from existing data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is computer vision?

A

Computer vision is a field within AI focused on enabling machines to interpret and understand visual information from images and videos.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is natural language processing (NLP)?

A

Natural language processing is an area of AI dedicated to enabling machines to understand, interpret, and generate human language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are large language models (LLMs)?

A

Large language models are advanced NLP systems trained on vast amounts of text data to generate coherent and contextually relevant text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is labeled data in AI?

A

Labeled data comes with predefined tags or annotations that identify the characteristics or categories of each data point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is unlabeled data in AI?

A

Unlabeled data lacks explicit labels, requiring the AI model to identify patterns or clusters without prior categorization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is structured data?

A

Structured data is highly organized and fits neatly into predefined formats like rows and columns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is unstructured data?

A

Unstructured data doesn’t have a predefined format, making it more challenging to process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is time series data?

A

Time series data consists of sequences of data points collected at specific time intervals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is image data?

A

Image data refers to visual information stored in pixel form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is text data?

A

Text data includes written or spoken language, often in the form of documents, chat logs, or social media posts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the three primary ML techniques?

A

The three primary ML techniques are:
* Supervised learning
* Unsupervised learning
* Reinforcement learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is supervised learning?

A

Supervised learning is a technique where an algorithm is trained on labeled data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is regression in supervised learning?

A

Regression is a model that finds a relationship between independent and dependent variables and predicts a continuous value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is classification in supervised learning?

A

Classification is a model trained on labeled data to predict labels of unseen data.

23
Q

What is unsupervised learning?

A

Unsupervised learning is a technique where an algorithm finds patterns in data without predefined categories.

24
Q

What is clustering in unsupervised learning?

A

Clustering is a model trained to find similarities in data and create groups based on those similarities.

25
What is reinforcement learning?
Reinforcement learning is a type of machine learning where an agent interacts with an environment to maximize cumulative rewards.
26
What is the first step in the ML model training process?
Data collection is the first step in model training.
27
What is data preparation in ML?
Data preparation is the process of cleaning, transforming, and organizing data for model training.
28
What is feature engineering?
Feature engineering is the process of creating new features or modifying existing ones to improve model performance.
29
What happens during the ML modeling phase?
A suitable algorithm or model type is selected based on the problem and data characteristics.
30
What is model training?
Model training is the phase where the algorithm learns from the data by adjusting its parameters.
31
What are hyperparameters?
Hyperparameters are model settings that are not learned from data and are set before training begins.
32
What is the final step in assessing ML model performance?
Evaluation is the final step in assessing how well the trained model performs on new, unseen data.
33
What is accuracy in ML evaluation metrics?
Accuracy is the ratio of the correct number of predictions to the total number.
34
What does precision measure in ML?
Precision is used to evaluate models where the cost of misclassifying a negative instance as positive is high.
35
What is recall in ML evaluation metrics?
Recall, also known as sensitivity, is used to evaluate models where the cost of misclassifying a positive instance as negative is high.
36
What is the F1-score?
The F1-score is the harmonic mean of precision and recall.
37
What does the Receiver Operating Curve (ROC) represent?
ROC is the plot between false positives and true positives.
38
What is Area Under the Curve (AUC)?
AUC is the area under the ROC curve.
39
What is Mean Absolute Error (MAE)?
MAE is the average of the difference between predicted data points and their ground truth.
40
What is Mean Square Error (MSE)?
MSE is the average of the squares of the difference between predicted data points and their ground truth.
41
What is Root Mean Square Error (RMSE)?
RMSE is the square root of Mean Square Error.
42
What is cost per user in business evaluation metrics?
Cost per user is the sum of the cost of building, developing, and maintaining an ML model divided by the total number of users.
43
What do development costs refer to in ML?
Development costs are the total expense of developing the ML model.
44
What is customer feedback in ML evaluation?
Customer feedback gathers users’ qualitative and quantitative responses regarding their experience with the ML model’s outputs.
45
What does return on investment measure in ML?
Return on investment measures the profitability of the ML model relative to its costs.
46
What is user adoption rate?
User adoption rate is the percentage of intended users who actively use the ML model after its deployment.
47
What is bias in ML models?
Bias is the error introduced due to the under-fitted model.
48
What is variance in ML models?
Variance is the error introduced due to the overfitted model.
49
What is fairness in ML models?
Fairness is the error introduced when a model favors one class over another.
50
What does goodness of fit indicate in ML?
Goodness of fit shows how a model balances the variance tradeoff and fits the data points to generate accurate predictions.
51
What is inferencing in ML?
Inferencing is the process of using the trained machine learning model to make predictions.
52
What is real-time inferencing?
Real-time inferencing takes the input, processes it, and returns the prediction immediately.
53
What is batch inferencing?
Batch inferencing takes multiple inputs and generates predictions over time.