Brain-State-in-a-Box Network
Some important points to remember about BSB Network −
· It is a fully connected network with the maximum number of nodes depending upon the dimensionality n of the input space.
· All the neurons are updated simultaneously.
· Neurons take values between -1 to +1.
Mathematical Formulations
The node function used in BSB network is a ramp function, which can be defined as follows −
f(net)=min(1,max(−1,net))f(net)=min(1,max(−1,net))
This ramp function is bounded and continuous.
As we know that each node would change its state, it can be done with the help of the following mathematical relation −
xt(t+1)=f(∑j=1nwi,jxj(t))xt(t+1)=f(∑j=1nwi,jxj(t))
Here, xi(t) is the state of the ith node at time t.
Weights from ith node to jth node can be measured with the following relation −
wij=1P∑p=1P(vp,ivp,j)wij=1P∑p=1P(vp,ivp,j)
Here, P is the number of training patterns, which are bipolar.