Home > Back-end >  How to call matlab bp neural network data?
How to call matlab bp neural network data?

Time:05-13

The display ('... ')
The display (' BBO is training MLP... ')
The display ('... ')
[cg_curve1, Hamming, best]=BBO (@ MLP_Cancer, 1, 1, 300); % BBO trainer
Best_W_B (1, :)=best;

The display ('... ')
The display (' PSO is training MLP... ')
The display ('... ')
[cg_curve2, best]=PSO (@ MLP_Cancer, 1); % PSO trainer
Best_W_B (2, :)=best;

The display ('... ')
The display (' GA is training MLP... ')
The display ('... ')
[cg_curve3, best]=GA (@ MLP_Cancer, 1); % GA trainer
Best_W_B (3, :)=best;

The display ('... ')
The display (' MAC OS is training MLP... ')
The display ('... ')
[cg_curve4, best]=the ACO (@ MLP_Cancer, 1); % the ACO trainer
Best_W_B (4, :)=best;

The display ('... ')
The display (' ES is training MLP... ')
The display ('... ')
[cg_curve5, best]=ES (@ MLP_Cancer, 1); % ES trainer
Best_W_B (5, :)=best;

The display ('... ')
The display (' PBIL is training MLP... ')
The display ('... ')
[cg_curve6, best]=PBIL (@ MLP_Cancer, 1); % PBIL trainer
Best_W_B (6, :)=best;
How to call into the program has a set of data?
  • Related