L01 - MACHINE LEARNING BASICS

0.0(0)
studied byStudied by 1 person
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

What is Machine Learning?

Machine Learning is the science “concerned with the question of how to construct computer programs that automatically improve with experience

2
New cards

What is the goal at Machine Learning

Getting computers to “program” themselves
Automating automation
Let the data do the work

3
New cards

What is the schematic for traditional programming and machine learning?

knowt flashcard image
4
New cards

What is the Big Data?

Big Data describess data that has a big volume, variety, velocity.

It is typically too big to gain a manual overview of the data and the information that might be contained.

5
New cards

What is Data Mining?

Data Mining is the study of collecting, cleaning, processing, analyzing, and gaining useful insights from data.

6
New cards

What is the Smart Data?

Smart Data is data that is extracted from larger datasets and in particular represents useful information that can be used to solve a specific task.

7
New cards
<p>What are the Machine Learning Paradigms </p>

What are the Machine Learning Paradigms

Supervised Learning

Unsupervised Learning (Semi-Supervised Learning)

Reinforcement Learning

8
New cards

What is the supervised learning?
What is the goal of supervised learning?

The available data consists of labelled examples, each data point containing features and an associated labe.

The goal of supervised learning algorithms is learning a function that maps feature vectors (inputs) to label (output), based on example input-output pairs.

9
New cards

What is unsupervised learning?
What is the goal of unsupervised learning?

The available data consists of unlabeled examples, meaning that each data point contains features only, without an associated label.

The goal of unsupervised learning is learning useful patterns or structural properties of the data.

10
New cards

What is reinforcement learning?

Reinforcement learning is an area of machine learning concerned with how intelligent agents take actions in an environment in order to maximize a cumulative reward.

11
New cards
<p>What are The Task categories and High level tasks?</p>

What are The Task categories and High level tasks?

knowt flashcard image
12
New cards

What are the three Interpretability of Different Approaches?

White-box:

  • It is possible to examine every detail inside the box.

  • The mathematical functions and parameters of the white-box model full rely on domain knowledge

  • It is possible to follow the process from data input to output in every detail

Grey-box

  • The content is partially visible

  • The mathematical functions rely on self-learning algorithms but are optimized by additional domain knowledge

  • It is partially possible to follow the process from data input to output

Black-box

  • The content inside is unkown.

  • The mathematical functions and parameters of a black-box model rely on self-learning algorithms

  • It is not possible to follow the process from data input to output

<p>White-box:</p><ul><li><p>It is possible to examine every detail inside the box.</p></li><li><p>The mathematical functions and parameters of the white-box model full rely on <strong>domain knowledge</strong></p></li><li><p>It is possible to follow the process from data input to output in every detail</p></li></ul><p>Grey-box</p><ul><li><p>The content is partially visible</p></li><li><p>The mathematical functions rely on <strong>self-learning algorithms </strong>but are optimized by <strong>additional domain knowledge</strong></p></li><li><p>It is partially possible to follow the process from data input to output</p></li></ul><p>Black-box</p><ul><li><p>The content inside is unkown.</p></li><li><p>The mathematical functions and parameters of a black-box model rely on <strong>self-learning algorithms</strong></p></li><li><p>It is not possible to follow the process from data input to output</p></li></ul><p></p>
13
New cards

What are suitable approaches to apply ML to solve a problem?

  1. CRISP-DM

  2. DMME

  3. CRISP-ML (Q)

14
New cards

What is the data mining life cycle for CRISP-DM?

Cross-Industry Standart Process for Data Mining

  1. Define project goals and business objectives

  2. Understand the available data and their quality

  3. Filter and select useful and relevant data

  4. Create data-models that might meet the defined goals

  5. Evaluate models’ performance related to the goals

  6. Set the best model into operation

<p>Cross-Industry Standart Process for Data Mining</p><ol><li><p>Define project goals and business objectives</p></li><li><p>Understand the available data and their quality</p></li><li><p>Filter and select useful and relevant data</p></li><li><p>Create data-models that might meet the defined goals</p></li><li><p>Evaluate models’ performance related to the goals</p></li><li><p>Set the best model into operation</p></li></ol><p></p>