M1 Flashcards

(40 cards)

1
Q

[ ] is about extracting knowledge from data.

A

Machine Learning

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

It is a research field at the intersection of statistics, AI, and computer science.

A

Machine Learning

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

Machine Learning is a field of study concerned with giving computers [ ].

A

the ability to learn without being explicitly programmed

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

[ ] is a study of learning algorithms.

A

Machine Learning

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

A computer program is said to learn from [ ] with respect to some class of [ ] and [ ].

A

Experience E, Tasks T, Performance Measure P

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

Machine Learning Steps:
[ ] -> [ ] -> [ ]

A

Data ( E ) -> Learning Algo ( T ) ->Basic Understanding ( P )

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

Collection, preparation, and analysis of data.

A

Data Science

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

Leverages AI/ML research, industry expertise, and statistics to make business decisions.

A

Data Science

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

Technology for machines to understand/interpret, learn, and make ‘intelligent’ decisions.

A

Artificial Intelligence

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

Includes ML among many other fields.

A

Artificial Intelligence

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

Algorithms that help machines improve through supervised, unsupervised, and reinforcement learning.

A

Machine Learning

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

Subset of AI and Data Science tool

A

Machine Learning

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

ML Algo or Traditional Rule Based Algo?
Explicit programming is used to solve problems.

A

Traditional Rule Based Algo

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

ML Algo or Traditional Rule Based Algo?
Rules can be manually specified.

A

Traditional Rule Based Algo

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

ML Algo or Traditional Rule Based Algo?
Samples are used for training.

A

Machine Learning Algo

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

ML Algo or Traditional Rule Based Algo?
The decision-making rules are complex or difficult to describe.

A

Machine Learning Algo

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

ML Algo or Traditional Rule Based Algo?
Rules are automatically learned by machines.

A

Machine Learning Algo

18
Q

This enables computers to operate autonomously without explicit programming.

A

Machine Learning

19
Q

ML algo adaptively improves with an increase in the number of available samples during [ ].

A

the ‘learning’ process

20
Q

What are the types of Machine Learning?

A

(SML-UML-SSL-RL)
- Supervised ML
- Unsupervised ML
- Semi-Supervised Learning
- Reinforced Learning

21
Q

[ ] is a collection of data used in ML tasks.

22
Q

Each data record is called a [ ].

23
Q

Events or attributes that reflect the performance or nature of a sample in a particular aspect are [ ].

24
Q

[ ] is a data set used in the training process, where each sample is referred to as a training sample.

25
The process of creating a model from data is called [ ].
learning/training
26
[ ] refers to the process of using the model obtained after learning for prediction.
Testing | uses test set and test samples
27
What is the Machine Learning Workflow?
(PDMD) - Project Setup - Data Preparation - Modeling - Deployment
28
Top Programming Languages for ML:
(PRJJSC++JsLHG) - Python - R - Java - Julia - Scala - C++ - JavaScript - Lisp - Haskell - Go
29
Why Python for DS?
- Easy to Read - Extensive Libraries and Frameworks - Strong Community Support - Flexibility - Compatibility with Other Languages - Scalability and Performance
30
Top 10 Python Libraries:
(PMTSciScrNSKPySQL) - Pandas - Matplotlib - Tensorflow - SciPy - Scrapy - NumPy - SeaBorn - Keras - PyTorch - SQLModel
31
It is a very popular tool and the most prominent Python library for ML.
Scikit-learn
32
It is one of the fundamental packages for scientific computing.
NumPy
33
It is a collection of functions for scientific computing.
SciPy
34
It is the primary scientific plotting library.
Matplotlib
35
It is a library for data wrangling and analysis.
Pandas
36
A Python distribution made for large-scale data processing, predictive analysis, and scientific computing.
Anaconda
37
It is an interactive environment for running code in the browser.
Jupyter Notebook
38
What are the applications of Machine Learning?
(MHEcAIT) - Manufacturing - Healthcare - E-commerce - Automobile - Insurance - Transportation
39
[ ] is an observation that seems to be distant from other observations or, more specifically, one observation that follows a different logic or generative process than the other observations.
Outlier
40