SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Mathematics (IOSR-JM)
e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 11, Issue 6 Ver. II (Nov. - Dec. 2015), PP 13-16
www.iosrjournals.org
DOI: 10.9790/5728-11621316 www.iosrjournals.org 13 | Page
On The Application of Hyperbolic Activation Function in
Computing the Acceleration of Reverse Analysis Method
Augustine Pwasong a
& Caleb Nimyelb
a
Department of Mathematics University of Jos, 2084 Jos, Nigeria
b
Department of Computer Engineering Plateau State Polytechnic, Barkin-Ladi, Plateau State, Nigeria
Abstract: Hyperbolic activation function is examined for its ability to accelerate the performance of doing data
mining by using a technique named as Reverse Analysis method. In this paper, we describe how Hopfield
network perform better with hyperbolic activation function and able to induce logical rules from large database
by using reverse analysis method: given the values of the connections of a network, we hope to determine what
logical rules are entrenched in the database. We limit our analysis to Horn clauses. The analysis for this study
was simulated using Microsoft Visual C++ software, 2010 Express.
Keywords: Reverse analysis, data mining, hyperbolic activation function, neural network
I. Introduction
Neural network is an information processing paradigm that is inspired by the way biological nervous
system such as the brain, process information. Neural networks or also known as connectionist system have a
large number of highly interconnected processing elements (nodes) that usually operates in parallel. It is a
parallel processing network which is generated with simulating the image intuitive thinking of human, on the
basis of the research of biological neural network, according to the features of biological neurons and neural
network and by simplifying, summarizing and refining. It uses the idea of non-linear mapping, the method of
parallel processing and the structure of the neural network itself to express the associated knowledge of input
and output.
The Hopfield neural network is a simple recurrent network which can work as an efficient associative
memory, and it can store certain memories in a manner rather similar to the brain. Wan Abdullah [1,2] proposed
a method of doing logic program on a Hopfield network.
In Reverse Analysis [3], it is a method that when examining the connection strengths obtained during
the learning process, logical rules that have been acquired may be deduced. This step will repeat until it gets the
value that it wanted. From the Reverse Analysis given the values of the connections of a network, we hope to
know what logical rules are entrenched in it.
In this paper, we want to integrate hyperbolic activation function in Reverse Analysis method to
enhance the capability of doing data mining using Reverse Analysis method. We carried out computer
simulations to verify the robustness and the effectiveness of the proposed method. This paper is organized as
follows. In section 2, an outline of Hopfield network is given and in section 3, Reverse Analysis method is
described. Meanwhile, section 4 contains discussions regarding the hyperbolic activation function. Finally,
sections 5 and 6 occupy the simulation results and concluding remarks regarding this work.
II. Hopfield Network
In order to keep this paper self-contained we briefly review the Little-Hopfield model [4]. The
Hopfield model is a standard model for associative memory. The Little dynamics is asynchronous, with each
neuron updating their state deterministically. The system consists of N formal neurons, each of which is
described by an Ising variable ( ),( 1,2,.... )iS t i N . Neurons then are bipolar, {iS  -1,1}, obeying the
dynamics sgn( )i iS h , where the field,
(2) (1)
i ij j i
j
h J V J  , i and j running over all neurons N,
(2)
ijJ is
the synaptic strength from neuron j to neuron i, and iJ is the threshold of neuron i.
Restricting the connections to be symmetric and zero-diagonal,
(2) (2)
ij jiJ J ,
(2)
0iiJ  , allows one to write a
Lyapunov or energy function,
(2) (1)1
2
ij i j i i
i j i
E J S S J S    (1)
which monotone decreases with the dynamics.
On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse…
DOI: 10.9790/5728-11621316 www.iosrjournals.org 14 | Page
The two-connection model can be generalized to include higher order connections. This modifies the
“field” to be
(3) (2) (1)
....i ijk j k ij j i
j k j
h J S S J S J     (2)
where “…..” denotes still higher orders, and an energy function can be written as follows:
(3)1
.....
3
ijk i j k
i j k
E J S S S   (2) (1)1
2
ij i j i i
i j i
J S S J S  (3)
provided that
(3) (3)
[ ]ijk ijkJ J for i, j, k distinct, with […] denoting permutations in cyclic order, and
(3)
0ijkJ  for
any i, j, k equal, and that similar symmetry requirements are satisfied for higher order connections. The updating
rule maintains
( 1) sgn[ ( )]i iS t h t  (4)
In the simple propositional case, logic clauses take the form 1 2 1 2, ,......, , ,...., .n mA A A B B B which
says that ( 1A or 2A or …. or nA ) if ( 1B and 2B and … and nB ); they are program clauses if 1n  and 0m 
: we can have rules e.g. , .A B C saying ( )A B C A B C
 
     , and assertions e.g. .D  saying
that D is true.
A logic program consists of a set of program clauses and is activated by an initial goal statement. In
Conjunctive Normal Form (CNF), the clauses contain one positive literal. Basically, logic programming in
Hopfield model can be treated as a problem in combinatorial optimization. Therefore it can be carried out in a
neural network to obtain the desired solution. Our objective is to find a set of interpretation (i.e., truth values for
the atoms in the clauses which satisfy the clauses (which yields all the clauses true). In other words, we want to
find „models‟.
III. Reverse Analysis method
We used Reverse Analysis method to induce the logical rules entrenched in a database through
uncovering rules using Wan Abdullah‟s learning method [1,2] to calculate the connection strengths. We
restricted this technique up to third order Horn clauses only. For higher order networks different techniques and
upgrading methods are been used. The following are the steps involved in this method.
i) Enumerate the number of neurons from patterns in the database, to construct a Hopfield network with up to
third order connections.
ii) Extract the events from the data sets and represent in binary/bipolar pattern, where 0 indicates a false state
and 1 indicates a true state (for bipolar neurons, -1 represents the false state and 1 represents the true state).
iii) Calculate the connection strengths for the events using Wan Abdullah‟s learning.
iv) Find nonzero resultant values for third-order connections, each of which being a seed for a three-atom rule
(rules represented in the Conjunctive Normal Form or CNF).
v) Decide on the form of a rule by looking at the values of relevant second-order connections, etc.
vi) Calculate connection strengths for the extracted rules and deduct these values from (iii).
vii) Repeat similar steps to IV)-VI) for second-order (for two-atom rules) and first-order connections (for one-
atom rules).
IV. Hyperbolic Activation Function
Hyperbolic tangent activation function is one of well know activation function [5]. However, logistic
function which was frequently in use in neural network, introduced by McCulloch-Pitts where it is already
established in original method of doing logic programming in Hopfield network proposed by Wan Abdullah.
Since McCulloch-Pitts function is unbounded, smoother function such as hyperbolic tangent which have output
range between -1 and +1 are preferred.
Most neurons in neural networks using a scalar-to-scalar function which was called activation function
to transform their net input while the activation value is fed via synaptic connections to one or more other
neurons. The activation function is sometimes called a transfer function. The transfer function with a bounded
range are frequently called squashing functions. Hyperbolic tangent activation function is one of an example of
squashing function [6].
On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse…
DOI: 10.9790/5728-11621316 www.iosrjournals.org 15 | Page
Figure 1: An artificial neuron with activation function
Figure 1 shows the artificial neuron x which is a neuron with n input dendrites (𝑥0 … 𝑥 𝑛 ) and where
(𝑤0 … 𝑤𝑛 ) are weights of inputs and one output axon y(x). g is an activation function that weights how dominant
the output should be from the neuron based on the sum of the input. Equation 5 shows the equation of activation
function.






 

n
i
ii xwgxy
0
)( (5)
where g(x) used the hyperbolic tangent function as below,
x
x
e
e
xg 2
2
1
1
)( 



 (6)
At first, we substitute the total of weights and inputs into Hyperbolic Tangent function to achieve the
value. If it surpasses the threshold ( = 0), the actual output will be 1 else the value of the actual output is -1.
After obtained an output pattern during the network computation, if error exists, or a difference between actual
and desired output patterns, the weights will be adjusted to reduce the error.
V. Experimental Results and Discussion
From the previous section, a new way to integrate hyperbolic tangent activation function into Reverse
Analysis method. Thus, in this section we carry out computer simulations using Netlogo [7] platform to test the
effectiveness, computational complexity and robustness of this method.
We randomly generate the Horn clauses (until third order) by using reverse analysis method. The
number and the order of the clauses are chosen by the user using try and error technique [8]. The numbers of
neurons involved are increased in each training. The maximum number of neurons is 100. After this value, the
network gets larger and the complexity increased tremendously. So, the network gets stuck[9] .
The following figure 2 shows the computer processing time (CPU) consumed for the integrated
method. Figure 3 shows the computer processing time (CPU) consumed for the Reverse Analysis method
without hyperbolic activation function.
Figure 2: CPU time taken according to the number of neurons (integrated method)
0 1 2 3 4 5 6 7 8 9 10 11 12
10
30
50
70
90
10 20 30 40 50 60 70 80 90 100
CPU time taken according to the number of neurons
CPU time/Hrs
Neurons
On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse…
DOI: 10.9790/5728-11621316 www.iosrjournals.org 16 | Page
Figure 3: CPU time taken according to the number of neurons (normal method)
We can observed from the Figure 2 that the CPU time gets larger when the network gets more complex
(number of neurons increased). The energy relaxation looping becomes complex when the number of neurons
involved increased. When we integrate Reverse Analysis method with hyperbolic activation function, this
problem can be minimize. So, we can conclude that the network performance with the integrated method is
better and more efficient than the normal Reverse Analysis method.
VI. Conclusion
From the theory refinement we find that the ability of hyperbolic activation function integrated with
Reverse Analysis is better than Reverse Analysis method alone. It provides a better result in term of complexity
and CPU for Horn clauses. Computer simulation verified and testified the proposed integrated method.
Acknowledgement
This research is supported by Fundamental Research Grant Scheme (203/ PMATHS/6711368) by
Ministry of Higher Education, Malaysia and also Universiti Sains Malaysia.
References
[1] Wan Abdullah, W.A.T. (1992) Logic Programming on a Neural Network. Int .J. Intelligent Sys, 7, pp 513-519.
[2] Wan Abdullah, W.A.T. (1991) Neural Network logic. Proc of the workshop held in Elba International Physics Center, Italy, pp
135-142.
[3] Sathasivam, S (2006) Logic Mining In Neural Networks. PHD Thesis. University of Malaya.
[4] J.J. Hopfield, Neural Networks and Physical Systems with Emergent Collective Computational Abilities. Proceedings. Natl. Acad.
Sci. USA. , 79(1982), 2554-2558.
[5] Sathasivam, S. and Wan Abdullah, W.A.T. (2010) The Satisfiabilty Aspect of Logic on Little Hopfield Network. ISSN 1450-223X
(7), pp.90-105
[6] Joya, G, Atencia, M.A. and Sandoval, F. (2002) Hopfield neural networks for optimization: study of the different dynamics,
Neurocomputing 43, Amsterdam: Elsevier Science B.V pp.219-237
[7] Isaac, A. G. (2012) NetLogo Programming [Online]. [Accessed 15 May 2013]. Available from:
https://subversion.american.edu/aisaac/notes/netlogo-intro.xhtml.
[8] Sathasivam, S (2011) Application of Neural Networks in predictive data mining. Proceeding of 2nd
International Conference on
Business and Economic Research (2nd
ICBER 2011)
[9] P.H. Wen, A Review of Hopfield Neural Networks for Solving Mathematical Programming Problems, European Journal of
Operational research, Vol.198, Num.3, (2008), 675-688.
0 1 2 3 4 5 6 7 8 9 10 11 12
10
30
50
70
90
10 20 30 40 50 60 70 80 90 100
CPU time taken according to the number of neurons
CPU time/Hrs
Neurons

More Related Content

What's hot

An introduction to machine learning for particle physics
An introduction to machine learning for particle physicsAn introduction to machine learning for particle physics
An introduction to machine learning for particle physicsAndrew Lowe
 
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...ijsrd.com
 
Neural Networks: Self-Organizing Maps (SOM)
Neural Networks:  Self-Organizing Maps (SOM)Neural Networks:  Self-Organizing Maps (SOM)
Neural Networks: Self-Organizing Maps (SOM)Mostafa G. M. Mostafa
 
Hybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for ClassificationHybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for ClassificationIJCSEA Journal
 
Electricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNElectricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNNaren Chandra Kattla
 
Boundness of a neural network weights using the notion of a limit of a sequence
Boundness of a neural network weights using the notion of a limit of a sequenceBoundness of a neural network weights using the notion of a limit of a sequence
Boundness of a neural network weights using the notion of a limit of a sequenceIJDKP
 
EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...
EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...
EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...ijsc
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkNaren Chandra Kattla
 
EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"
EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"
EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"IJDKP
 
Neural Networks: Multilayer Perceptron
Neural Networks: Multilayer PerceptronNeural Networks: Multilayer Perceptron
Neural Networks: Multilayer PerceptronMostafa G. M. Mostafa
 
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logicApproximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logicCemal Ardil
 
Adaptive modified backpropagation algorithm based on differential errors
Adaptive modified backpropagation algorithm based on differential errorsAdaptive modified backpropagation algorithm based on differential errors
Adaptive modified backpropagation algorithm based on differential errorsIJCSEA Journal
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptronsmitamm
 
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...CSCJournals
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptronomaraldabash
 
Neural Networks: Rosenblatt's Perceptron
Neural Networks: Rosenblatt's PerceptronNeural Networks: Rosenblatt's Perceptron
Neural Networks: Rosenblatt's PerceptronMostafa G. M. Mostafa
 
ssnow_manuscript_postreview
ssnow_manuscript_postreviewssnow_manuscript_postreview
ssnow_manuscript_postreviewStephen Snow
 

What's hot (20)

An introduction to machine learning for particle physics
An introduction to machine learning for particle physicsAn introduction to machine learning for particle physics
An introduction to machine learning for particle physics
 
Neural networks
Neural networksNeural networks
Neural networks
 
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
 
Neural Networks: Self-Organizing Maps (SOM)
Neural Networks:  Self-Organizing Maps (SOM)Neural Networks:  Self-Organizing Maps (SOM)
Neural Networks: Self-Organizing Maps (SOM)
 
Hybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for ClassificationHybrid PSO-SA algorithm for training a Neural Network for Classification
Hybrid PSO-SA algorithm for training a Neural Network for Classification
 
20120140503023
2012014050302320120140503023
20120140503023
 
Electricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNElectricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANN
 
Boundness of a neural network weights using the notion of a limit of a sequence
Boundness of a neural network weights using the notion of a limit of a sequenceBoundness of a neural network weights using the notion of a limit of a sequence
Boundness of a neural network weights using the notion of a limit of a sequence
 
EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...
EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...
EVOLVING CONNECTION WEIGHTS FOR PATTERN STORAGE AND RECALL IN HOPFIELD MODEL ...
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural NetworkElectricity Demand Forecasting Using Fuzzy-Neural Network
Electricity Demand Forecasting Using Fuzzy-Neural Network
 
EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"
EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"
EXPERIMENTS ON HYPOTHESIS "FUZZY K-MEANS IS BETTER THAN K-MEANS FOR CLUSTERING"
 
Neural Networks: Multilayer Perceptron
Neural Networks: Multilayer PerceptronNeural Networks: Multilayer Perceptron
Neural Networks: Multilayer Perceptron
 
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logicApproximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
 
Adaptive modified backpropagation algorithm based on differential errors
Adaptive modified backpropagation algorithm based on differential errorsAdaptive modified backpropagation algorithm based on differential errors
Adaptive modified backpropagation algorithm based on differential errors
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
 
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
 
K010218188
K010218188K010218188
K010218188
 
Neural Networks: Rosenblatt's Perceptron
Neural Networks: Rosenblatt's PerceptronNeural Networks: Rosenblatt's Perceptron
Neural Networks: Rosenblatt's Perceptron
 
ssnow_manuscript_postreview
ssnow_manuscript_postreviewssnow_manuscript_postreview
ssnow_manuscript_postreview
 

Similar to On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse Analysis Method

Web spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithmsWeb spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithmsaciijournal
 
Web Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network AlgorithmsWeb Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network Algorithmsaciijournal
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachEditor Jacotech
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachEditor Jacotech
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural networkNagarajan
 
APPLIED MACHINE LEARNING
APPLIED MACHINE LEARNINGAPPLIED MACHINE LEARNING
APPLIED MACHINE LEARNINGRevanth Kumar
 
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATAAPPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATAIJDKP
 
A Learning Linguistic Teaching Control for a Multi-Area Electric Power System
A Learning Linguistic Teaching Control for a Multi-Area Electric Power SystemA Learning Linguistic Teaching Control for a Multi-Area Electric Power System
A Learning Linguistic Teaching Control for a Multi-Area Electric Power SystemCSCJournals
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Cemal Ardil
 
20141003.journal club
20141003.journal club20141003.journal club
20141003.journal clubHayaru SHOUNO
 
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...cscpconf
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionIAEME Publication
 
Echo state networks and locomotion patterns
Echo state networks and locomotion patternsEcho state networks and locomotion patterns
Echo state networks and locomotion patternsVito Strano
 
Artificial neural networks seminar presentation using MSWord.
Artificial neural networks seminar presentation using MSWord.Artificial neural networks seminar presentation using MSWord.
Artificial neural networks seminar presentation using MSWord.Mohd Faiz
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cseNaveenBhajantri1
 
Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...
Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...
Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...IJERA Editor
 

Similar to On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse Analysis Method (20)

Ann
Ann Ann
Ann
 
Web spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithmsWeb spam classification using supervised artificial neural network algorithms
Web spam classification using supervised artificial neural network algorithms
 
Web Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network AlgorithmsWeb Spam Classification Using Supervised Artificial Neural Network Algorithms
Web Spam Classification Using Supervised Artificial Neural Network Algorithms
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
APPLIED MACHINE LEARNING
APPLIED MACHINE LEARNINGAPPLIED MACHINE LEARNING
APPLIED MACHINE LEARNING
 
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATAAPPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
APPLYING NEURAL NETWORKS FOR SUPERVISED LEARNING OF MEDICAL DATA
 
A Learning Linguistic Teaching Control for a Multi-Area Electric Power System
A Learning Linguistic Teaching Control for a Multi-Area Electric Power SystemA Learning Linguistic Teaching Control for a Multi-Area Electric Power System
A Learning Linguistic Teaching Control for a Multi-Area Electric Power System
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
 
JACT 5-3_Christakis
JACT 5-3_ChristakisJACT 5-3_Christakis
JACT 5-3_Christakis
 
20141003.journal club
20141003.journal club20141003.journal club
20141003.journal club
 
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Optimal neural network models for wind speed prediction
Optimal neural network models for wind speed predictionOptimal neural network models for wind speed prediction
Optimal neural network models for wind speed prediction
 
Echo state networks and locomotion patterns
Echo state networks and locomotion patternsEcho state networks and locomotion patterns
Echo state networks and locomotion patterns
 
Artificial neural networks seminar presentation using MSWord.
Artificial neural networks seminar presentation using MSWord.Artificial neural networks seminar presentation using MSWord.
Artificial neural networks seminar presentation using MSWord.
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cse
 
Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...
Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...
Optimization of Number of Neurons in the Hidden Layer in Feed Forward Neural ...
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxpradhanghanshyam7136
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 sciencefloriejanemacaya1
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxAleenaTreesaSaji
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 

Recently uploaded (20)

Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptx
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 science
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptx
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 

On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse Analysis Method

  • 1. IOSR Journal of Mathematics (IOSR-JM) e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 11, Issue 6 Ver. II (Nov. - Dec. 2015), PP 13-16 www.iosrjournals.org DOI: 10.9790/5728-11621316 www.iosrjournals.org 13 | Page On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse Analysis Method Augustine Pwasong a & Caleb Nimyelb a Department of Mathematics University of Jos, 2084 Jos, Nigeria b Department of Computer Engineering Plateau State Polytechnic, Barkin-Ladi, Plateau State, Nigeria Abstract: Hyperbolic activation function is examined for its ability to accelerate the performance of doing data mining by using a technique named as Reverse Analysis method. In this paper, we describe how Hopfield network perform better with hyperbolic activation function and able to induce logical rules from large database by using reverse analysis method: given the values of the connections of a network, we hope to determine what logical rules are entrenched in the database. We limit our analysis to Horn clauses. The analysis for this study was simulated using Microsoft Visual C++ software, 2010 Express. Keywords: Reverse analysis, data mining, hyperbolic activation function, neural network I. Introduction Neural network is an information processing paradigm that is inspired by the way biological nervous system such as the brain, process information. Neural networks or also known as connectionist system have a large number of highly interconnected processing elements (nodes) that usually operates in parallel. It is a parallel processing network which is generated with simulating the image intuitive thinking of human, on the basis of the research of biological neural network, according to the features of biological neurons and neural network and by simplifying, summarizing and refining. It uses the idea of non-linear mapping, the method of parallel processing and the structure of the neural network itself to express the associated knowledge of input and output. The Hopfield neural network is a simple recurrent network which can work as an efficient associative memory, and it can store certain memories in a manner rather similar to the brain. Wan Abdullah [1,2] proposed a method of doing logic program on a Hopfield network. In Reverse Analysis [3], it is a method that when examining the connection strengths obtained during the learning process, logical rules that have been acquired may be deduced. This step will repeat until it gets the value that it wanted. From the Reverse Analysis given the values of the connections of a network, we hope to know what logical rules are entrenched in it. In this paper, we want to integrate hyperbolic activation function in Reverse Analysis method to enhance the capability of doing data mining using Reverse Analysis method. We carried out computer simulations to verify the robustness and the effectiveness of the proposed method. This paper is organized as follows. In section 2, an outline of Hopfield network is given and in section 3, Reverse Analysis method is described. Meanwhile, section 4 contains discussions regarding the hyperbolic activation function. Finally, sections 5 and 6 occupy the simulation results and concluding remarks regarding this work. II. Hopfield Network In order to keep this paper self-contained we briefly review the Little-Hopfield model [4]. The Hopfield model is a standard model for associative memory. The Little dynamics is asynchronous, with each neuron updating their state deterministically. The system consists of N formal neurons, each of which is described by an Ising variable ( ),( 1,2,.... )iS t i N . Neurons then are bipolar, {iS  -1,1}, obeying the dynamics sgn( )i iS h , where the field, (2) (1) i ij j i j h J V J  , i and j running over all neurons N, (2) ijJ is the synaptic strength from neuron j to neuron i, and iJ is the threshold of neuron i. Restricting the connections to be symmetric and zero-diagonal, (2) (2) ij jiJ J , (2) 0iiJ  , allows one to write a Lyapunov or energy function, (2) (1)1 2 ij i j i i i j i E J S S J S    (1) which monotone decreases with the dynamics.
  • 2. On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse… DOI: 10.9790/5728-11621316 www.iosrjournals.org 14 | Page The two-connection model can be generalized to include higher order connections. This modifies the “field” to be (3) (2) (1) ....i ijk j k ij j i j k j h J S S J S J     (2) where “…..” denotes still higher orders, and an energy function can be written as follows: (3)1 ..... 3 ijk i j k i j k E J S S S   (2) (1)1 2 ij i j i i i j i J S S J S  (3) provided that (3) (3) [ ]ijk ijkJ J for i, j, k distinct, with […] denoting permutations in cyclic order, and (3) 0ijkJ  for any i, j, k equal, and that similar symmetry requirements are satisfied for higher order connections. The updating rule maintains ( 1) sgn[ ( )]i iS t h t  (4) In the simple propositional case, logic clauses take the form 1 2 1 2, ,......, , ,...., .n mA A A B B B which says that ( 1A or 2A or …. or nA ) if ( 1B and 2B and … and nB ); they are program clauses if 1n  and 0m  : we can have rules e.g. , .A B C saying ( )A B C A B C        , and assertions e.g. .D  saying that D is true. A logic program consists of a set of program clauses and is activated by an initial goal statement. In Conjunctive Normal Form (CNF), the clauses contain one positive literal. Basically, logic programming in Hopfield model can be treated as a problem in combinatorial optimization. Therefore it can be carried out in a neural network to obtain the desired solution. Our objective is to find a set of interpretation (i.e., truth values for the atoms in the clauses which satisfy the clauses (which yields all the clauses true). In other words, we want to find „models‟. III. Reverse Analysis method We used Reverse Analysis method to induce the logical rules entrenched in a database through uncovering rules using Wan Abdullah‟s learning method [1,2] to calculate the connection strengths. We restricted this technique up to third order Horn clauses only. For higher order networks different techniques and upgrading methods are been used. The following are the steps involved in this method. i) Enumerate the number of neurons from patterns in the database, to construct a Hopfield network with up to third order connections. ii) Extract the events from the data sets and represent in binary/bipolar pattern, where 0 indicates a false state and 1 indicates a true state (for bipolar neurons, -1 represents the false state and 1 represents the true state). iii) Calculate the connection strengths for the events using Wan Abdullah‟s learning. iv) Find nonzero resultant values for third-order connections, each of which being a seed for a three-atom rule (rules represented in the Conjunctive Normal Form or CNF). v) Decide on the form of a rule by looking at the values of relevant second-order connections, etc. vi) Calculate connection strengths for the extracted rules and deduct these values from (iii). vii) Repeat similar steps to IV)-VI) for second-order (for two-atom rules) and first-order connections (for one- atom rules). IV. Hyperbolic Activation Function Hyperbolic tangent activation function is one of well know activation function [5]. However, logistic function which was frequently in use in neural network, introduced by McCulloch-Pitts where it is already established in original method of doing logic programming in Hopfield network proposed by Wan Abdullah. Since McCulloch-Pitts function is unbounded, smoother function such as hyperbolic tangent which have output range between -1 and +1 are preferred. Most neurons in neural networks using a scalar-to-scalar function which was called activation function to transform their net input while the activation value is fed via synaptic connections to one or more other neurons. The activation function is sometimes called a transfer function. The transfer function with a bounded range are frequently called squashing functions. Hyperbolic tangent activation function is one of an example of squashing function [6].
  • 3. On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse… DOI: 10.9790/5728-11621316 www.iosrjournals.org 15 | Page Figure 1: An artificial neuron with activation function Figure 1 shows the artificial neuron x which is a neuron with n input dendrites (𝑥0 … 𝑥 𝑛 ) and where (𝑤0 … 𝑤𝑛 ) are weights of inputs and one output axon y(x). g is an activation function that weights how dominant the output should be from the neuron based on the sum of the input. Equation 5 shows the equation of activation function.          n i ii xwgxy 0 )( (5) where g(x) used the hyperbolic tangent function as below, x x e e xg 2 2 1 1 )(      (6) At first, we substitute the total of weights and inputs into Hyperbolic Tangent function to achieve the value. If it surpasses the threshold ( = 0), the actual output will be 1 else the value of the actual output is -1. After obtained an output pattern during the network computation, if error exists, or a difference between actual and desired output patterns, the weights will be adjusted to reduce the error. V. Experimental Results and Discussion From the previous section, a new way to integrate hyperbolic tangent activation function into Reverse Analysis method. Thus, in this section we carry out computer simulations using Netlogo [7] platform to test the effectiveness, computational complexity and robustness of this method. We randomly generate the Horn clauses (until third order) by using reverse analysis method. The number and the order of the clauses are chosen by the user using try and error technique [8]. The numbers of neurons involved are increased in each training. The maximum number of neurons is 100. After this value, the network gets larger and the complexity increased tremendously. So, the network gets stuck[9] . The following figure 2 shows the computer processing time (CPU) consumed for the integrated method. Figure 3 shows the computer processing time (CPU) consumed for the Reverse Analysis method without hyperbolic activation function. Figure 2: CPU time taken according to the number of neurons (integrated method) 0 1 2 3 4 5 6 7 8 9 10 11 12 10 30 50 70 90 10 20 30 40 50 60 70 80 90 100 CPU time taken according to the number of neurons CPU time/Hrs Neurons
  • 4. On The Application of Hyperbolic Activation Function in Computing the Acceleration of Reverse… DOI: 10.9790/5728-11621316 www.iosrjournals.org 16 | Page Figure 3: CPU time taken according to the number of neurons (normal method) We can observed from the Figure 2 that the CPU time gets larger when the network gets more complex (number of neurons increased). The energy relaxation looping becomes complex when the number of neurons involved increased. When we integrate Reverse Analysis method with hyperbolic activation function, this problem can be minimize. So, we can conclude that the network performance with the integrated method is better and more efficient than the normal Reverse Analysis method. VI. Conclusion From the theory refinement we find that the ability of hyperbolic activation function integrated with Reverse Analysis is better than Reverse Analysis method alone. It provides a better result in term of complexity and CPU for Horn clauses. Computer simulation verified and testified the proposed integrated method. Acknowledgement This research is supported by Fundamental Research Grant Scheme (203/ PMATHS/6711368) by Ministry of Higher Education, Malaysia and also Universiti Sains Malaysia. References [1] Wan Abdullah, W.A.T. (1992) Logic Programming on a Neural Network. Int .J. Intelligent Sys, 7, pp 513-519. [2] Wan Abdullah, W.A.T. (1991) Neural Network logic. Proc of the workshop held in Elba International Physics Center, Italy, pp 135-142. [3] Sathasivam, S (2006) Logic Mining In Neural Networks. PHD Thesis. University of Malaya. [4] J.J. Hopfield, Neural Networks and Physical Systems with Emergent Collective Computational Abilities. Proceedings. Natl. Acad. Sci. USA. , 79(1982), 2554-2558. [5] Sathasivam, S. and Wan Abdullah, W.A.T. (2010) The Satisfiabilty Aspect of Logic on Little Hopfield Network. ISSN 1450-223X (7), pp.90-105 [6] Joya, G, Atencia, M.A. and Sandoval, F. (2002) Hopfield neural networks for optimization: study of the different dynamics, Neurocomputing 43, Amsterdam: Elsevier Science B.V pp.219-237 [7] Isaac, A. G. (2012) NetLogo Programming [Online]. [Accessed 15 May 2013]. Available from: https://subversion.american.edu/aisaac/notes/netlogo-intro.xhtml. [8] Sathasivam, S (2011) Application of Neural Networks in predictive data mining. Proceeding of 2nd International Conference on Business and Economic Research (2nd ICBER 2011) [9] P.H. Wen, A Review of Hopfield Neural Networks for Solving Mathematical Programming Problems, European Journal of Operational research, Vol.198, Num.3, (2008), 675-688. 0 1 2 3 4 5 6 7 8 9 10 11 12 10 30 50 70 90 10 20 30 40 50 60 70 80 90 100 CPU time taken according to the number of neurons CPU time/Hrs Neurons