Skip to content

Pixeptron-Vision/RNN-based-Assignment-Problem-Solution

Repository files navigation

RNN-based-Assignment-Problem-Solution

A MATLAB App to solve Assignment Problem using RNN.
It implements the paper Siqueira, Paulo Henrique. “Application of Wang's Recurrent Neural Network to solve the Transportation problem.” (2012).
Solution of the input cost matrix is determined using Wang's Recurrent Neural Network.
Inputs : Cost Matrix as Row vector, T - value and Epoch Limit; Output : Solution Matrix.
Implementation Details :
i) Mean Square error - max limit = 0.8
ii) beta = 2.5
iii) T - Value optimum = 150
iv) eta = 1.0

About

A MATLAB App to solve Assignment Problem using RNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages