Brain-State-in-a-Box Network

Rajil TL
1 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!

The Brain-State-in-a-Box (BSB) neural network is a nonlinear auto-associative neural network and can be extended to hetero-association with two or more layers. It is also similar to Hopfield network. It was proposed by J.A. Anderson, J.W. Silverstein, S.A. Ritz and R.S. Jones in 1977.

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.

Share This Article

Rajil TL is a SenseCentral contributor focused on tech, apps, tools, and product-building insights. He writes practical content for creators, founders, and learners—covering workflows, software strategies, and real-world implementation tips. His style is direct, structured, and action-oriented, often turning complex ideas into step-by-step guidance. He’s passionate about building useful digital products and sharing what works.

Leave a review