Skip to content

Commit c94e926

Browse files
committed
Updating README
Additional updates to README.md
1 parent 6fca520 commit c94e926

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ The Continuous Hopfield Network (CHN) is a **recurrent neural network** with an
55
As the Lyapunov function is associated with an objective function of the optimization problem (i.e. the mapping process), the equilibrium, or stable point, helps identify a local optimum for the optimization problem.
66
The dynamics of the CHN is described by a **differential equation**:
77

8-
![alt tag](http://mathurl.com/hzhnzj5.png)
8+
![\frac{du}{dt} = - \frac{u}{\Lambda} + T v + i^b](http://mathurl.com/hzhnzj5.png)
99

1010
and the output function is a hyperbolic tangent:
1111

12-
![alt tag](http://mathurl.com/zdeg52h.png)
12+
![v_i = g(u_i) = \frac{1}{2} \left( 1 + \tanh \left( \frac{u_i}{u_0} \right) \right), \qquad u_0 > 0](http://mathurl.com/zdeg52h.png)
1313

14-
The existence of an equilibrium point is guaranteed if a Lyapunov or energy function exists. The idea is that the network's Lyapunov function, when ![alt tag](http://mathurl.com/hl2t4by.png), is associated with the cost function to be minimized in the combinatorial problem.
14+
The existence of an equilibrium point is guaranteed if a Lyapunov or energy function exists. The idea is that the network's Lyapunov function, when ![\Lambda \rightarrow{} \infty](http://mathurl.com/hl2t4by.png), is associated with the cost function to be minimized in the combinatorial problem.
1515

1616
The CHN will solve those combinatorial problems which can be expressed as the constrained minimization of:
1717

18-
![alt tag](http://mathurl.com/goa77to.png)
18+
![E(v) = - \frac{1}{2} v^t T v - (i^b)^t v](http://mathurl.com/goa77to.png)
1919

2020
However, at this point the Hopfield Network Toolbox is primarily designed to solve the Traveling Salesman Proble,.
2121

0 commit comments

Comments
 (0)