prof. seungchul lee industrial ai lab. · 2020. 6. 29. · introduction •2018 - present: postech...

18
Introduction Prof. Seungchul Lee Industrial AI Lab.

Upload: others

Post on 14-Sep-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Introduction

Prof. Seungchul Lee

Industrial AI Lab.

Page 2: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Introduction

• 2018 - present: POSTECH

– Industrial AI Lab.

• 2013 - 2017: UNIST

– iSystems Design Lab.

• 2010, Ph.D. from the University of Michigan, Ann Arbor

– S. M. Wu Manufacturing Research Center

– The Center of Intelligent Maintenance Systems (IMS)

• 2008, M.S. from the University of Michigan, Ann Arbor

• 2005, B.S. of Electrical Engineering from Seoul National University

• 2001, B.S. of Mechanical Engineering from Seoul National University

2

Page 3: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Tutorial Materials

• All tutorial materials are already available at– http://iai.postech.ac.kr/index.php/tutorials/

3

Page 4: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

(홍보) Machine Learning and Deep Learning

• All lecture materials are already available at

– http://iai.postech.ac.kr/index.php/machine-learning/

– http://iai.postech.ac.kr/index.php/deep-learning/

• 동영상강의– YouTube

– iAI POSTECH 검색

– 구독

4

Page 5: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Systems

InformationKnowledge

Sensors

(Big) Data

First Principles

Statistics

5

Page 6: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Systems

InformationKnowledge

Sensors

(Big) Data

First Principles

Statistics + Computer ScienceStatistics

6

Page 7: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Systems

InformationKnowledge

Sensors

(Big) Data

First Principles

Artificial Intelligence (AI)

7

Page 8: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Systems

InformationKnowledge

Sensors

(Big) Data

First Principles

Machine Learning and Deep Learning

8

Page 9: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Python

• Python coding example

9

Page 10: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Linear Algebra

• Vector and Matrix

• 𝐴𝑥 = 𝑏

• Projection

• Eigen analysis

• Least squares

10

Page 11: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Optimization

• Least squares

• Convex optimization

• Gradient descent

11

Page 12: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Statistics and Probability

• Statistics

– Law of large numbers, central limit theorem

– Correlation

– Monte Carlo simulation

• Probability

– Random variable, Gaussian density distribution, conditional probability

– maximum likelihood (MLE), maximum a posterior (MAP), Bayesian thinking

12

Page 13: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Regression (Data Fitting or Approximation)

• Statistical process for estimating the relationships among variables

13

Page 14: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Classification

• The problem of identifying to which of a set of categories (sub-populations) a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known

• To find classification boundaries

14

Page 15: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Dimension Reduction

• the process of reducing the number of random variables under consideration, and can be divided into feature selection and feature extraction.

15

Page 16: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Clustering

16

Page 17: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Clustering

17

Page 18: Prof. Seungchul Lee Industrial AI Lab. · 2020. 6. 29. · Introduction •2018 - present: POSTECH –Industrial AI Lab. •2013 - 2017: UNIST –iSystems Design Lab. •2010, Ph.D

Deep Artificial Neural Networks

• Complex/Nonlinear universal function approximator

– Linearly connected networks

– Simple nonlinear neurons

Class 1

Class 2

…… … ………

nonlinearlinear

Feature learning Classification

OutputInput

18