Machine Learning Flashcards

1
Q

Machine learning

A

Machine learning enables systems to learn and improve from experience without being explicitly programmed to come to any specific conclusions

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

Machine learning

A

Machine learning enables systems to learn and improve from experience without being explicitly programmed to come to any specific conclusions

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

Algorithm

A

Algorithms are set of rules that machine follows to process data and to make predictions.

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

Training data

A

Basically, it’s the information we use to teach the systems

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

Model

A

Models, or the output of the machine learning process that can be applied to new data.

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

Types of Machine learning

A

Supervised Learning and Unsupervised Learning.

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

Supervised learning

A

In supervised learning, we train a model on labeled data, where both the input and correct output are provided. This helps the model learn the relationship between them. For example, predicting house prices based on features like size, location, and number of rooms.

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

Unsupervised learning

A

unsupervised learning works with unlabeled data. It focuses on identifying Hidden Patterns or structures without explicit instructions on what the optimal output should be. For instance, clustering customers into different segments based on purchasing behavior.

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

Bias in machine learning

A

Bias in machine learning and AI refers to the presence of systematic errors that can lead to unfair or discriminatory outcomes.

Bias can arise from various sources, such as biased training data, flawed algorithms, or skewed assumptions made during the model development process.

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