SlideShare a Scribd company logo
Martin Ayvazyan
Activation distribution in
a neural network
20 August 2018
Restricted © 2017 Mentor Graphics Corporation
Contents
 Why are neural networks so important
 Basic network characteristics
 Basic description of the process, formulation of algorithms,
comparison of behavioral characteristics
 Common behavioral characteristics of the process
 A visual representation of the process
 Core characteristics of the software
Activation distribution in a neural network, 20182
Restricted © 2017 Mentor Graphics Corporation
Cell Division and Cancer
Activation distribution in a neural network, 20183
Restricted © 2017 Mentor Graphics Corporation
The global economic crisis prevention /
elimination
Activation distribution in a neural network, 20184
Restricted © 2017 Mentor Graphics Corporation
Traffic control / jams prevention
Activation distribution in a neural network, 20185
Restricted © 2017 Mentor Graphics Corporation
Deep learning
Activation distribution in a neural network, 20186
Restricted © 2017 Mentor Graphics Corporation
Astronomy
Activation distribution in a neural network, 20187
Restricted © 2017 Mentor Graphics Corporation
Basic definitions
ER model
G(N, p)
N – nodes count in the graph
p – component of connectivity
P(G) – the probability that the graph is
connected
Activation distribution in a neural network, 20188
• p =
𝑐∙𝑙𝑛𝑁
𝑁
&& c>1 => graph is connected (c < 1 => graph is disconnected)
• p =
𝑐∙𝑙𝑛𝑁
𝑁
&& (c>3 && N > 100) => 𝑃 𝑁,𝑝 𝐺 ≥ 1 −
1
𝑁

𝑛
𝑁∗ 𝑁−1
2
 𝑃(𝐺0) = 𝑝 𝑛
∙ (1 − 𝑝)
𝑁∙(𝑁−1)
2
−𝑛
 𝑃(𝐺′) =
𝑛
𝑁∙(𝑁−1)
2
∙ 𝑝 𝑛 ∙ (1 − 𝑝)(
𝑁∙ 𝑁−1
2
− 𝑛)
Restricted © 2017 Mentor Graphics Corporation
Small world
Activation distribution in a neural network, 20189
Restricted © 2017 Mentor Graphics Corporation
Clusterization
Activation distribution in a neural network, 201810
𝐶𝑗 𝑞 𝑗 =
𝑡𝑗
𝑞 𝑗 ∙ (𝑞 𝑗 − 1)/2
𝐶 =
1
𝑁
𝑗
𝐶𝑗
Restricted © 2017 Mentor Graphics Corporation
Degree distribution
Activation distribution in a neural network, 201811
Restricted © 2017 Mentor Graphics Corporation
Algorithm A
 Input: a network, list of active nodes in the network, μ, λ
 Step 1: If there is no an active node in the network – exit
 Step 2: Randomly is selected a node
 Step 3: If the selected node doesn’t active – go to Step 2
 Step 4: Randomly is selected an adjacent node and in case if the
neighbor doesn’t active – activate it with
𝛌
(𝛌+ 𝛍)
probability
 Step 5: The temporary selected node is deactivated with
𝜇
(𝜆+ 𝜇)
probability
 Step 6: Go to Step 1
Activation distribution in a neural network, 201812
Restricted © 2017 Mentor Graphics Corporation
Algorithm A
𝑁=1024, 𝑝=0.5, μ=0.0
Activation distribution in a neural network, 201813
Restricted © 2017 Mentor Graphics Corporation
Algorithm A
Activation distribution in a neural network, 201814
P={0.5, 0.1, 0.05} λ = 0.005 P={0.5, 0.1, 0.05} λ = 0.05
Restricted © 2017 Mentor Graphics Corporation
Algorithm B
 Input: a network, list of active nodes in the network, μ, λ
 Step 1: If there is no an active node in the network – exit
 Step 2: Randomly is selected a node
 Step 3: If the selected node doesn’t active – go to Step 2
 Step 4: Each adjacent inactive node is activated with
𝛌
(𝛌+ 𝛍)
probability
 Step 5: The temporary selected node is deactivated with
𝜇
(𝜆+ 𝜇)
probability
 Step 6: Go to Step 1
Activation distribution in a neural network, 201815
Restricted © 2017 Mentor Graphics Corporation
Algorithm B
Activation distribution in a neural network, 201816
N=1024, p=0.5, μ=0.0
Restricted © 2017 Mentor Graphics Corporation
Algorithm B
Activation distribution in a neural network, 201817
N=1024, P = {0.5, 0.1, 0.05}, λ = 0.05 N=1024, P = {0.5, 0.1, 0.05}, λ = 0.0005
Restricted © 2017 Mentor Graphics Corporation
Algorithm C
 Input: a network, list of active nodes in the network, μ, λ
 Step 1: If there is no an active node in the network – exit
 Step 2: For each active note of the current stage:
— Step 2.1: Randomly is selected an adjacent node and in case if the
neighbor doesn’t active – activate it with
𝛌
(𝛌+ 𝛍)
probability
— Step 2.2: The node is deactivated with
𝜇
(𝜆+ 𝜇)
probability
 Step 3: Go to Step 1
Activation distribution in a neural network, 201818
Restricted © 2017 Mentor Graphics Corporation
Algorithm C
Activation distribution in a neural network, 201819
N=1024, p=0.5, μ=0.0
Restricted © 2017 Mentor Graphics Corporation
Algorithm C
Activation distribution in a neural network, 201820
N=1024, P = {0.5, 0.1, 0.05}, λ = 0.0005 N=1024, P = {0.5, 0.1, 0.05}, λ = 0.0005
Restricted © 2017 Mentor Graphics Corporation
Common behavioral characteristics of the process
ER(n,p), active_nodes_count = 1
 The probability that in the current step will be activated at least one
node:
Activation distribution in a neural network, 201821
‘A’ ‘B’ ‘C’
1
𝑛
∙ 𝜆
1
𝑛
∙ (1 − 1 − 𝜆 𝑝∙ 𝑛−1 )
𝜆
Restricted © 2017 Mentor Graphics Corporation
Common behavioral characteristics of the process
 The probability that in the current step will be activated m / s.t {1 < m <= p ∙ (n − 1)}
nodes:
 The probability that after the current step in the network there will be no active nodes:
Activation distribution in a neural network, 201822
‘A’ ‘B’ ‘C’
0 1
𝑛
∙ (
𝑚
𝑝 ∙ 𝑛 − 1
∙ 𝜆 𝑚
∙ 1 − 𝜆 𝑝∙ 𝑛−1 −𝑚
) 0
‘A’ ‘B’ ‘C’
μ∙(
1
𝑛
∙ (1 − 𝜆)) μ∙(
1
𝑛
∙ 1 − 𝜆 𝑝∙(𝑛−1)) μ ∙ 1 − 𝜆
Restricted © 2017 Mentor Graphics Corporation
A visual representation of the process
ER(n, p) / n=65, p = 005, active_nodes_count=65, 𝜆 = 0.314159265, μ=1.0
Activation distribution in a neural network, 201823
0 20 30
50 500 1500
Restricted © 2017 Mentor Graphics Corporation
Core characteristics of the software
 Accuracy
 Efficiency
 Platform independency
Activation distribution in a neural network, 201824
Restricted © 2017 Mentor Graphics Corporation
www.mentor.com

More Related Content

What's hot

A Fast Content-Based Image Retrieval Method Using Deep Visual Features
A Fast Content-Based Image Retrieval Method Using Deep Visual FeaturesA Fast Content-Based Image Retrieval Method Using Deep Visual Features
A Fast Content-Based Image Retrieval Method Using Deep Visual Features
Hiroki Tanioka
 
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
MLconf
 
T. Yoon, et. al., ICLR 2021, MLILAB, KAIST AI
T. Yoon, et. al., ICLR 2021, MLILAB, KAIST AIT. Yoon, et. al., ICLR 2021, MLILAB, KAIST AI
T. Yoon, et. al., ICLR 2021, MLILAB, KAIST AI
MLILAB
 
Efficiency gains in inversion based interpretation through computer
Efficiency gains in inversion based interpretation through computerEfficiency gains in inversion based interpretation through computer
Efficiency gains in inversion based interpretation through computer
Dustin Dewett
 
(141205) Masters_Thesis_Defense_Sundong_Kim
(141205) Masters_Thesis_Defense_Sundong_Kim(141205) Masters_Thesis_Defense_Sundong_Kim
(141205) Masters_Thesis_Defense_Sundong_Kim
Sundong Kim
 
2018 Global Azure Bootcamp Azure Machine Learning for neural networks
2018 Global Azure Bootcamp Azure Machine Learning for neural networks2018 Global Azure Bootcamp Azure Machine Learning for neural networks
2018 Global Azure Bootcamp Azure Machine Learning for neural networks
Setu Chokshi
 

What's hot (6)

A Fast Content-Based Image Retrieval Method Using Deep Visual Features
A Fast Content-Based Image Retrieval Method Using Deep Visual FeaturesA Fast Content-Based Image Retrieval Method Using Deep Visual Features
A Fast Content-Based Image Retrieval Method Using Deep Visual Features
 
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
 
T. Yoon, et. al., ICLR 2021, MLILAB, KAIST AI
T. Yoon, et. al., ICLR 2021, MLILAB, KAIST AIT. Yoon, et. al., ICLR 2021, MLILAB, KAIST AI
T. Yoon, et. al., ICLR 2021, MLILAB, KAIST AI
 
Efficiency gains in inversion based interpretation through computer
Efficiency gains in inversion based interpretation through computerEfficiency gains in inversion based interpretation through computer
Efficiency gains in inversion based interpretation through computer
 
(141205) Masters_Thesis_Defense_Sundong_Kim
(141205) Masters_Thesis_Defense_Sundong_Kim(141205) Masters_Thesis_Defense_Sundong_Kim
(141205) Masters_Thesis_Defense_Sundong_Kim
 
2018 Global Azure Bootcamp Azure Machine Learning for neural networks
2018 Global Azure Bootcamp Azure Machine Learning for neural networks2018 Global Azure Bootcamp Azure Machine Learning for neural networks
2018 Global Azure Bootcamp Azure Machine Learning for neural networks
 

Similar to Activation distribution in a neural network

IRJET- Plant Disease Detection and Classification using Image Processing a...
IRJET- 	  Plant Disease Detection and Classification using Image Processing a...IRJET- 	  Plant Disease Detection and Classification using Image Processing a...
IRJET- Plant Disease Detection and Classification using Image Processing a...
IRJET Journal
 
presentationIDC - 14MAY2015
presentationIDC - 14MAY2015presentationIDC - 14MAY2015
presentationIDC - 14MAY2015
Anat Reiner-Benaim
 
Machine Learning for Dummies
Machine Learning for DummiesMachine Learning for Dummies
Machine Learning for Dummies
Venkata Reddy Konasani
 
IRJET- Different Data Mining Techniques for Weather Prediction
IRJET-  	  Different Data Mining Techniques for Weather PredictionIRJET-  	  Different Data Mining Techniques for Weather Prediction
IRJET- Different Data Mining Techniques for Weather Prediction
IRJET Journal
 
Machine Learning, K-means Algorithm Implementation with R
Machine Learning, K-means Algorithm Implementation with RMachine Learning, K-means Algorithm Implementation with R
Machine Learning, K-means Algorithm Implementation with R
IRJET Journal
 
Democratizing Machine Learning: Perspective from a scikit-learn Creator
Democratizing Machine Learning: Perspective from a scikit-learn CreatorDemocratizing Machine Learning: Perspective from a scikit-learn Creator
Democratizing Machine Learning: Perspective from a scikit-learn Creator
Databricks
 
Implementation of Distributed Canny Edge Detection Technique
Implementation of Distributed Canny Edge Detection TechniqueImplementation of Distributed Canny Edge Detection Technique
Implementation of Distributed Canny Edge Detection Technique
IRJET Journal
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
IJEEE
 
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET Journal
 
Criminal Identification using Arm7
Criminal Identification using Arm7Criminal Identification using Arm7
Criminal Identification using Arm7
IRJET Journal
 
IRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using Yolo
IRJET Journal
 
Efficient aggregation for graph summarization
Efficient aggregation for graph summarizationEfficient aggregation for graph summarization
Efficient aggregation for graph summarization
aftab alam
 
Clustering coefficients for correlation networks
Clustering coefficients for correlation networksClustering coefficients for correlation networks
Clustering coefficients for correlation networks
Naoki Masuda
 
IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...
IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...
IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...
IRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET Journal
 
Oblivious Neural Network Predictions via MiniONN Transformations
Oblivious Neural Network Predictions via MiniONN TransformationsOblivious Neural Network Predictions via MiniONN Transformations
Oblivious Neural Network Predictions via MiniONN Transformations
Sherif Abdelfattah
 
Deep learning: challenges and applications
Deep learning: challenges and  applicationsDeep learning: challenges and  applications
Deep learning: challenges and applications
Aboul Ella Hassanien
 
Fractional step discriminant pruning
Fractional step discriminant pruningFractional step discriminant pruning
Fractional step discriminant pruning
VasileiosMezaris
 
2018.01.12 AHClab SD-study paper reading
2018.01.12 AHClab SD-study paper reading2018.01.12 AHClab SD-study paper reading
2018.01.12 AHClab SD-study paper reading
Shinagawa Seitaro
 
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET Journal
 

Similar to Activation distribution in a neural network (20)

IRJET- Plant Disease Detection and Classification using Image Processing a...
IRJET- 	  Plant Disease Detection and Classification using Image Processing a...IRJET- 	  Plant Disease Detection and Classification using Image Processing a...
IRJET- Plant Disease Detection and Classification using Image Processing a...
 
presentationIDC - 14MAY2015
presentationIDC - 14MAY2015presentationIDC - 14MAY2015
presentationIDC - 14MAY2015
 
Machine Learning for Dummies
Machine Learning for DummiesMachine Learning for Dummies
Machine Learning for Dummies
 
IRJET- Different Data Mining Techniques for Weather Prediction
IRJET-  	  Different Data Mining Techniques for Weather PredictionIRJET-  	  Different Data Mining Techniques for Weather Prediction
IRJET- Different Data Mining Techniques for Weather Prediction
 
Machine Learning, K-means Algorithm Implementation with R
Machine Learning, K-means Algorithm Implementation with RMachine Learning, K-means Algorithm Implementation with R
Machine Learning, K-means Algorithm Implementation with R
 
Democratizing Machine Learning: Perspective from a scikit-learn Creator
Democratizing Machine Learning: Perspective from a scikit-learn CreatorDemocratizing Machine Learning: Perspective from a scikit-learn Creator
Democratizing Machine Learning: Perspective from a scikit-learn Creator
 
Implementation of Distributed Canny Edge Detection Technique
Implementation of Distributed Canny Edge Detection TechniqueImplementation of Distributed Canny Edge Detection Technique
Implementation of Distributed Canny Edge Detection Technique
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
 
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
IRJET- A Secured Method of Data Aggregation for Wireless Sensor Networks in t...
 
Criminal Identification using Arm7
Criminal Identification using Arm7Criminal Identification using Arm7
Criminal Identification using Arm7
 
IRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using Yolo
 
Efficient aggregation for graph summarization
Efficient aggregation for graph summarizationEfficient aggregation for graph summarization
Efficient aggregation for graph summarization
 
Clustering coefficients for correlation networks
Clustering coefficients for correlation networksClustering coefficients for correlation networks
Clustering coefficients for correlation networks
 
IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...
IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...
IRJET- Convolutional Neural Networks for Automatic Classification of Diabetic...
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
Oblivious Neural Network Predictions via MiniONN Transformations
Oblivious Neural Network Predictions via MiniONN TransformationsOblivious Neural Network Predictions via MiniONN Transformations
Oblivious Neural Network Predictions via MiniONN Transformations
 
Deep learning: challenges and applications
Deep learning: challenges and  applicationsDeep learning: challenges and  applications
Deep learning: challenges and applications
 
Fractional step discriminant pruning
Fractional step discriminant pruningFractional step discriminant pruning
Fractional step discriminant pruning
 
2018.01.12 AHClab SD-study paper reading
2018.01.12 AHClab SD-study paper reading2018.01.12 AHClab SD-study paper reading
2018.01.12 AHClab SD-study paper reading
 
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
 

Recently uploaded

STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
sameer shah
 
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
apvysm8
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
u86oixdj
 
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
mzpolocfi
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
roli9797
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
Social Samosa
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
rwarrenll
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
soxrziqu
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......
Sachin Paul
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
aqzctr7x
 
Global Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headedGlobal Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headed
vikram sood
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
v7oacc3l
 
Enhanced Enterprise Intelligence with your personal AI Data Copilot.pdf
Enhanced Enterprise Intelligence with your personal AI Data Copilot.pdfEnhanced Enterprise Intelligence with your personal AI Data Copilot.pdf
Enhanced Enterprise Intelligence with your personal AI Data Copilot.pdf
GetInData
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
g4dpvqap0
 
Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...
Bill641377
 
State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023
kuntobimo2016
 

Recently uploaded (20)

STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
 
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
 
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
Global Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headedGlobal Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headed
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
 
Enhanced Enterprise Intelligence with your personal AI Data Copilot.pdf
Enhanced Enterprise Intelligence with your personal AI Data Copilot.pdfEnhanced Enterprise Intelligence with your personal AI Data Copilot.pdf
Enhanced Enterprise Intelligence with your personal AI Data Copilot.pdf
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...
 
State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023
 

Activation distribution in a neural network

  • 1. Martin Ayvazyan Activation distribution in a neural network 20 August 2018
  • 2. Restricted © 2017 Mentor Graphics Corporation Contents  Why are neural networks so important  Basic network characteristics  Basic description of the process, formulation of algorithms, comparison of behavioral characteristics  Common behavioral characteristics of the process  A visual representation of the process  Core characteristics of the software Activation distribution in a neural network, 20182
  • 3. Restricted © 2017 Mentor Graphics Corporation Cell Division and Cancer Activation distribution in a neural network, 20183
  • 4. Restricted © 2017 Mentor Graphics Corporation The global economic crisis prevention / elimination Activation distribution in a neural network, 20184
  • 5. Restricted © 2017 Mentor Graphics Corporation Traffic control / jams prevention Activation distribution in a neural network, 20185
  • 6. Restricted © 2017 Mentor Graphics Corporation Deep learning Activation distribution in a neural network, 20186
  • 7. Restricted © 2017 Mentor Graphics Corporation Astronomy Activation distribution in a neural network, 20187
  • 8. Restricted © 2017 Mentor Graphics Corporation Basic definitions ER model G(N, p) N – nodes count in the graph p – component of connectivity P(G) – the probability that the graph is connected Activation distribution in a neural network, 20188 • p = 𝑐∙𝑙𝑛𝑁 𝑁 && c>1 => graph is connected (c < 1 => graph is disconnected) • p = 𝑐∙𝑙𝑛𝑁 𝑁 && (c>3 && N > 100) => 𝑃 𝑁,𝑝 𝐺 ≥ 1 − 1 𝑁  𝑛 𝑁∗ 𝑁−1 2  𝑃(𝐺0) = 𝑝 𝑛 ∙ (1 − 𝑝) 𝑁∙(𝑁−1) 2 −𝑛  𝑃(𝐺′) = 𝑛 𝑁∙(𝑁−1) 2 ∙ 𝑝 𝑛 ∙ (1 − 𝑝)( 𝑁∙ 𝑁−1 2 − 𝑛)
  • 9. Restricted © 2017 Mentor Graphics Corporation Small world Activation distribution in a neural network, 20189
  • 10. Restricted © 2017 Mentor Graphics Corporation Clusterization Activation distribution in a neural network, 201810 𝐶𝑗 𝑞 𝑗 = 𝑡𝑗 𝑞 𝑗 ∙ (𝑞 𝑗 − 1)/2 𝐶 = 1 𝑁 𝑗 𝐶𝑗
  • 11. Restricted © 2017 Mentor Graphics Corporation Degree distribution Activation distribution in a neural network, 201811
  • 12. Restricted © 2017 Mentor Graphics Corporation Algorithm A  Input: a network, list of active nodes in the network, μ, λ  Step 1: If there is no an active node in the network – exit  Step 2: Randomly is selected a node  Step 3: If the selected node doesn’t active – go to Step 2  Step 4: Randomly is selected an adjacent node and in case if the neighbor doesn’t active – activate it with 𝛌 (𝛌+ 𝛍) probability  Step 5: The temporary selected node is deactivated with 𝜇 (𝜆+ 𝜇) probability  Step 6: Go to Step 1 Activation distribution in a neural network, 201812
  • 13. Restricted © 2017 Mentor Graphics Corporation Algorithm A 𝑁=1024, 𝑝=0.5, μ=0.0 Activation distribution in a neural network, 201813
  • 14. Restricted © 2017 Mentor Graphics Corporation Algorithm A Activation distribution in a neural network, 201814 P={0.5, 0.1, 0.05} λ = 0.005 P={0.5, 0.1, 0.05} λ = 0.05
  • 15. Restricted © 2017 Mentor Graphics Corporation Algorithm B  Input: a network, list of active nodes in the network, μ, λ  Step 1: If there is no an active node in the network – exit  Step 2: Randomly is selected a node  Step 3: If the selected node doesn’t active – go to Step 2  Step 4: Each adjacent inactive node is activated with 𝛌 (𝛌+ 𝛍) probability  Step 5: The temporary selected node is deactivated with 𝜇 (𝜆+ 𝜇) probability  Step 6: Go to Step 1 Activation distribution in a neural network, 201815
  • 16. Restricted © 2017 Mentor Graphics Corporation Algorithm B Activation distribution in a neural network, 201816 N=1024, p=0.5, μ=0.0
  • 17. Restricted © 2017 Mentor Graphics Corporation Algorithm B Activation distribution in a neural network, 201817 N=1024, P = {0.5, 0.1, 0.05}, λ = 0.05 N=1024, P = {0.5, 0.1, 0.05}, λ = 0.0005
  • 18. Restricted © 2017 Mentor Graphics Corporation Algorithm C  Input: a network, list of active nodes in the network, μ, λ  Step 1: If there is no an active node in the network – exit  Step 2: For each active note of the current stage: — Step 2.1: Randomly is selected an adjacent node and in case if the neighbor doesn’t active – activate it with 𝛌 (𝛌+ 𝛍) probability — Step 2.2: The node is deactivated with 𝜇 (𝜆+ 𝜇) probability  Step 3: Go to Step 1 Activation distribution in a neural network, 201818
  • 19. Restricted © 2017 Mentor Graphics Corporation Algorithm C Activation distribution in a neural network, 201819 N=1024, p=0.5, μ=0.0
  • 20. Restricted © 2017 Mentor Graphics Corporation Algorithm C Activation distribution in a neural network, 201820 N=1024, P = {0.5, 0.1, 0.05}, λ = 0.0005 N=1024, P = {0.5, 0.1, 0.05}, λ = 0.0005
  • 21. Restricted © 2017 Mentor Graphics Corporation Common behavioral characteristics of the process ER(n,p), active_nodes_count = 1  The probability that in the current step will be activated at least one node: Activation distribution in a neural network, 201821 ‘A’ ‘B’ ‘C’ 1 𝑛 ∙ 𝜆 1 𝑛 ∙ (1 − 1 − 𝜆 𝑝∙ 𝑛−1 ) 𝜆
  • 22. Restricted © 2017 Mentor Graphics Corporation Common behavioral characteristics of the process  The probability that in the current step will be activated m / s.t {1 < m <= p ∙ (n − 1)} nodes:  The probability that after the current step in the network there will be no active nodes: Activation distribution in a neural network, 201822 ‘A’ ‘B’ ‘C’ 0 1 𝑛 ∙ ( 𝑚 𝑝 ∙ 𝑛 − 1 ∙ 𝜆 𝑚 ∙ 1 − 𝜆 𝑝∙ 𝑛−1 −𝑚 ) 0 ‘A’ ‘B’ ‘C’ μ∙( 1 𝑛 ∙ (1 − 𝜆)) μ∙( 1 𝑛 ∙ 1 − 𝜆 𝑝∙(𝑛−1)) μ ∙ 1 − 𝜆
  • 23. Restricted © 2017 Mentor Graphics Corporation A visual representation of the process ER(n, p) / n=65, p = 005, active_nodes_count=65, 𝜆 = 0.314159265, μ=1.0 Activation distribution in a neural network, 201823 0 20 30 50 500 1500
  • 24. Restricted © 2017 Mentor Graphics Corporation Core characteristics of the software  Accuracy  Efficiency  Platform independency Activation distribution in a neural network, 201824
  • 25. Restricted © 2017 Mentor Graphics Corporation www.mentor.com