SlideShare une entreprise Scribd logo
1  sur  38
Deep learning for smart manufacturing:
Methods and applications
From Journal of Manufacturing Systems
Jinjiang Wang, Yulin Ma, Laibin Zhanga, Robert X. Gao, Dazhong Wu(2018)
報告人:陳佑昇
2021/08/06
JCR
/34
1
For Journal of Manufacturing Systems
2020
JIF=8.633
Vocabularies 1/3
/34
2
P. English Chinese
144 coalition 聯合政府
144 condition-awareness 狀態意識
144 proliferation 增長
144 In-depth 深入的
144 distilling 蒸餾
145 wear prediction 磨損預測
145 Bayesian Networks 貝氏網路
145 ensemble methods 整體方法
145 logistic regression 邏輯斯回歸
145 multicollinearity 多重共線性
145 cascade 串聯
P. English Chinese
145 domain knowledge 領域知識
145 state-of-the-art 當前最新技術
145 Infancy period 萌芽期
145 Hebb rule 赫布定律
145 pioneering 先驅
145 Perceptron 感知器
145 Hopfield network 霍普菲爾德網路
146 engineered features 特徵工程
146 directed topology 定向拓樸
146 bidirectional 雙向的
146 sparse 稀疏
Vocabularies 2/3
/34
3
P. English Chinese
146 contour 輪廓
146 spurious redundancy 干擾冗餘
147 sensory data 感知資料
147 aggregated 聚合
147 Prescriptive analytics 指示性分析
147 Up to date 最新的
147 Building blocks 基石
148 backpropagation 反向傳播算法
149 contractive 收縮的
149 Principle component
analysis (PCA)
主成分分析
P. English Chinese
149 Stochastic gradient
descent (SGD)
隨機梯度下降法
149 denoising 去噪
149 Gaussian noise 高斯噪聲
149 Resistant 抵抗
149 perturbation 擾動
150 vanishing 消失
150 Forget gate 遺忘閥
150 prognostics 預測
151 arbitrary 任意
152 thresholding 門檻
Vocabularies 3/3
/34
4
P. English Chinese
152 assessment 判定
152 fracture 斷裂
152 incipient 期初的
152 spectrum 幅度
152 vibration 震動
152 permutation 排列
152 energy operator 能量算子
152 planetary gearbox 行星齒輪
變速箱
152 corruption 腐壞
152 wind turbine 風力渦輪機
P. English Chinese
152 rolling bearing 滾動軸承
152 propagation 傳播
152 remaining useful life
(RUL)
剩餘使用壽命
152 turbofan 渦輪發動機
152 polishing 拋光
152 semiconductor 半導體
152 ceramic bearing 陶瓷軸承
153 matter 問題
153 curse of dimensionality 維度災難
153 fusion 融合
Content
1. Introduction
2. Overview of data driven intelligence
3. Deep learning for smart manufacturing
4. Applications to smart manufacturing
5. Discussions and outlook
/34
5
Introduction
• Various countries have developed
strategic roadmaps to transform
manufacturing to take advantage
of the emerging infrastructure
• According SMLC survey:
82% of the companies using smart
manufacturing technologies have
experienced increased efficiency
and 45% of the companies of the
companies experienced increased
customer satisfaction
Germany(2010)-
Industry 4.0
United States(2011)-
Created a systematic
framework
China(2015)-
Manufacturing 2025
/34
6
Introduction
• The massive data in smart manufacturing imposes a variety of challenges
• Data driven intelligence need to obtain more actionable and insightful
information
/34
7
• Deep learning
towards highly
nonlinear and
complex feature
abstraction
2. Overview of data driven intelligence
The evolution of data-driven artificial intelligence 1/8
Timeline Proposed models Reference
Infancy period
(1940s)
MP model
Mcculloch WS, Pitts WH. A logical calculus of the ideas immanent in
nervous activity. Bull Math Biophys 1943;5(4):115–33.
Hebb rule
Samuel AL. Some studies in machine learning using the game of checkers
II—recent progress. Annu Rev Autom Program 2010;44(1–2):206–26.
/34
9
• MP model(1943) and Hebb rule(1949) were proposed to discuss how neurons
worked in human brain
• Significant artificial intelligence capabilities like playing chess games and solving
simple logic problems were developed
The evolution of data-driven artificial intelligence 2/8
Timeline Proposed models Reference
First upsurge
period
(1960s)
Perceptron Rosenblatt F. Perceptron simulation experiments. Proc IRE1960;48(3):301–9.
Adaptive Linear Unit
Widrow B, Hoff ME. Adaptive switching circuits. Cambridge: MIT
Press;1960.
/34
10
• Perceptron(1956) was proposed to simulate the nervous system of human
learning with linear optimization
• Adaptive Linear Unit(1959) had been successfully used in practical applications
• Criticized due to the difficulty in handling non-linear problems, such as XOR (or
XNOR) classification
The evolution of data-driven artificial intelligence 3/8
/34
11
Timeline Proposed models Reference
Second upsurge
period
(1980s)
Hopfield network circuit
Tank DW, Hopfield JJ. Neural computation by concentrating
information intime. Proc Natl Acad Sci USA 1987;84(7):1896.
Back Propagation
Werbos PJ. Backpropagation through time: what it does and how
to do it.Proc IEEE 1990;78(10):1550–60.
Boltzmann Machine
Sussmann HJ. Learning algorithms for Boltzmann machines. 27th
IEEEconference on decision and control 1988;1:786–91.
Support Vector Machine
Vapnik VN. An overview of statistical learning theory. IEEE Trans
NeuralNetw 1998;10(5):988–99.
• Hopfield networks(1982) serve as associative memory systems with binary threshold nodes
• BP(1974) algorithm was proposed to solve non-linear problems in complex neural network
and put forward the BM(1985)
• SVM(1997) showed decent performance on classification and regression
The evolution of data-driven artificial intelligence 4/8
/34
12
Timeline Proposed models Reference
Second upsurge
period
(1980s)
Restricted
Boltzmann Machine
Smolensky P. Information processing in dynamical systems: foundations
ofharmony theory. Parallel distributed processing: explorations in
themicrostructure of cognition. Cambridge: MIT Press; 1986.
Auto Encoder
Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back-
propagating errors. Nature 1986;323(6088):533–6.
• There are traditional machine learning techniques discuss before, they require
human expertise for feature extraction and highly relies on the engineered features.
RBM and AE are Deep learning models which uses data representation learning
• RBM(1986) was developed by obtaining the probability distribution of Boltzmann
Machine
• AE(1986) was proposed using the layer-by-layer Greedy learning algorithm to
minimize the loss function
The evolution of data-driven artificial intelligence 5/8
/34
13
Timeline Proposed models Reference
Third boom
period
(after 2000s)
Recurrent Neural Network
Hihi SE, Hc-J MQ, Bengio Y. Hierarchical recurrent neural networks
for Long-Term dependencies. Adv Neural Inf Process Syst
1995;8:493–9.
Long short-term Memory
Hochreiter S, Schmidhuber J. Long short-Term memory. Neural
Comput1997;9(8):1735.
Convolutional Neural
Network
Lécun Y, Bottou L, Bengio Y, Haffner P. Gradient-based learning
applied to document recognition. Proc IEEE 1998;86(11):2278–324.
• RNN(1995) was proposed for feature learning from sequence data
• LSTM(1997) was proposed to tackle the vanishing gradient problem and deal with
complex time sequence data
• CNN(1998) was put forward to handle two dimensional inputs
• Many attempts no satisfactory performance was reported before 2006
The evolution of data-driven artificial intelligence 6/8
/34
14
Timeline Proposed models Reference
Third boom
period
(after 2000s)
Deep Belief Network
Hinton GE, Salakhutdinov RR. Reducing the dimensionality of data withneural
network. Science 2006;313(5786):504–7. Hinton GE, Osindero S, Teh YW. A fast
learning algorithm for deep beliefnets. Neural Comput 2014;18(7):1527–54.
Deep Auto Encoder
Deng L, Seltzer M, Yu D, Acero A, Mohamed A, Hinton GE. Binary coding of
speech spectrograms using a deep auto-encoder. Proceedings of 11th annual
conference of the international speech communication association2010;3:1692–5.
Sparse Auto Encoder
Schölkopf B, Platt J, Hofmann T. Efficient learning of sparse representations with an energy-
Based model. Proceedings of advances in neural information processingsystems 2006:1137–44.
Ranzato MA, Boureau YL, Lecun Y. Sparse feature learning for deep belief networks. Proceedings
of international conference on neural information processing systems 2007;20:1185–92.
• DBN(2006) was proposed by reducing computational complexity, and the parameters were
successfully learned through layer-wise pre-training and fine tuning
• Deep Auto Encoder(2005) was proposed by adding more hidden layers to deal with high
nonlinear input
• SAE(2006) was put forward to reduce dimensionality and learn sparse representations
• Deep learning gained increasing popularity
The evolution of data-driven artificial intelligence 7/8
/34
15
Timeline Proposed models Reference
Third boom
period
(after 2000s)
Deep Boltzmann Machine
Salakhutdinov RR, Hinton GE. Deep Boltzmann machines. J Mach Learn
Res2009;5(2):1967–2006.
Denosing Auto Encoder
Larochelle H, Lajoie I, Bengio Y, Manzagol PA. Stacked denoisingautoencoders:
learning useful representations in a deep network with alocal denoising criterion.
J Mach Learn Res 2010;11(12):3371–408.
Deep Convolutional
Neural Network
Krizhevsky A, Sutskever I, Hinton GE. ImageNet classification with
deepconvolution neural networks. International conference on neuralinformation
processing systems 2012;25:1097–105.
• DBM(2009) was proposed to learn ambiguous input data robustly, and the model
parameters were optimized using layer-wise pre-training
• DAE(2010) was presented to reconstruct the stochastically corrupted input data, and force
the hidden layer to discover more robust features
• DCNN(2012) was introduced with deep structure of Convolutional Neural Network, and it
showed superior performance in image recognition
The evolution of data-driven artificial intelligence 8/8
/34
16
Timeline Proposed models Reference
Third boom
period
(after 2000s)
Generative Adversarial
Network
Goodfellow IJ, Pouget-Abadie J, Mirza M, Xu B, Warde-Farley D, Ozair S, et
al.Generative adversarial nets. Int Conf Neural Inf Process Syst2014;3:2672–80.
Attention-based LSTM
Wang Y, Huang M, Zhao L, Zhu X. Attention-based LSTM for aspect-level
sentiment classification. Proceedings of conference on empirical methods
innatural language processing 2016:606–15.
• GAN(2014) contained two independent models acting as adversaries
• Attention-based LSTM model(2016) was proposed by integrating attention
mechanism with LSTM
• Nowadays, more and more new models are being developed even per week.
Comparison between deep learning and traditional
machine learning
/34
17
Comparison between deep learning and traditional
machine learning
/34
18
• Deep learning is easier to model the nonlinear relationship using compositional
function
• The high level abstract representation in feature learning makes deep learning more
flexible and adaptable to data variety
• The ability to avoid feature engineering is regarded as a great advantage in smart
manufacturing
3. Deep learning for smart manufacturing
Deep learning for smart manufacturing
/34
20
Data
modelling
Analysis
Supporting
real-time data
processing
Convolutional neural network
CNN is a multi-layer feed-forward artificial neural network which is firstly
proposed for two-dimensional image processing
/34
21
Restricted Boltzmann machine and its variant
/34
22
RBM is a two-layer neural network consisting of visible and hidden layer
The highest
layers are
undirected /
Lower layers are
directed
Deep Belief
Network
(DBN)
The hidden
units are
grouped into a
hierarchy of
layers
Deep
Boltzmann
Machine
(DBM)
Auto encoder and its variants
AE is an unsupervised learning algorithm extracting features from input
data without label information needed
/34
23
Denoising and
discover more
robust features
DAE
(Denoising)
Imposing sparsity
constraints
SAE
(Sparse)
Force the model
resistant to small
perturbations
CAE
(Contractive)
Recurrent neural network and its variants
RNN has unique characteristic of topology connections between the
neurons formed directed cycles for sequence data
/34
24
RNN
Difficulty in dealing
with long-term
sequence data
LSTM
Allows information
flow down with linear
interactions
Model comparison
Model Principle Pros. Cons.
CNN
Abstracted features are learned
by stacked convolutional and
sampling layers.
Reduced parameter number,
invariance of shift, scale and
distortion.
High computational
complexity for high
hierarchical model training.
RNN
Temporal pattern stored in the
recurrent neuros connection
and distributed hidden states
for time-series data.
Short-term information is
retained and temporal
correlations are captured in
sequence data.
Difficult to train the model
and save the long-term
dependence.
PBM
Hidden layer describes variable
dependencies and connections
between input or output layers
as representative features.
Robust to ambiguous input
and training label is not
required in pre-training stage.
Time-consuming for joint
parameter optimization.
AE
Unsupervised feature learning
and data dimensionality
reduction are achieved through
encoding.
Irrelevance in the input is
eliminated, and meaningful
information is preserved.
Error propagation layer-by-
layer and sparse
representations are not
guaranteed.
/34
25
Table 3. Comparison between different deep learning models
4. Applications to smart manufacturing
Applications to smart manufacturing
• Computational intelligence
is an essential part of smart
manufacturing to enable
accurate insights for
better decision making
• Product quality inspection,
fault diagnosis, and
defect prognosis has been
investigated for a wide
range of manufacturing
systems recently
Model Application scenarios Reference
CNN
Surface integration inspection
1/4
[72–75]
Machinery fault diagnosis
8/8
[77–84]
DBN
Machinery fault diagnosis
8/8
[85–92]
Predictive analytics &
defect prognosis
2/4
[109–112]
AE Machinery fault diagnosis
3/11
[93–103]
RNN
Predictive analytics &
defect prognosis
4/5
[104–108]
/34
27
Table 5. A list of deep learning models with applications
[Reference (kind of application number) / (total number) ]
Descriptive analytics for product quality inspection
Inspected employing machine
vision and image processing
techniques to detect surface
defect for enhanced product
quality in manufacturing
Deep learning has been
investigated to learn high-level
generic features and applied to
a wide range of textures or
difficult-to-detect defects
cases
/34
28
This Photo by CASE PRESS is licensed under CC BY-NC
CNN
Diagnostic analytics for fault assessment
Monitor machinery conditions,
identify the incipient defects,
diagnose the root cause of
failures, and then incorporate the
information into manufacturing
production and control
Deep learning models
outperform traditional machine
learning technique in terms of
classification accuracy
CNN
• bearing, gearbox, wind
generator and rotor
DBN
• aircraft engine, chemical process,
reciprocating compressor, rolling element
bearing, high speed train and wind turbine
AE
• planetary gearbox, wind
turbine and rolling bearing
/34
29
Predictive analytics for defect prognosis
Develop and implement an
intelligent maintenance strategy
that allows manufacturers to
determine the condition of in-
service systems in order to predict
when maintenance should be
performed
Deep learning has been presented
for anomaly prediction of
machine, optimize job schedule
and balance the computational
load
/34
30
DBN
• material removal rate, chemical
mechanical polishing and ceramic
bearing
RNNs (LSTM)
• rolling bearing, machine health
monitoring, tool wear prediction
and aircraft turbofan engine
5. Discussions and outlook
Discussions and outlook
Most companies do not know
what to do with the data they
have, and they lack software
and modelling to interpret
and analyze them
To address the challenges, the
deep learning for smart
manufacturing are discussed in
terms of data matter, model
selection, model
visualization, generic model,
and incremental learning
Improved data
collection
Use and
sharing
Predictive
model
design
Generalized
predictive
models
Connected factories
and control
processes
/34
32
Five gaps are identified in smart manufacturing From Kusiak A. Smart
manufacturing must embrace big data. Nature2017;544(7648):23–5.
Discussions and outlook
Challenge Description Solution
Data matter
1. Model heavily depend on the scale and
quality of datasets
2. Class imbalance problem
1. Extracting the relevant data and
applying appropriating task
2. Appropriate measures and
integration of boot strapping
Model
selection
Complexity in manufacturing process
(Different problems)
Supervised : dealing with data rich but
knowledge sparse problems, namely
labelled data are available
Model
visualization
Need to be understood by manufacturing
engineers
Visualization and fusion may contribute
a more effective model
Generic
model
Not bonded to specific machines
1. Increase its width or depth
2. Applied to large scale and real time
analytics using GPU
3. Choosing appropriate models
Incremental
learning
learning algorithms are not fundamentally
built to learn incrementally and are therefore
susceptible to the data velocity issues
Necessary to enable deep learning with
incremental learning capabilities
/34
33
Conclusions
 Deep learning provides advanced analytics
and offers great potentials to smart
manufacturing in the age of big data
 The emerging research effort of deep
learning in applications of manufacturing is
also summarized
 Deep learning may be push into cloud,
enabling more convenient and on-
demand computing services for smart
manufacturing
/34
34
Thank you
Sources
1. Deep learning for smart manufacturing: Methods and applications/ Journal of
Manufacturing Systems 48 (2018) 144–156/Jinjiang Wang, Yulin Ma, Laibin Zhanga, Robert X.
Gao, Dazhong Wu/ Download form
https://www.sciencedirect.com/science/article/pii/S0278612518300037
2. PPT template- Radiologist Technology PowerPoint Template/© Presentation Magazine 2021
from https://www.presentationmagazine.com/radiologist-technology-powerpoint-template-
16993.htm
3. P1. Journal Citation Reports from https://jcr.clarivate.com/jcr/home
4. P6. Picture from https://www.smartdatacollective.com/big-data-challenges-of-industry-4-0-
worth-considering/
https://www.linkedin.com/company/smart-manufacturing-leadership-coalition/
http://www.51wendang.com/doc/091bc307e4087193c1c1d165
5. P11. Hopfield network description from https://en.wikipedia.org/wiki/Hopfield_network
6. P28. 從神經元開始的人工智慧 from https://case.ntu.edu.tw/blog/?p=30715
7. P32. Microsoft Stock images (royalty-free images)
Extended learning
 MP model人工智慧鼻祖
https://ithelp.ithome.com.tw/m/articles/10248994
 感知機無法學習非線形例子
https://vocus.cc/article/5cc914d6fd8978000171ac06
 霍普菲爾德神經網路
https://medium.com/@falconives/day-35-hopfiled-
networks-32659c33c4fd
 深度學習 --- Hopfield神經網路詳解
https://www.itread01.com/content/1542438483.html
 神經網路詳解
https://blog.csdn.net/weixin_39653948/article/detail
s/105161038
 了解梯度爆炸與消失
https://kknews.cc/zh-tw/code/4zagkvx.html
 【遷移學習】一個訓練大型網路重要的技巧:Fine Tuning
https://jason-chen-1992.weebly.com/home/fine-tuning
 資料科學進化論─五種分析方式(Types of Business
Analytics) https://medium.com/marketingdatascience/
資料科學進化論-五種分析方式-types-of-business-
analytics-97fe78938769
 機器/深度學習: 基礎介紹-損失函數(loss function)
https://chih-sheng-huang821.medium.com/機器-深度學
習-基礎介紹-損失函數-loss-function-2dcac5ebb6cb
 CNN中的equivariant vs. Invariant
https://zhuanlan.zhihu.com/p/41682204
 關於自編碼器(AE,DAE,CAE,SAE等)
https://www.twblogs.net/a/5c91a1efbd9eee35fc1582de

Contenu connexe

Tendances

Artificial Intelligence - A Brief Scan
Artificial Intelligence - A Brief ScanArtificial Intelligence - A Brief Scan
Artificial Intelligence - A Brief ScanHai Siang Chia
 
Introduction of Artificial Intelligence
Introduction of Artificial IntelligenceIntroduction of Artificial Intelligence
Introduction of Artificial IntelligenceMücke Roth & Company
 
Knowledge based systems -- introduction
Knowledge based systems -- introductionKnowledge based systems -- introduction
Knowledge based systems -- introductionjkmaster
 
Mahakal institute of technology
Mahakal institute of technologyMahakal institute of technology
Mahakal institute of technologyOman Jangir
 
Introduction to Artificial Intelligence and Machine Learning for policy makers
Introduction to Artificial Intelligence and Machine Learning for policy makersIntroduction to Artificial Intelligence and Machine Learning for policy makers
Introduction to Artificial Intelligence and Machine Learning for policy makersRaffaele Mauro
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSEr Kaushal
 
Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...
Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...
Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...PAPIs.io
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An OverviewGiri Dharan
 
Artificial Intelligence Course- Introduction
Artificial Intelligence Course- IntroductionArtificial Intelligence Course- Introduction
Artificial Intelligence Course- IntroductionMuhammad Sanaullah
 
Artificial intellegence
Artificial intellegenceArtificial intellegence
Artificial intellegencegeetinsaa
 
The State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned ReportThe State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned ReportNathan Benaich
 
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - PhdassistanceArtificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - PhdassistancePhD Assistance
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) Aakanksh Nath
 
Applications of artificial intelligence techniques to combating cyber crimes ...
Applications of artificial intelligence techniques to combating cyber crimes ...Applications of artificial intelligence techniques to combating cyber crimes ...
Applications of artificial intelligence techniques to combating cyber crimes ...ijaia
 
Artificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureArtificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureGrigory Sapunov
 
Future aspects of ai by rahul abhishek
Future aspects of ai by rahul abhishekFuture aspects of ai by rahul abhishek
Future aspects of ai by rahul abhishekEr. rahul abhishek
 

Tendances (20)

Artificial Intelligence - A Brief Scan
Artificial Intelligence - A Brief ScanArtificial Intelligence - A Brief Scan
Artificial Intelligence - A Brief Scan
 
Introduction of Artificial Intelligence
Introduction of Artificial IntelligenceIntroduction of Artificial Intelligence
Introduction of Artificial Intelligence
 
Knowledge based systems -- introduction
Knowledge based systems -- introductionKnowledge based systems -- introduction
Knowledge based systems -- introduction
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Mahakal institute of technology
Mahakal institute of technologyMahakal institute of technology
Mahakal institute of technology
 
Introduction to Artificial Intelligence and Machine Learning for policy makers
Introduction to Artificial Intelligence and Machine Learning for policy makersIntroduction to Artificial Intelligence and Machine Learning for policy makers
Introduction to Artificial Intelligence and Machine Learning for policy makers
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
 
Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...
Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...
Past, Present and Future of AI: a Fascinating Journey - Ramon Lopez de Mantar...
 
(Ch#1) artificial intelligence
(Ch#1) artificial intelligence(Ch#1) artificial intelligence
(Ch#1) artificial intelligence
 
Artificial intelligence - An Overview
Artificial intelligence - An OverviewArtificial intelligence - An Overview
Artificial intelligence - An Overview
 
Artificial Intelligence Course- Introduction
Artificial Intelligence Course- IntroductionArtificial Intelligence Course- Introduction
Artificial Intelligence Course- Introduction
 
Artificial intellegence
Artificial intellegenceArtificial intellegence
Artificial intellegence
 
The State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned ReportThe State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned Report
 
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - PhdassistanceArtificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
 
Chapter 1 (final)
Chapter 1 (final)Chapter 1 (final)
Chapter 1 (final)
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.)
 
Ai notes
Ai notesAi notes
Ai notes
 
Applications of artificial intelligence techniques to combating cyber crimes ...
Applications of artificial intelligence techniques to combating cyber crimes ...Applications of artificial intelligence techniques to combating cyber crimes ...
Applications of artificial intelligence techniques to combating cyber crimes ...
 
Artificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and FutureArtificial Intelligence - Past, Present and Future
Artificial Intelligence - Past, Present and Future
 
Future aspects of ai by rahul abhishek
Future aspects of ai by rahul abhishekFuture aspects of ai by rahul abhishek
Future aspects of ai by rahul abhishek
 

Similaire à Paper sharing_deep learning for smart manufacturing methods and applications

AI&BigData Lab. Артем Чернодуб "Распознавание изображений методом Lazy Deep ...
AI&BigData Lab. Артем Чернодуб  "Распознавание изображений методом Lazy Deep ...AI&BigData Lab. Артем Чернодуб  "Распознавание изображений методом Lazy Deep ...
AI&BigData Lab. Артем Чернодуб "Распознавание изображений методом Lazy Deep ...GeeksLab Odessa
 
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGSOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGIRJET Journal
 
Deep learning: Cutting through the Myths and Hype
Deep learning: Cutting through the Myths and HypeDeep learning: Cutting through the Myths and Hype
Deep learning: Cutting through the Myths and HypeSiby Jose Plathottam
 
Unraveling Information about Deep Learning
Unraveling Information about Deep LearningUnraveling Information about Deep Learning
Unraveling Information about Deep LearningIRJET Journal
 
Interpretability and informatics of deep learning in medical images3
Interpretability and informatics of deep learning in medical images3Interpretability and informatics of deep learning in medical images3
Interpretability and informatics of deep learning in medical images3Namkug Kim
 
Introduction to Deep learning
Introduction to Deep learningIntroduction to Deep learning
Introduction to Deep learningleopauly
 
Neural Networks and Deep Learning Syllabus
Neural Networks and Deep Learning SyllabusNeural Networks and Deep Learning Syllabus
Neural Networks and Deep Learning SyllabusAndres Mendez-Vazquez
 
A Study of Deep Learning Applications
A Study of Deep Learning ApplicationsA Study of Deep Learning Applications
A Study of Deep Learning Applicationsijtsrd
 
Koss 6 a17_deepmachinelearning_mariocho_r10
Koss 6 a17_deepmachinelearning_mariocho_r10Koss 6 a17_deepmachinelearning_mariocho_r10
Koss 6 a17_deepmachinelearning_mariocho_r10Mario Cho
 
Rise of AI through DL
Rise of AI through DLRise of AI through DL
Rise of AI through DLRehan Guha
 
Reservoir computing fast deep learning for sequences
Reservoir computing   fast deep learning for sequencesReservoir computing   fast deep learning for sequences
Reservoir computing fast deep learning for sequencesClaudio Gallicchio
 
IRJET- Survey on Text Error Detection using Deep Learning
IRJET-  	  Survey on Text Error Detection using Deep LearningIRJET-  	  Survey on Text Error Detection using Deep Learning
IRJET- Survey on Text Error Detection using Deep LearningIRJET Journal
 
Why Neurons have thousands of synapses? A model of sequence memory in the brain
Why Neurons have thousands of synapses? A model of sequence memory in the brainWhy Neurons have thousands of synapses? A model of sequence memory in the brain
Why Neurons have thousands of synapses? A model of sequence memory in the brainNumenta
 
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning Wanjin Yu
 
Case study on deep learning
Case study on deep learningCase study on deep learning
Case study on deep learningHarshitBarde
 
AI is Impacting HPC Everywhere
AI is Impacting HPC EverywhereAI is Impacting HPC Everywhere
AI is Impacting HPC Everywhereinside-BigData.com
 
Tifinagh handwritten character recognition using optimized convolutional neu...
Tifinagh handwritten character recognition using optimized  convolutional neu...Tifinagh handwritten character recognition using optimized  convolutional neu...
Tifinagh handwritten character recognition using optimized convolutional neu...IJECEIAES
 
파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)
파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)
파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)XAIC
 

Similaire à Paper sharing_deep learning for smart manufacturing methods and applications (20)

AI&BigData Lab. Артем Чернодуб "Распознавание изображений методом Lazy Deep ...
AI&BigData Lab. Артем Чернодуб  "Распознавание изображений методом Lazy Deep ...AI&BigData Lab. Артем Чернодуб  "Распознавание изображений методом Lazy Deep ...
AI&BigData Lab. Артем Чернодуб "Распознавание изображений методом Lazy Deep ...
 
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGSOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
 
Deep learning: Cutting through the Myths and Hype
Deep learning: Cutting through the Myths and HypeDeep learning: Cutting through the Myths and Hype
Deep learning: Cutting through the Myths and Hype
 
Unraveling Information about Deep Learning
Unraveling Information about Deep LearningUnraveling Information about Deep Learning
Unraveling Information about Deep Learning
 
Interpretability and informatics of deep learning in medical images3
Interpretability and informatics of deep learning in medical images3Interpretability and informatics of deep learning in medical images3
Interpretability and informatics of deep learning in medical images3
 
Introduction to Deep learning
Introduction to Deep learningIntroduction to Deep learning
Introduction to Deep learning
 
3234150
32341503234150
3234150
 
Neural Networks and Deep Learning Syllabus
Neural Networks and Deep Learning SyllabusNeural Networks and Deep Learning Syllabus
Neural Networks and Deep Learning Syllabus
 
A Study of Deep Learning Applications
A Study of Deep Learning ApplicationsA Study of Deep Learning Applications
A Study of Deep Learning Applications
 
Koss 6 a17_deepmachinelearning_mariocho_r10
Koss 6 a17_deepmachinelearning_mariocho_r10Koss 6 a17_deepmachinelearning_mariocho_r10
Koss 6 a17_deepmachinelearning_mariocho_r10
 
Rise of AI through DL
Rise of AI through DLRise of AI through DL
Rise of AI through DL
 
Reservoir computing fast deep learning for sequences
Reservoir computing   fast deep learning for sequencesReservoir computing   fast deep learning for sequences
Reservoir computing fast deep learning for sequences
 
AINL 2016: Filchenkov
AINL 2016: FilchenkovAINL 2016: Filchenkov
AINL 2016: Filchenkov
 
IRJET- Survey on Text Error Detection using Deep Learning
IRJET-  	  Survey on Text Error Detection using Deep LearningIRJET-  	  Survey on Text Error Detection using Deep Learning
IRJET- Survey on Text Error Detection using Deep Learning
 
Why Neurons have thousands of synapses? A model of sequence memory in the brain
Why Neurons have thousands of synapses? A model of sequence memory in the brainWhy Neurons have thousands of synapses? A model of sequence memory in the brain
Why Neurons have thousands of synapses? A model of sequence memory in the brain
 
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
 
Case study on deep learning
Case study on deep learningCase study on deep learning
Case study on deep learning
 
AI is Impacting HPC Everywhere
AI is Impacting HPC EverywhereAI is Impacting HPC Everywhere
AI is Impacting HPC Everywhere
 
Tifinagh handwritten character recognition using optimized convolutional neu...
Tifinagh handwritten character recognition using optimized  convolutional neu...Tifinagh handwritten character recognition using optimized  convolutional neu...
Tifinagh handwritten character recognition using optimized convolutional neu...
 
파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)
파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)
파이콘 한국 2019 튜토리얼 - 설명가능인공지능이란? (Part 1)
 

Plus de YOU SHENG CHEN

R語言期末專題-108年至110年山域意外事故救援案件
R語言期末專題-108年至110年山域意外事故救援案件R語言期末專題-108年至110年山域意外事故救援案件
R語言期末專題-108年至110年山域意外事故救援案件YOU SHENG CHEN
 
Paper sharing_Digital transformation of maritime logistics- Exploring trends ...
Paper sharing_Digital transformation of maritime logistics- Exploring trends ...Paper sharing_Digital transformation of maritime logistics- Exploring trends ...
Paper sharing_Digital transformation of maritime logistics- Exploring trends ...YOU SHENG CHEN
 
Paper sharing_Envisioning entrepreneurship and digital innovation through a d...
Paper sharing_Envisioning entrepreneurship and digital innovation through a d...Paper sharing_Envisioning entrepreneurship and digital innovation through a d...
Paper sharing_Envisioning entrepreneurship and digital innovation through a d...YOU SHENG CHEN
 
Paper sharing_Digital assemblages information infrastructures and mobile know...
Paper sharing_Digital assemblages information infrastructures and mobile know...Paper sharing_Digital assemblages information infrastructures and mobile know...
Paper sharing_Digital assemblages information infrastructures and mobile know...YOU SHENG CHEN
 
Paper sharing_Patient health locus of control the design of information syste...
Paper sharing_Patient health locus of control the design of information syste...Paper sharing_Patient health locus of control the design of information syste...
Paper sharing_Patient health locus of control the design of information syste...YOU SHENG CHEN
 
Paper sharing_An integrated framework of change management for social CRM imp...
Paper sharing_An integrated framework of change management for social CRM imp...Paper sharing_An integrated framework of change management for social CRM imp...
Paper sharing_An integrated framework of change management for social CRM imp...YOU SHENG CHEN
 
Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...
Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...
Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...YOU SHENG CHEN
 
LeetCode477_Total Hamming Distance.pptx
LeetCode477_Total Hamming Distance.pptxLeetCode477_Total Hamming Distance.pptx
LeetCode477_Total Hamming Distance.pptxYOU SHENG CHEN
 
Paper sharing_An assisted approach to business process redesign
Paper sharing_An assisted approach to business process redesignPaper sharing_An assisted approach to business process redesign
Paper sharing_An assisted approach to business process redesignYOU SHENG CHEN
 
Paper sharing_How Information Technology Governance Influences Organizational...
Paper sharing_How Information Technology Governance Influences Organizational...Paper sharing_How Information Technology Governance Influences Organizational...
Paper sharing_How Information Technology Governance Influences Organizational...YOU SHENG CHEN
 
Paper sharing_The interplay of digital transformation and employee competency
Paper sharing_The interplay of digital transformation and employee competencyPaper sharing_The interplay of digital transformation and employee competency
Paper sharing_The interplay of digital transformation and employee competencyYOU SHENG CHEN
 
Paper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturingPaper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturingYOU SHENG CHEN
 
Paper sharing_Digital servitization of symbiotic service composition in produ...
Paper sharing_Digital servitization of symbiotic service composition in produ...Paper sharing_Digital servitization of symbiotic service composition in produ...
Paper sharing_Digital servitization of symbiotic service composition in produ...YOU SHENG CHEN
 
Paper sharing_The architectural design and implementation of a digital platfo...
Paper sharing_The architectural design and implementation of a digital platfo...Paper sharing_The architectural design and implementation of a digital platfo...
Paper sharing_The architectural design and implementation of a digital platfo...YOU SHENG CHEN
 
Paper sharing_Legacy information system replacement_Pursuing quality design o...
Paper sharing_Legacy information system replacement_Pursuing quality design o...Paper sharing_Legacy information system replacement_Pursuing quality design o...
Paper sharing_Legacy information system replacement_Pursuing quality design o...YOU SHENG CHEN
 
Microservice 微服務
Microservice 微服務Microservice 微服務
Microservice 微服務YOU SHENG CHEN
 
Paper sharing_Standardizing information security _ a structurational analysis
Paper sharing_Standardizing information security _ a structurational analysisPaper sharing_Standardizing information security _ a structurational analysis
Paper sharing_Standardizing information security _ a structurational analysisYOU SHENG CHEN
 
Paper sharing_data-driven smart manufacturing (include smart manufacturing se...
Paper sharing_data-driven smart manufacturing (include smart manufacturing se...Paper sharing_data-driven smart manufacturing (include smart manufacturing se...
Paper sharing_data-driven smart manufacturing (include smart manufacturing se...YOU SHENG CHEN
 
Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...
Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...
Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...YOU SHENG CHEN
 
Paper sharing_Tapping into the wearable device revolution in the work environ...
Paper sharing_Tapping into the wearable device revolution in the work environ...Paper sharing_Tapping into the wearable device revolution in the work environ...
Paper sharing_Tapping into the wearable device revolution in the work environ...YOU SHENG CHEN
 

Plus de YOU SHENG CHEN (20)

R語言期末專題-108年至110年山域意外事故救援案件
R語言期末專題-108年至110年山域意外事故救援案件R語言期末專題-108年至110年山域意外事故救援案件
R語言期末專題-108年至110年山域意外事故救援案件
 
Paper sharing_Digital transformation of maritime logistics- Exploring trends ...
Paper sharing_Digital transformation of maritime logistics- Exploring trends ...Paper sharing_Digital transformation of maritime logistics- Exploring trends ...
Paper sharing_Digital transformation of maritime logistics- Exploring trends ...
 
Paper sharing_Envisioning entrepreneurship and digital innovation through a d...
Paper sharing_Envisioning entrepreneurship and digital innovation through a d...Paper sharing_Envisioning entrepreneurship and digital innovation through a d...
Paper sharing_Envisioning entrepreneurship and digital innovation through a d...
 
Paper sharing_Digital assemblages information infrastructures and mobile know...
Paper sharing_Digital assemblages information infrastructures and mobile know...Paper sharing_Digital assemblages information infrastructures and mobile know...
Paper sharing_Digital assemblages information infrastructures and mobile know...
 
Paper sharing_Patient health locus of control the design of information syste...
Paper sharing_Patient health locus of control the design of information syste...Paper sharing_Patient health locus of control the design of information syste...
Paper sharing_Patient health locus of control the design of information syste...
 
Paper sharing_An integrated framework of change management for social CRM imp...
Paper sharing_An integrated framework of change management for social CRM imp...Paper sharing_An integrated framework of change management for social CRM imp...
Paper sharing_An integrated framework of change management for social CRM imp...
 
Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...
Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...
Paper sharing_Explaining Data-Driven Decisions made by AI Systems_The Counter...
 
LeetCode477_Total Hamming Distance.pptx
LeetCode477_Total Hamming Distance.pptxLeetCode477_Total Hamming Distance.pptx
LeetCode477_Total Hamming Distance.pptx
 
Paper sharing_An assisted approach to business process redesign
Paper sharing_An assisted approach to business process redesignPaper sharing_An assisted approach to business process redesign
Paper sharing_An assisted approach to business process redesign
 
Paper sharing_How Information Technology Governance Influences Organizational...
Paper sharing_How Information Technology Governance Influences Organizational...Paper sharing_How Information Technology Governance Influences Organizational...
Paper sharing_How Information Technology Governance Influences Organizational...
 
Paper sharing_The interplay of digital transformation and employee competency
Paper sharing_The interplay of digital transformation and employee competencyPaper sharing_The interplay of digital transformation and employee competency
Paper sharing_The interplay of digital transformation and employee competency
 
Paper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturingPaper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturing
 
Paper sharing_Digital servitization of symbiotic service composition in produ...
Paper sharing_Digital servitization of symbiotic service composition in produ...Paper sharing_Digital servitization of symbiotic service composition in produ...
Paper sharing_Digital servitization of symbiotic service composition in produ...
 
Paper sharing_The architectural design and implementation of a digital platfo...
Paper sharing_The architectural design and implementation of a digital platfo...Paper sharing_The architectural design and implementation of a digital platfo...
Paper sharing_The architectural design and implementation of a digital platfo...
 
Paper sharing_Legacy information system replacement_Pursuing quality design o...
Paper sharing_Legacy information system replacement_Pursuing quality design o...Paper sharing_Legacy information system replacement_Pursuing quality design o...
Paper sharing_Legacy information system replacement_Pursuing quality design o...
 
Microservice 微服務
Microservice 微服務Microservice 微服務
Microservice 微服務
 
Paper sharing_Standardizing information security _ a structurational analysis
Paper sharing_Standardizing information security _ a structurational analysisPaper sharing_Standardizing information security _ a structurational analysis
Paper sharing_Standardizing information security _ a structurational analysis
 
Paper sharing_data-driven smart manufacturing (include smart manufacturing se...
Paper sharing_data-driven smart manufacturing (include smart manufacturing se...Paper sharing_data-driven smart manufacturing (include smart manufacturing se...
Paper sharing_data-driven smart manufacturing (include smart manufacturing se...
 
Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...
Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...
Paper sharing_Swarm intelligence goal oriented approach to data-driven innova...
 
Paper sharing_Tapping into the wearable device revolution in the work environ...
Paper sharing_Tapping into the wearable device revolution in the work environ...Paper sharing_Tapping into the wearable device revolution in the work environ...
Paper sharing_Tapping into the wearable device revolution in the work environ...
 

Dernier

Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesTimothy Spann
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Boston Institute of Analytics
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGIThomas Poetter
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxAleenaJamil4
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Thomas Poetter
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 

Dernier (20)

Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptx
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 

Paper sharing_deep learning for smart manufacturing methods and applications

  • 1. Deep learning for smart manufacturing: Methods and applications From Journal of Manufacturing Systems Jinjiang Wang, Yulin Ma, Laibin Zhanga, Robert X. Gao, Dazhong Wu(2018) 報告人:陳佑昇 2021/08/06
  • 2. JCR /34 1 For Journal of Manufacturing Systems 2020 JIF=8.633
  • 3. Vocabularies 1/3 /34 2 P. English Chinese 144 coalition 聯合政府 144 condition-awareness 狀態意識 144 proliferation 增長 144 In-depth 深入的 144 distilling 蒸餾 145 wear prediction 磨損預測 145 Bayesian Networks 貝氏網路 145 ensemble methods 整體方法 145 logistic regression 邏輯斯回歸 145 multicollinearity 多重共線性 145 cascade 串聯 P. English Chinese 145 domain knowledge 領域知識 145 state-of-the-art 當前最新技術 145 Infancy period 萌芽期 145 Hebb rule 赫布定律 145 pioneering 先驅 145 Perceptron 感知器 145 Hopfield network 霍普菲爾德網路 146 engineered features 特徵工程 146 directed topology 定向拓樸 146 bidirectional 雙向的 146 sparse 稀疏
  • 4. Vocabularies 2/3 /34 3 P. English Chinese 146 contour 輪廓 146 spurious redundancy 干擾冗餘 147 sensory data 感知資料 147 aggregated 聚合 147 Prescriptive analytics 指示性分析 147 Up to date 最新的 147 Building blocks 基石 148 backpropagation 反向傳播算法 149 contractive 收縮的 149 Principle component analysis (PCA) 主成分分析 P. English Chinese 149 Stochastic gradient descent (SGD) 隨機梯度下降法 149 denoising 去噪 149 Gaussian noise 高斯噪聲 149 Resistant 抵抗 149 perturbation 擾動 150 vanishing 消失 150 Forget gate 遺忘閥 150 prognostics 預測 151 arbitrary 任意 152 thresholding 門檻
  • 5. Vocabularies 3/3 /34 4 P. English Chinese 152 assessment 判定 152 fracture 斷裂 152 incipient 期初的 152 spectrum 幅度 152 vibration 震動 152 permutation 排列 152 energy operator 能量算子 152 planetary gearbox 行星齒輪 變速箱 152 corruption 腐壞 152 wind turbine 風力渦輪機 P. English Chinese 152 rolling bearing 滾動軸承 152 propagation 傳播 152 remaining useful life (RUL) 剩餘使用壽命 152 turbofan 渦輪發動機 152 polishing 拋光 152 semiconductor 半導體 152 ceramic bearing 陶瓷軸承 153 matter 問題 153 curse of dimensionality 維度災難 153 fusion 融合
  • 6. Content 1. Introduction 2. Overview of data driven intelligence 3. Deep learning for smart manufacturing 4. Applications to smart manufacturing 5. Discussions and outlook /34 5
  • 7. Introduction • Various countries have developed strategic roadmaps to transform manufacturing to take advantage of the emerging infrastructure • According SMLC survey: 82% of the companies using smart manufacturing technologies have experienced increased efficiency and 45% of the companies of the companies experienced increased customer satisfaction Germany(2010)- Industry 4.0 United States(2011)- Created a systematic framework China(2015)- Manufacturing 2025 /34 6
  • 8. Introduction • The massive data in smart manufacturing imposes a variety of challenges • Data driven intelligence need to obtain more actionable and insightful information /34 7 • Deep learning towards highly nonlinear and complex feature abstraction
  • 9. 2. Overview of data driven intelligence
  • 10. The evolution of data-driven artificial intelligence 1/8 Timeline Proposed models Reference Infancy period (1940s) MP model Mcculloch WS, Pitts WH. A logical calculus of the ideas immanent in nervous activity. Bull Math Biophys 1943;5(4):115–33. Hebb rule Samuel AL. Some studies in machine learning using the game of checkers II—recent progress. Annu Rev Autom Program 2010;44(1–2):206–26. /34 9 • MP model(1943) and Hebb rule(1949) were proposed to discuss how neurons worked in human brain • Significant artificial intelligence capabilities like playing chess games and solving simple logic problems were developed
  • 11. The evolution of data-driven artificial intelligence 2/8 Timeline Proposed models Reference First upsurge period (1960s) Perceptron Rosenblatt F. Perceptron simulation experiments. Proc IRE1960;48(3):301–9. Adaptive Linear Unit Widrow B, Hoff ME. Adaptive switching circuits. Cambridge: MIT Press;1960. /34 10 • Perceptron(1956) was proposed to simulate the nervous system of human learning with linear optimization • Adaptive Linear Unit(1959) had been successfully used in practical applications • Criticized due to the difficulty in handling non-linear problems, such as XOR (or XNOR) classification
  • 12. The evolution of data-driven artificial intelligence 3/8 /34 11 Timeline Proposed models Reference Second upsurge period (1980s) Hopfield network circuit Tank DW, Hopfield JJ. Neural computation by concentrating information intime. Proc Natl Acad Sci USA 1987;84(7):1896. Back Propagation Werbos PJ. Backpropagation through time: what it does and how to do it.Proc IEEE 1990;78(10):1550–60. Boltzmann Machine Sussmann HJ. Learning algorithms for Boltzmann machines. 27th IEEEconference on decision and control 1988;1:786–91. Support Vector Machine Vapnik VN. An overview of statistical learning theory. IEEE Trans NeuralNetw 1998;10(5):988–99. • Hopfield networks(1982) serve as associative memory systems with binary threshold nodes • BP(1974) algorithm was proposed to solve non-linear problems in complex neural network and put forward the BM(1985) • SVM(1997) showed decent performance on classification and regression
  • 13. The evolution of data-driven artificial intelligence 4/8 /34 12 Timeline Proposed models Reference Second upsurge period (1980s) Restricted Boltzmann Machine Smolensky P. Information processing in dynamical systems: foundations ofharmony theory. Parallel distributed processing: explorations in themicrostructure of cognition. Cambridge: MIT Press; 1986. Auto Encoder Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back- propagating errors. Nature 1986;323(6088):533–6. • There are traditional machine learning techniques discuss before, they require human expertise for feature extraction and highly relies on the engineered features. RBM and AE are Deep learning models which uses data representation learning • RBM(1986) was developed by obtaining the probability distribution of Boltzmann Machine • AE(1986) was proposed using the layer-by-layer Greedy learning algorithm to minimize the loss function
  • 14. The evolution of data-driven artificial intelligence 5/8 /34 13 Timeline Proposed models Reference Third boom period (after 2000s) Recurrent Neural Network Hihi SE, Hc-J MQ, Bengio Y. Hierarchical recurrent neural networks for Long-Term dependencies. Adv Neural Inf Process Syst 1995;8:493–9. Long short-term Memory Hochreiter S, Schmidhuber J. Long short-Term memory. Neural Comput1997;9(8):1735. Convolutional Neural Network Lécun Y, Bottou L, Bengio Y, Haffner P. Gradient-based learning applied to document recognition. Proc IEEE 1998;86(11):2278–324. • RNN(1995) was proposed for feature learning from sequence data • LSTM(1997) was proposed to tackle the vanishing gradient problem and deal with complex time sequence data • CNN(1998) was put forward to handle two dimensional inputs • Many attempts no satisfactory performance was reported before 2006
  • 15. The evolution of data-driven artificial intelligence 6/8 /34 14 Timeline Proposed models Reference Third boom period (after 2000s) Deep Belief Network Hinton GE, Salakhutdinov RR. Reducing the dimensionality of data withneural network. Science 2006;313(5786):504–7. Hinton GE, Osindero S, Teh YW. A fast learning algorithm for deep beliefnets. Neural Comput 2014;18(7):1527–54. Deep Auto Encoder Deng L, Seltzer M, Yu D, Acero A, Mohamed A, Hinton GE. Binary coding of speech spectrograms using a deep auto-encoder. Proceedings of 11th annual conference of the international speech communication association2010;3:1692–5. Sparse Auto Encoder Schölkopf B, Platt J, Hofmann T. Efficient learning of sparse representations with an energy- Based model. Proceedings of advances in neural information processingsystems 2006:1137–44. Ranzato MA, Boureau YL, Lecun Y. Sparse feature learning for deep belief networks. Proceedings of international conference on neural information processing systems 2007;20:1185–92. • DBN(2006) was proposed by reducing computational complexity, and the parameters were successfully learned through layer-wise pre-training and fine tuning • Deep Auto Encoder(2005) was proposed by adding more hidden layers to deal with high nonlinear input • SAE(2006) was put forward to reduce dimensionality and learn sparse representations • Deep learning gained increasing popularity
  • 16. The evolution of data-driven artificial intelligence 7/8 /34 15 Timeline Proposed models Reference Third boom period (after 2000s) Deep Boltzmann Machine Salakhutdinov RR, Hinton GE. Deep Boltzmann machines. J Mach Learn Res2009;5(2):1967–2006. Denosing Auto Encoder Larochelle H, Lajoie I, Bengio Y, Manzagol PA. Stacked denoisingautoencoders: learning useful representations in a deep network with alocal denoising criterion. J Mach Learn Res 2010;11(12):3371–408. Deep Convolutional Neural Network Krizhevsky A, Sutskever I, Hinton GE. ImageNet classification with deepconvolution neural networks. International conference on neuralinformation processing systems 2012;25:1097–105. • DBM(2009) was proposed to learn ambiguous input data robustly, and the model parameters were optimized using layer-wise pre-training • DAE(2010) was presented to reconstruct the stochastically corrupted input data, and force the hidden layer to discover more robust features • DCNN(2012) was introduced with deep structure of Convolutional Neural Network, and it showed superior performance in image recognition
  • 17. The evolution of data-driven artificial intelligence 8/8 /34 16 Timeline Proposed models Reference Third boom period (after 2000s) Generative Adversarial Network Goodfellow IJ, Pouget-Abadie J, Mirza M, Xu B, Warde-Farley D, Ozair S, et al.Generative adversarial nets. Int Conf Neural Inf Process Syst2014;3:2672–80. Attention-based LSTM Wang Y, Huang M, Zhao L, Zhu X. Attention-based LSTM for aspect-level sentiment classification. Proceedings of conference on empirical methods innatural language processing 2016:606–15. • GAN(2014) contained two independent models acting as adversaries • Attention-based LSTM model(2016) was proposed by integrating attention mechanism with LSTM • Nowadays, more and more new models are being developed even per week.
  • 18. Comparison between deep learning and traditional machine learning /34 17
  • 19. Comparison between deep learning and traditional machine learning /34 18 • Deep learning is easier to model the nonlinear relationship using compositional function • The high level abstract representation in feature learning makes deep learning more flexible and adaptable to data variety • The ability to avoid feature engineering is regarded as a great advantage in smart manufacturing
  • 20. 3. Deep learning for smart manufacturing
  • 21. Deep learning for smart manufacturing /34 20 Data modelling Analysis Supporting real-time data processing
  • 22. Convolutional neural network CNN is a multi-layer feed-forward artificial neural network which is firstly proposed for two-dimensional image processing /34 21
  • 23. Restricted Boltzmann machine and its variant /34 22 RBM is a two-layer neural network consisting of visible and hidden layer The highest layers are undirected / Lower layers are directed Deep Belief Network (DBN) The hidden units are grouped into a hierarchy of layers Deep Boltzmann Machine (DBM)
  • 24. Auto encoder and its variants AE is an unsupervised learning algorithm extracting features from input data without label information needed /34 23 Denoising and discover more robust features DAE (Denoising) Imposing sparsity constraints SAE (Sparse) Force the model resistant to small perturbations CAE (Contractive)
  • 25. Recurrent neural network and its variants RNN has unique characteristic of topology connections between the neurons formed directed cycles for sequence data /34 24 RNN Difficulty in dealing with long-term sequence data LSTM Allows information flow down with linear interactions
  • 26. Model comparison Model Principle Pros. Cons. CNN Abstracted features are learned by stacked convolutional and sampling layers. Reduced parameter number, invariance of shift, scale and distortion. High computational complexity for high hierarchical model training. RNN Temporal pattern stored in the recurrent neuros connection and distributed hidden states for time-series data. Short-term information is retained and temporal correlations are captured in sequence data. Difficult to train the model and save the long-term dependence. PBM Hidden layer describes variable dependencies and connections between input or output layers as representative features. Robust to ambiguous input and training label is not required in pre-training stage. Time-consuming for joint parameter optimization. AE Unsupervised feature learning and data dimensionality reduction are achieved through encoding. Irrelevance in the input is eliminated, and meaningful information is preserved. Error propagation layer-by- layer and sparse representations are not guaranteed. /34 25 Table 3. Comparison between different deep learning models
  • 27. 4. Applications to smart manufacturing
  • 28. Applications to smart manufacturing • Computational intelligence is an essential part of smart manufacturing to enable accurate insights for better decision making • Product quality inspection, fault diagnosis, and defect prognosis has been investigated for a wide range of manufacturing systems recently Model Application scenarios Reference CNN Surface integration inspection 1/4 [72–75] Machinery fault diagnosis 8/8 [77–84] DBN Machinery fault diagnosis 8/8 [85–92] Predictive analytics & defect prognosis 2/4 [109–112] AE Machinery fault diagnosis 3/11 [93–103] RNN Predictive analytics & defect prognosis 4/5 [104–108] /34 27 Table 5. A list of deep learning models with applications [Reference (kind of application number) / (total number) ]
  • 29. Descriptive analytics for product quality inspection Inspected employing machine vision and image processing techniques to detect surface defect for enhanced product quality in manufacturing Deep learning has been investigated to learn high-level generic features and applied to a wide range of textures or difficult-to-detect defects cases /34 28 This Photo by CASE PRESS is licensed under CC BY-NC CNN
  • 30. Diagnostic analytics for fault assessment Monitor machinery conditions, identify the incipient defects, diagnose the root cause of failures, and then incorporate the information into manufacturing production and control Deep learning models outperform traditional machine learning technique in terms of classification accuracy CNN • bearing, gearbox, wind generator and rotor DBN • aircraft engine, chemical process, reciprocating compressor, rolling element bearing, high speed train and wind turbine AE • planetary gearbox, wind turbine and rolling bearing /34 29
  • 31. Predictive analytics for defect prognosis Develop and implement an intelligent maintenance strategy that allows manufacturers to determine the condition of in- service systems in order to predict when maintenance should be performed Deep learning has been presented for anomaly prediction of machine, optimize job schedule and balance the computational load /34 30 DBN • material removal rate, chemical mechanical polishing and ceramic bearing RNNs (LSTM) • rolling bearing, machine health monitoring, tool wear prediction and aircraft turbofan engine
  • 33. Discussions and outlook Most companies do not know what to do with the data they have, and they lack software and modelling to interpret and analyze them To address the challenges, the deep learning for smart manufacturing are discussed in terms of data matter, model selection, model visualization, generic model, and incremental learning Improved data collection Use and sharing Predictive model design Generalized predictive models Connected factories and control processes /34 32 Five gaps are identified in smart manufacturing From Kusiak A. Smart manufacturing must embrace big data. Nature2017;544(7648):23–5.
  • 34. Discussions and outlook Challenge Description Solution Data matter 1. Model heavily depend on the scale and quality of datasets 2. Class imbalance problem 1. Extracting the relevant data and applying appropriating task 2. Appropriate measures and integration of boot strapping Model selection Complexity in manufacturing process (Different problems) Supervised : dealing with data rich but knowledge sparse problems, namely labelled data are available Model visualization Need to be understood by manufacturing engineers Visualization and fusion may contribute a more effective model Generic model Not bonded to specific machines 1. Increase its width or depth 2. Applied to large scale and real time analytics using GPU 3. Choosing appropriate models Incremental learning learning algorithms are not fundamentally built to learn incrementally and are therefore susceptible to the data velocity issues Necessary to enable deep learning with incremental learning capabilities /34 33
  • 35. Conclusions  Deep learning provides advanced analytics and offers great potentials to smart manufacturing in the age of big data  The emerging research effort of deep learning in applications of manufacturing is also summarized  Deep learning may be push into cloud, enabling more convenient and on- demand computing services for smart manufacturing /34 34
  • 37. Sources 1. Deep learning for smart manufacturing: Methods and applications/ Journal of Manufacturing Systems 48 (2018) 144–156/Jinjiang Wang, Yulin Ma, Laibin Zhanga, Robert X. Gao, Dazhong Wu/ Download form https://www.sciencedirect.com/science/article/pii/S0278612518300037 2. PPT template- Radiologist Technology PowerPoint Template/© Presentation Magazine 2021 from https://www.presentationmagazine.com/radiologist-technology-powerpoint-template- 16993.htm 3. P1. Journal Citation Reports from https://jcr.clarivate.com/jcr/home 4. P6. Picture from https://www.smartdatacollective.com/big-data-challenges-of-industry-4-0- worth-considering/ https://www.linkedin.com/company/smart-manufacturing-leadership-coalition/ http://www.51wendang.com/doc/091bc307e4087193c1c1d165 5. P11. Hopfield network description from https://en.wikipedia.org/wiki/Hopfield_network 6. P28. 從神經元開始的人工智慧 from https://case.ntu.edu.tw/blog/?p=30715 7. P32. Microsoft Stock images (royalty-free images)
  • 38. Extended learning  MP model人工智慧鼻祖 https://ithelp.ithome.com.tw/m/articles/10248994  感知機無法學習非線形例子 https://vocus.cc/article/5cc914d6fd8978000171ac06  霍普菲爾德神經網路 https://medium.com/@falconives/day-35-hopfiled- networks-32659c33c4fd  深度學習 --- Hopfield神經網路詳解 https://www.itread01.com/content/1542438483.html  神經網路詳解 https://blog.csdn.net/weixin_39653948/article/detail s/105161038  了解梯度爆炸與消失 https://kknews.cc/zh-tw/code/4zagkvx.html  【遷移學習】一個訓練大型網路重要的技巧:Fine Tuning https://jason-chen-1992.weebly.com/home/fine-tuning  資料科學進化論─五種分析方式(Types of Business Analytics) https://medium.com/marketingdatascience/ 資料科學進化論-五種分析方式-types-of-business- analytics-97fe78938769  機器/深度學習: 基礎介紹-損失函數(loss function) https://chih-sheng-huang821.medium.com/機器-深度學 習-基礎介紹-損失函數-loss-function-2dcac5ebb6cb  CNN中的equivariant vs. Invariant https://zhuanlan.zhihu.com/p/41682204  關於自編碼器(AE,DAE,CAE,SAE等) https://www.twblogs.net/a/5c91a1efbd9eee35fc1582de