Modelling Flashcards

1
Q

What is AI?

A

AI, refers to any technique that enables computers to mimic human intelligence. An artificially intelligent machine works on algorithms and data fed to it and gives the desired output.

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

Define ML.

A

ML enables machines to improve at tasks with experience. The machine here learns from the new data fed to it while testing and uses it for the next iteration. It also takes into account the times when it went wrong and considers the exceptions too.

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

Define DL.

A

DL enables software to train itself to perform tasks with vast amounts of data. Since the system has got huge set of data, it is able to train itself with the help of multiple machine learning algorithms working altogether to perform a specific task.

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

Explain AI as an umbrella terminology.

A

Artificial Intelligence is the umbrella terminology which covers machine and deep learning under it and Deep Learning comes under Machine Learning.
It is a funnel type approach where there are a lot of applications of AI out of which few are those which come under ML out of which very few go into DL.

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

Advantages of ML.

A
  • Better decisions and predictions
  • Quick and accurate outcomes
  • More and powerful processing capacity.
  • Analysing complex big data.
  • Managing large amounts of data.
  • Inexpensive.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Advantages of DL.

A
  • Performance improves with more data.
  • Better scalability.
  • Problems solved in an end-to-end method.
  • Best features are selected by the system.
  • Is a subset of Machine Learning.
  • Lesser testing time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Uses of ML.

A
  • Spam detection.
  • Search Engine Result Refining.
  • Increased efficiency in healthcare.
  • Better marketing techniques.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Uses of AI.

A
  • Smart home devices.
  • Detecting crimes before they happen.
  • Humanoid AI helpers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Uses of DL.

A
  • Increased Personalization

- Hyper intelligent personal assistants.

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

Define modelling.

A

AI Modelling refers to developing algorithms, also called models which can be trained to get intelligent outputs.
- That is, writing codes to make a machine artificially intelligent.
There are two ways of approaching modelling: -
- Learning based approach
- Rule Based approach

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

Learning Based is classified into: -

A
  • Machine Learning

- Deep Learning

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

approaches taken by researchers when building AI models

A

a rule based approach or learning approach.
A Rule based approach is generally based on the data and rules fed to the machine, where the machine reacts accordingly to deliver the desired output.
Learning approach, the machine is fed with data and the desired output to which the machine designs its own algorithm (or set of rules) to match the data to the desired output fed into the machine.

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

Describe Learning Based Approach

A
  • In this approach , the machine learns through experience. It uses the models and algorithms and perform tasks. These tasks are performed on the sample data which is also known as TRAINING DATA.
  • In this programmer need not to tell what to do. The machine is fed with data and it simply compares it with the previous data sets and learns from that.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe rule based approach

A
  • This approach is based on data set and rules that are fed into the system to process and gives the result. In this approach, the rules and regulations are already fed into the AI model along with their attributes that is each data is labeled.
  • While testing the model with an image , this image is compared with the training data according to the labels of the data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Difference between two model approaches.

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

‘Knowledge is encoded as rules’. Justify.

A

A rule-based approach uses rules as the knowledge rep- resentation. These rules are coded into the system in the
form of if-then-else statements. The main idea is to capture
the knowledge of a human expert in a specialized domain
and embody it within a computer system.