Core Technologies Flashcards

1
Q

AI

A

A system that can perform one or more human abilities.

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

Types of AI

A
  • Weak AI
  • General AI
  • Strong AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Weak AI

A

A system used to perform a specific task with high degree of proficiency and lacks general reasoning capabilities.

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

Examples of weak AI

A
  • Virtual Assistants
  • Recommendation systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

General AI

A

Has the ability to understand, learn and apply knowledge on a wide range of tasks at a human-like level.

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

Strong AI

A

Surpasses human capabilities in virtually all fields.

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

AI Functioning types

A
  • Self learning AI
  • Rule based AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Machine Learning

A

Capability of self-learning.

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

How does Machine Learning work?

A

The creator needs to feed it data for it to study it.

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

Deep Learning

A

Is a part of machine learning where neural networks mimic human brains.

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

Neural Networks

A

Replica of the human brain using a mathematical formulae.

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

Neural Pathways in Humans

A

Connection between Neurons

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

Neural Pathways in Neural Networks

A

Connection between mathematical functions that mimic neurons.

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

Similarities of ML & DL

A
  • Are sub categories and algorithms of AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Differences of ML & DL

A
  • ML uses creator given data and DL uses neural networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Types of ML

A
  • Supervised Learning
  • Unsupervised Learning
  • Reinforcement Learning
17
Q

Supervised Learning

A

Is provided with labelled input variables and corresponding labelled outputs.

18
Q

Types of supervised learning

A
  • Regression Algorithm
  • Classification Leaning
19
Q

Regression Algorithm

A
  • Predicting numeric outputs based on patterns observed from the features of the labelled inputs and outputs.
20
Q

Classification Learning

A

Provision of pre-designed/pre-defined categories so that it will classify data according to the human given criteria.

No final values are created, the inputs are just categorized.

21
Q

Unsupervised Learning

A

Provision of unlabeled data and the AI studies the information.

22
Q

Type of unsupervised learning

A
  • Clustering
23
Q

Clustering

A

No provision of pre-defined categories or parameters, the AI needs to group the data based on the similarities of the data.

It is up to the humans to label the cluster created by the AI.

24
Q

Difference between Classification and Clustering

A

In classification, the inputs are categorized based on pre-defined categorizes.

In clustering, the inputs are categorized based on self-learnt similarities into unlabeled groups.

25
Q

Reinforcement Learning

A

Is when the AI is exposed to the natural environment with no guidance and is asked to make independent study, later human feedback will be given from which the algorithm will change its strategies.

26
Q

Process of ML

A
  1. Raw Data Set
  2. Preprocess Data
  3. Validate Data
  4. Learning Algorithm
  5. Candidate Model
  6. Deploy Model
  7. Golden Model
  8. Application
27
Q

Data Pre-Processing

A
  1. Data collection
  2. Data Cleaning
  3. Data Integration
  4. Data transformation
  5. Data Reduction
28
Q

Data collection

A

Getting raw data

29
Q

Data cleaning

A
  • Handling missing values
  • Removes duplicates
  • Correct data errors
  • Removes noise
  • Removes unnecessary information
30
Q

Data Integration

A

Combining multiple data sets in a unified format.

31
Q

Data Transformation

A
  • Generating new features from existing data
  • Attribute Selection
  • Normalizing
32
Q

Normalizing

A

Categorizing data into consistent ranges

33
Q

Data Reduction

A
  • Using data sampling techniques
  • Reduces the number of variables whilst preserving diversity
34
Q

What does Data Science Comprise of?

A
  • Programming
  • Mathematics + Algorithms
  • Domain Knowledge
35
Q

Objective of Data Science

A

By studying data, understanding the relationship between data in a scientific approach.

36
Q

Main benefit of Data Science

A

Allows the creation of strategic planning.