SlideShare a Scribd company logo
1 of 20
Dr. Squall Wu
Wjsquallwu@gmail.com
Yet Another Application for
Smart Manufacturing
2Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Dr. Chun-Yi (Squall) Wu
• Massachusetts Institute of Technology
– Smart Manufacturing Program 2019
• Taiwan AI Academy, Hsinchu 2018
• Glass Manufacturing Industry
– Image Classification, Text Mining, Deep Learning
• IBM Research Almaden 2017
– Nature Language Processing (SystemT)
• System Integration Company
– Feature Engineering, Predictive Maintenance, Industry 4.0
• Intellectual Property Service
– Patent Map (Visualization) & Patent Quality (PCA, BPANN)
• NTHU IEEM
– Neural Network, Clustering Algorithm, Genetic Algorithm, etc.
3Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
What is Digital Transformation?
Mechanism
Robot Measurement
Sensors
Data Scientist
Machine
Learning
IT
Cyber Security
Control
PLC
Quality
Computer
Vision
4Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
The Technology of Digital Transformation
5Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Smart
Manufacturing
Digital
Transformation
Artificial
Intelligence
Smart
Logistic
Smart
HR
Smart
Sales
Machine
Learning
Cloud /
Edge
Computing
The ecosystem of Digital Transformation
6Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
相關技術演進
1800 1950 1990 2010
EnsembleLearning(1980)
Regression(1888)PrincipalComponentAnalysis(1901)
ANOVA(1918)LogisticRegression(1958)
ClusteringAlgorithm(1967)
DecisionTree(1970)
NaïveBayes(1800~)
SupportVectorMachine(1991)
RecurrentNeuralNetwork(RNN)(1993)
LongShortTermMemory(LSTM)(1997)
ConvolutionNeuralNetwork(CNN)(1998)
GenerativeAdversarialNetwork(GAN)(2014)
BidirectionalEncoderRepresentations
fromTransformers(BERT)(2018)
TransferLearning(TL)(1997)
7Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Statistic & Machine Learning
8Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Machine Learning & Statistic
• 機器學習和統計的主要區別在於它們的目的
• 機器學習模型旨在使最準確的預測成為可能。
• 統計模型是為推斷變數之間的關係而設計的。
• 統計和統計建模是不一樣的
• 統計是對數據的數學研究。除非有數據,否則無法進行統計。
• 統計模型是數據的模型,主要用於推斷數據中不同內容的關係,或建
立能夠預測未來值的模型(Regression)。
• 機器學習通常會犧牲可解釋性以獲得強大的預測能力。
• 從線性迴歸到神經網絡,儘管解釋性變差,但是預測能力卻大幅提高。
• 機器學習的理論來源於數學和統計學
• 機器學習演算法基於優化理論(Self Learning)、矩陣代數和微積分
• 機器學習的實現來源於電腦科學和工程學概念,比如核映射、特徵散列等。
(e.g. kernel tricks, feature hashing)
準確度
模
型
可
解
釋
力
Liner Regression
Decision Tree
K Nearest
SVM
Deep Neural
Networks
9Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
一名數據科學家。
• 工作的主要內容是和感測器數據打交道。
• 如果試圖證明感測器能夠對某種刺激(如氣體濃度)做出反應,
那麼將使用統計模型來確定信號響應是否具有統計顯著性。
• 嘗試理解這種關係,並測試其可重複性Repeatability,以便能夠準
確地描述感測器的響應,並根據這些數據做出推斷。
• 還可能測試,響應是否是線性的?響應是否歸因於氣體濃度而不
是感測器中的隨機雜訊等等。
• 機器學習演算法的評估使用測試集來驗證其準確性。然而,對於
統計模型,透過信賴區間、顯著性檢驗和其他檢驗對迴歸參數進
行分析,可以用來評估模型的合法性。
10Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Data Analytics Lifecycle
11Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
旅遊推薦系統
NLU
Recommendation
system
12Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
製造業流程
Data Lake
PLC, OPC Server, Sensor, etc.
13Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Industry Process is Important for Data Analytics
電商
製造
消費者
設備
Industry Process
Website
MES
SCADA
PLC
Data Lake
Data
Market
Data
Analytics
Quality Prediction
Recommendation商
品
產
品
推薦到消費者
要的
消費者要的不
推薦
推薦消費者不
想要的
消費者不要的
不推薦
成本:資
料與運算
成本:
人機物料
14Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
How to do AI application? Topic ! Team !!
• 產業利用性
• 再現性
• 技術新穎性
• 進步性
• AI Scientist
• Software engineer
• Data engineering
• Hardware
• Bridger
• Domain expert
Leader
Manager
Defect
Inspection
Transfer
Learning
Accuracy
Predictive
Maintenance
Machine
Learning
Preventive to
Prognosis
15Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
How to build an AI solution team !!!
Computer
Vision
PM
Image
AOI
Hybrid
CNN
Robot Arm
PM
Vibra
tion
Automa
tion
Edge
Computing
Reinforcement
Learning
Power
Transformer
PM
Oil Gas
Facility
Cloud
Computing
Dissolved
Gas Analysis
NLP/NLU
PM
Text
R&D
HPC
BERT
Project Manager
Data Source
Domain Expert
Data Analytics
Software & IT
16Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Data Analysis Processing
In 3-direction
X
Y
Z
Vibration
Signal
Time
Domain
Freq.
Domain
TS
FFT
Feature
Extraction
Health
Score
Learning the
baseline
Smart Alert
SPC rule
Building
Baseline
5 features (RMS, Mean, kurtosis, peak2peak,
skewness) of time domain
5 features (1X, 2X, 3X, 4X,
and 5X FFT) of frequency
domain
17Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Using the health score and the model, the critical event
can be predicted for predictive maintenance.
• The critical time of the good to poor status can be calculated and the result is
able to provide decision support.
Equipment A
Equipment B
Health score will
lower than 35
after 2023.
Should be
maintained before
2021.
There will be
no immediate
problems in
recent years.
Equipment C
18Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Smart Manufacturing Suggestion
• A great tool in the wrong hands is a waste.
• Provide solution not just only data analytics
• From Auto Process to Auto Modeling
• Data Quality to Model Quality
• Model evaluation : Overkill & Leakage
• Standard data preprocess tool
• Such as : Text labeling
19Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
AI Patent Application
• 反之,AI或機器學習之專利申請案,倘若能界定出利用該AI或機器學習
技術所能實現之特定技術目的(或所能解決之技術課題),或者倘若能界
定出該AI技術所應用之特定技術領域,即可通過技術性特徵之審查。
20Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019
Digital Transformation & Artificial Intelligence
Email: wjsquallwu@gmail.com

More Related Content

What's hot

What's hot (20)

A Digital Future for the Infrastructure Industry #COMIT2019
A Digital Future for the Infrastructure Industry #COMIT2019A Digital Future for the Infrastructure Industry #COMIT2019
A Digital Future for the Infrastructure Industry #COMIT2019
 
Digital Transformation in the Manufacturing sector
Digital Transformation in the Manufacturing sectorDigital Transformation in the Manufacturing sector
Digital Transformation in the Manufacturing sector
 
The New Age of the Industrial Internet
The New Age of the Industrial InternetThe New Age of the Industrial Internet
The New Age of the Industrial Internet
 
The Digital Lab for Manufacturing: How Digital Design & Digital Manufacturing...
The Digital Lab for Manufacturing: How Digital Design & Digital Manufacturing...The Digital Lab for Manufacturing: How Digital Design & Digital Manufacturing...
The Digital Lab for Manufacturing: How Digital Design & Digital Manufacturing...
 
PTC: Connected Manufacturing
PTC: Connected ManufacturingPTC: Connected Manufacturing
PTC: Connected Manufacturing
 
IYF Closing Summary
IYF Closing SummaryIYF Closing Summary
IYF Closing Summary
 
2015 12-01 digital transformation in industrial automation sanitized
2015 12-01 digital transformation in industrial automation sanitized2015 12-01 digital transformation in industrial automation sanitized
2015 12-01 digital transformation in industrial automation sanitized
 
Aricent corporate presentation
Aricent corporate presentationAricent corporate presentation
Aricent corporate presentation
 
Digital transformation in the manufacturing industry
Digital transformation in the manufacturing industryDigital transformation in the manufacturing industry
Digital transformation in the manufacturing industry
 
Bringing cross-sectoral together in industry 4.0
Bringing cross-sectoral together in industry 4.0Bringing cross-sectoral together in industry 4.0
Bringing cross-sectoral together in industry 4.0
 
Drive digital transformation to digital twin
Drive digital transformation to digital twinDrive digital transformation to digital twin
Drive digital transformation to digital twin
 
Key Imperatives for the CIO in Digital Age By Lalatendu Das Digital VP, Assoc...
Key Imperatives for the CIO in Digital Age By Lalatendu Das Digital VP, Assoc...Key Imperatives for the CIO in Digital Age By Lalatendu Das Digital VP, Assoc...
Key Imperatives for the CIO in Digital Age By Lalatendu Das Digital VP, Assoc...
 
Metal Additive Manufacturing - part 4
Metal Additive Manufacturing - part 4Metal Additive Manufacturing - part 4
Metal Additive Manufacturing - part 4
 
Ge’s journey to becoming a digital industrial company
Ge’s journey to becoming a digital industrial companyGe’s journey to becoming a digital industrial company
Ge’s journey to becoming a digital industrial company
 
[GE Innovation Forum 2015] The Industrial Internet by Bill Ruh
[GE Innovation Forum 2015] The Industrial Internet by Bill Ruh[GE Innovation Forum 2015] The Industrial Internet by Bill Ruh
[GE Innovation Forum 2015] The Industrial Internet by Bill Ruh
 
Industry 4.0 and Digital Transformation
Industry 4.0 and Digital TransformationIndustry 4.0 and Digital Transformation
Industry 4.0 and Digital Transformation
 
Event Report - IBM Think 2021 - There is more than hybrid cloud at IBM
Event Report - IBM Think 2021 - There is more than hybrid cloud at IBMEvent Report - IBM Think 2021 - There is more than hybrid cloud at IBM
Event Report - IBM Think 2021 - There is more than hybrid cloud at IBM
 
Leveraging Cloud and APIs as a Platform for Innovation
Leveraging Cloud and APIs as a Platform for InnovationLeveraging Cloud and APIs as a Platform for Innovation
Leveraging Cloud and APIs as a Platform for Innovation
 
Top 5 digital transformation trends in manufacturing
Top 5 digital transformation trends in manufacturingTop 5 digital transformation trends in manufacturing
Top 5 digital transformation trends in manufacturing
 
Collaborating with partners to inspire business innovations for an intelligen...
Collaborating with partners to inspire business innovations for an intelligen...Collaborating with partners to inspire business innovations for an intelligen...
Collaborating with partners to inspire business innovations for an intelligen...
 

Similar to Digital Transformation and AI in Smart Manufacturing

6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
Mahbubul Alam
 
Compounding Business Value Through Big Data & Advanced Analytics, v2
Compounding Business Value Through Big Data & Advanced Analytics, v2Compounding Business Value Through Big Data & Advanced Analytics, v2
Compounding Business Value Through Big Data & Advanced Analytics, v2
denesuk
 

Similar to Digital Transformation and AI in Smart Manufacturing (20)

IIoT發展趨勢及設備業者因應之_微軟葉怡君
IIoT發展趨勢及設備業者因應之_微軟葉怡君IIoT發展趨勢及設備業者因應之_微軟葉怡君
IIoT發展趨勢及設備業者因應之_微軟葉怡君
 
Vertex Perspectives | AI-optimized Chipsets | Part I
Vertex Perspectives | AI-optimized Chipsets | Part IVertex Perspectives | AI-optimized Chipsets | Part I
Vertex Perspectives | AI-optimized Chipsets | Part I
 
Vertex perspectives ai optimized chipsets (part i)
Vertex perspectives   ai optimized chipsets (part i)Vertex perspectives   ai optimized chipsets (part i)
Vertex perspectives ai optimized chipsets (part i)
 
AIDC NY: Applications of Intel AI by QuEST Global - 09.19.2019
AIDC NY: Applications of Intel AI by QuEST Global - 09.19.2019AIDC NY: Applications of Intel AI by QuEST Global - 09.19.2019
AIDC NY: Applications of Intel AI by QuEST Global - 09.19.2019
 
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
 
Dell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioDell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western Ontario
 
Compounding Business Value Through Big Data & Advanced Analytics, v2
Compounding Business Value Through Big Data & Advanced Analytics, v2Compounding Business Value Through Big Data & Advanced Analytics, v2
Compounding Business Value Through Big Data & Advanced Analytics, v2
 
Applying Digital to Manufacturing Mindset
Applying Digital to Manufacturing MindsetApplying Digital to Manufacturing Mindset
Applying Digital to Manufacturing Mindset
 
Arocom Company - Portfolio Brochure Details.pdf
Arocom Company - Portfolio Brochure Details.pdfArocom Company - Portfolio Brochure Details.pdf
Arocom Company - Portfolio Brochure Details.pdf
 
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
 
Future of Big Data
Future of Big DataFuture of Big Data
Future of Big Data
 
InTTrust -IBM Artificial Intelligence Event
InTTrust -IBM Artificial Intelligence  EventInTTrust -IBM Artificial Intelligence  Event
InTTrust -IBM Artificial Intelligence Event
 
IRJET- Impact of AI in Manufacturing Industries
IRJET- Impact of AI in Manufacturing IndustriesIRJET- Impact of AI in Manufacturing Industries
IRJET- Impact of AI in Manufacturing Industries
 
Dell NVIDIA AI Powered Transformation in Financial Services Webinar
Dell NVIDIA AI Powered Transformation in Financial Services WebinarDell NVIDIA AI Powered Transformation in Financial Services Webinar
Dell NVIDIA AI Powered Transformation in Financial Services Webinar
 
[DSC Adria 23] Tarry Singh Building High dencity startup.pdf
[DSC Adria 23] Tarry Singh Building High dencity startup.pdf[DSC Adria 23] Tarry Singh Building High dencity startup.pdf
[DSC Adria 23] Tarry Singh Building High dencity startup.pdf
 
Dell AI and HPC University Roadshow
Dell AI and HPC University RoadshowDell AI and HPC University Roadshow
Dell AI and HPC University Roadshow
 
AWS Manufacturing.pdf
AWS Manufacturing.pdfAWS Manufacturing.pdf
AWS Manufacturing.pdf
 
Developing your IoT Solutions with Intel
Developing your IoT Solutions with IntelDeveloping your IoT Solutions with Intel
Developing your IoT Solutions with Intel
 
Hey IT, Meet OT with Hima Mukkamala
Hey IT, Meet OT with Hima MukkamalaHey IT, Meet OT with Hima Mukkamala
Hey IT, Meet OT with Hima Mukkamala
 
Dell AI Telecom Webinar
Dell AI Telecom WebinarDell AI Telecom Webinar
Dell AI Telecom Webinar
 

Recently uploaded

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 

Recently uploaded (20)

Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 

Digital Transformation and AI in Smart Manufacturing

  • 1. Dr. Squall Wu Wjsquallwu@gmail.com Yet Another Application for Smart Manufacturing
  • 2. 2Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Dr. Chun-Yi (Squall) Wu • Massachusetts Institute of Technology – Smart Manufacturing Program 2019 • Taiwan AI Academy, Hsinchu 2018 • Glass Manufacturing Industry – Image Classification, Text Mining, Deep Learning • IBM Research Almaden 2017 – Nature Language Processing (SystemT) • System Integration Company – Feature Engineering, Predictive Maintenance, Industry 4.0 • Intellectual Property Service – Patent Map (Visualization) & Patent Quality (PCA, BPANN) • NTHU IEEM – Neural Network, Clustering Algorithm, Genetic Algorithm, etc.
  • 3. 3Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 What is Digital Transformation? Mechanism Robot Measurement Sensors Data Scientist Machine Learning IT Cyber Security Control PLC Quality Computer Vision
  • 4. 4Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 The Technology of Digital Transformation
  • 5. 5Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Smart Manufacturing Digital Transformation Artificial Intelligence Smart Logistic Smart HR Smart Sales Machine Learning Cloud / Edge Computing The ecosystem of Digital Transformation
  • 6. 6Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 相關技術演進 1800 1950 1990 2010 EnsembleLearning(1980) Regression(1888)PrincipalComponentAnalysis(1901) ANOVA(1918)LogisticRegression(1958) ClusteringAlgorithm(1967) DecisionTree(1970) NaïveBayes(1800~) SupportVectorMachine(1991) RecurrentNeuralNetwork(RNN)(1993) LongShortTermMemory(LSTM)(1997) ConvolutionNeuralNetwork(CNN)(1998) GenerativeAdversarialNetwork(GAN)(2014) BidirectionalEncoderRepresentations fromTransformers(BERT)(2018) TransferLearning(TL)(1997)
  • 7. 7Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Statistic & Machine Learning
  • 8. 8Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Machine Learning & Statistic • 機器學習和統計的主要區別在於它們的目的 • 機器學習模型旨在使最準確的預測成為可能。 • 統計模型是為推斷變數之間的關係而設計的。 • 統計和統計建模是不一樣的 • 統計是對數據的數學研究。除非有數據,否則無法進行統計。 • 統計模型是數據的模型,主要用於推斷數據中不同內容的關係,或建 立能夠預測未來值的模型(Regression)。 • 機器學習通常會犧牲可解釋性以獲得強大的預測能力。 • 從線性迴歸到神經網絡,儘管解釋性變差,但是預測能力卻大幅提高。 • 機器學習的理論來源於數學和統計學 • 機器學習演算法基於優化理論(Self Learning)、矩陣代數和微積分 • 機器學習的實現來源於電腦科學和工程學概念,比如核映射、特徵散列等。 (e.g. kernel tricks, feature hashing) 準確度 模 型 可 解 釋 力 Liner Regression Decision Tree K Nearest SVM Deep Neural Networks
  • 9. 9Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 一名數據科學家。 • 工作的主要內容是和感測器數據打交道。 • 如果試圖證明感測器能夠對某種刺激(如氣體濃度)做出反應, 那麼將使用統計模型來確定信號響應是否具有統計顯著性。 • 嘗試理解這種關係,並測試其可重複性Repeatability,以便能夠準 確地描述感測器的響應,並根據這些數據做出推斷。 • 還可能測試,響應是否是線性的?響應是否歸因於氣體濃度而不 是感測器中的隨機雜訊等等。 • 機器學習演算法的評估使用測試集來驗證其準確性。然而,對於 統計模型,透過信賴區間、顯著性檢驗和其他檢驗對迴歸參數進 行分析,可以用來評估模型的合法性。
  • 10. 10Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Data Analytics Lifecycle
  • 11. 11Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 旅遊推薦系統 NLU Recommendation system
  • 12. 12Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 製造業流程 Data Lake PLC, OPC Server, Sensor, etc.
  • 13. 13Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Industry Process is Important for Data Analytics 電商 製造 消費者 設備 Industry Process Website MES SCADA PLC Data Lake Data Market Data Analytics Quality Prediction Recommendation商 品 產 品 推薦到消費者 要的 消費者要的不 推薦 推薦消費者不 想要的 消費者不要的 不推薦 成本:資 料與運算 成本: 人機物料
  • 14. 14Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 How to do AI application? Topic ! Team !! • 產業利用性 • 再現性 • 技術新穎性 • 進步性 • AI Scientist • Software engineer • Data engineering • Hardware • Bridger • Domain expert Leader Manager Defect Inspection Transfer Learning Accuracy Predictive Maintenance Machine Learning Preventive to Prognosis
  • 15. 15Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 How to build an AI solution team !!! Computer Vision PM Image AOI Hybrid CNN Robot Arm PM Vibra tion Automa tion Edge Computing Reinforcement Learning Power Transformer PM Oil Gas Facility Cloud Computing Dissolved Gas Analysis NLP/NLU PM Text R&D HPC BERT Project Manager Data Source Domain Expert Data Analytics Software & IT
  • 16. 16Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Data Analysis Processing In 3-direction X Y Z Vibration Signal Time Domain Freq. Domain TS FFT Feature Extraction Health Score Learning the baseline Smart Alert SPC rule Building Baseline 5 features (RMS, Mean, kurtosis, peak2peak, skewness) of time domain 5 features (1X, 2X, 3X, 4X, and 5X FFT) of frequency domain
  • 17. 17Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Using the health score and the model, the critical event can be predicted for predictive maintenance. • The critical time of the good to poor status can be calculated and the result is able to provide decision support. Equipment A Equipment B Health score will lower than 35 after 2023. Should be maintained before 2021. There will be no immediate problems in recent years. Equipment C
  • 18. 18Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Smart Manufacturing Suggestion • A great tool in the wrong hands is a waste. • Provide solution not just only data analytics • From Auto Process to Auto Modeling • Data Quality to Model Quality • Model evaluation : Overkill & Leakage • Standard data preprocess tool • Such as : Text labeling
  • 19. 19Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 AI Patent Application • 反之,AI或機器學習之專利申請案,倘若能界定出利用該AI或機器學習 技術所能實現之特定技術目的(或所能解決之技術課題),或者倘若能界 定出該AI技術所應用之特定技術領域,即可通過技術性特徵之審查。
  • 20. 20Manufacturing Technology & Engineering Corning RestrictedDr. Squall Wu 2019 Digital Transformation & Artificial Intelligence Email: wjsquallwu@gmail.com