Gordon College Flashcards

1
Q

is a subset of artificial intelligence that involves training computer algorithms to learn patterns and make predictions or decisions based on data, without being explicitly programmed. Essentially, it’s a way for computers to learn from experience and improve their performance over time.

A

Machine learning

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

5 Types of Machine Learning

A
  1. Supervised Learning
  2. Unsupervised Learning
  3. Reinforcement Learning
  4. Deep Learning
  5. Neural Networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A type of machine learning where the computer is trained on labeled data, meaning that the correct output is known in advance. Examples include image recognition, speech recognition, sentiment analysis.

A

Supervised Learning

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

A type of machine learning where the computer is given unlabeled data and must identify patterns on its own. Examples include clustering, anomaly detection, and dimensionality reduction.

A

Unsupervised Learning

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

A type of machine learning where the computer learns through trial and error, receiving feedback in the form of rewards or penalties. Examples include game playing, robotics, and autonomous vehicles.

A

Reinforcement learning

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

A type of machine learning that uses neural networks to simulate the structure and function of the human brain. Examples include image recognition, natural language processing, and speech recognition.

A

Deep learning

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

A type of machine learning that combines elements of both supervised and unsupervised learning, using a small amount of labeled data and a large amount of unlabeled data. Examples include image classification, object detection, and speed recognition.

A

Semi-supervised learning

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

A type of machine learning where knowledge gained from one task is applied to another task, typically in a different domain. Example include image recognition, natural language processing, and speech recognition.

A

Transfer learning

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

9 Key steps in machine learning process

A
  1. Data Collection
  2. Data Preprocessing
  3. Feature Selection
  4. Model Selection
  5. Training the Model
  6. Model Evaluation
  7. Model Tuning
  8. Deployment
  9. Monitoring and Maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

gathering relevant data various sources, such as databases, APIs, or user-generated content.

A

Data Collection

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

cleaning, formatting, and transforming the data to ensure it’s consistent and usable for machine learning.

A

Data Preprocessing

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

identifying the relevant features, or characteristics, of the data that will be used to train the machine learning model.

A

Feature Selection

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

choosing the appropriate machine learning model based on the problem being solved and the available data.

A

Model Selection

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

using the selected algorithm and the labeled data to train the model to make predictions or decisions based on the input data.

A

Training the Model

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

testing the model’s performance on a separate set of data to ensure its accurate and reliable.

A

Model Evaluation

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

adjusting the model’s parameters and features to improve its performance and accuracy.

A

Model Tuning

17
Q

deploying the model in a production environment and integration it into the existing systems or workflows.

A

Deployment

18
Q

monitoring the model’s performance over time and making necessary updates or adjustments to ensure it continues to perform effectively.

A

Monitoring and Maintenance

19
Q

5 Machine Learning Model Algorithms

A
  1. Linear Regression
  2. Decision Trees
  3. Random Forrest
  4. Classification
  5. Neural Networks
20
Q

8 Applications of Machine Learning

A
  1. Natural Language Processing (NLP)
  2. Computer vision
  3. Speech recognition
  4. Recommender systems
  5. Fraud detection
  6. Healthcare
  7. Finance
  8. Transportation
21
Q

5 Benefits of Machine Learning

A
  1. Increased efficiency
  2. Improved accuracy
  3. Enhanced personalization
  4. Reduce costs
  5. Better decision-making
22
Q

5 Challenges and Considerations of Machine Learning

A
  1. Data quality and bias
  2. Model interpretability
  3. Cybersecurity risks
  4. Ethical considerations
  5. Limited understanding of how ML makes decisions