ML TYPES Flashcards

1
Q

What is supervised learning?

A

Here the machine is given training examples of inputs and their co-responding outputs so that when new data is given it can predict the new output.

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

How to train data in supervised?

A

The model gets trained on ‘labelled dataset’. Labelled dataset has both input and output parameters.

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

How does this training help?

A

We train the system with the data which is well labeled with correct output.

As the training period progresses, the algorithm is able to identify the relation between two variables. With this it can predict new output

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

What are types of supervised learning?

A

Classification and Regression

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

What is classification?

A

Predicts the output in form of category

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

What is the output variable in classification?

A

category

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

What are types of classification?

A

binary, multi-class

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

what is binary?

A

If the algorithm labels the input into two categories then it is binary classification

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

what is multi-class

A

If the inputs are sorted into multiple classes then it is multi-class classification

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

what is regression?

A

Aregression modelpredicts a numeric value.

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

what is the output variable in regression?

A

The output variable is a real value
The output variable is a single value

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

what is un-supervised learning?

A

Deals with the unlabeled data (photos, videos, audio etc.). No training dataset is provided to the the machine i.e., machine works on its own to discover information.

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

what is the goal of un-supervised learning?

A

An unsupervised learning model’s goal is to identify meaningful patterns among the data.

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

what is the goal of supervised learning?

A

The goal is to produce an accurate enough mapping system that when new input is given the system can predict the correct output.

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

is supervision required in unsupervised?

A

no

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

what does unsupervised learning work with?

A

unlabeled data and uncategorized data

17
Q

give working of unsupervised learning?

A
  1. unlabeled data is given
    2.fed to machine
    3.model will interpret raw data to find hidden patterns
    4.then is divides the obj into groups based on similarities and differences
18
Q

how is data sorted in unsupervised?

A

Sorts data on the basis of similarities, differences and patterns.

19
Q

what are types of un-supervised?

A

clustering and association

20
Q

what is clustering?

A

grouping the objects into clusters such that objects with most similarities remains into a group and has less or no similarities with the objects of another group.

21
Q

what is association?

A

finding the relationships between variables in the large database. It determines the set of items that occurs together in the dataset.

people who buy X item (suppose a bread) are also tend to purchase Y (Butter/Jam) item.

22
Q

which is preferred?

A

unsupervised?

23
Q

why is unsupervised preferred?

A

Unsupervised learning is preferable as it is easy to get unlabeled data in comparison to labeled data.

24
Q

what is reinforcement learning?

A

Computer learns to perform a task through repeated trial and error interactions with a dynamic environment.

Designed to learn from continuous experience rather than data.

Rewards system.

25
Q

what kind of system used in reinforcement learning?

A

rewards/penalty system

26
Q

what method is used in reinforcement learning?

A

hit/trial

27
Q

how does reinforcement learn?

A

through experience

28
Q

what is artificial intelligence?

A

the process by which machines are able to mimic human behaviour through various algos.

its components are ML and DL.

it exhibits its intelligence using decision making

increase chance of success not caring about accuracy

efficiency = AI+ML

29
Q

what is ML?

A

study method using statistical methods to improve with experience

subset of AL

exhibits intelligence when system learns from the data

increase accuracy not caring about success

efficiency < DL

30
Q

what is DL?

A

study done using neural networks to imitate human learning

subset of ML

exhibits intelligence when deep neural networks analyse data and provide the necessary output

increases accuracy most out of the three

efficiency >ML

31
Q

on what basis supervised learning models give correct output?

A

on the basis of the correct dataset provided

32
Q

how does unsupervised model make predictions?

A

by giving it data that does not contain correct data or a unlabeled dataset

33
Q

what is generative AI

A

creates content from user input

can take a variety of inputs and create a variety of outputs, like text, images, audio, and video.