Skip to content

DinaGad/Using-Genetic-Algorithm-to-improve-Artificial-Neural-Network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GANN

Matlab version: R2014a or above

Two toolboxes are needed: Neural Network Toolbox and Genetic Algorithm Optimization Toolbox

Neural Network Toolbox has been available in latest Matlab version

Genetic Algorithm Optimization Toolbox can be accessed by: https://www.ise.ncsu.edu/people/kay/, Software: GAOT.

How to run this software:

  1. Download Genetic Algorithm Optimization Toolbox (named gaot) from above website

  2. Keep the GABPNET.m, gadecod.m, gabpEval.m and gaot in the same file holder

  3. Run the GABPNET.m file

Notice:

  1. The input data in the code ('p', 't') can also be loaed by .txt or .mat file if the size of input is larger.

  2. if you want to learn more, send to me eamil: [email protected]

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%