GA- Individuals, Populations and Generations
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
assume There is a dataset has 2 inputs, 1 output, and 100 Rows
What the Individuals, Populations and Generations of above dataset
I want to use my dataset to train Neural Networks using Genetic
here is 12 rows of my dataset
W1,R,W2,R1,is flood
92,39,91,22,FALSE
90,8,92,39,FALSE
91,44,90,8,FALSE
92,5,91,44,FALSE
99,97,92,5,FALSE
106,0,99,97,TRUE
43,0,54,0,FALSE
35,3,43,0,FALSE
30,9,35,3,FALSE
50,33,30,9,FALSE
94,65,50,33,FALSE
102,27,94,65,TRUE
1 comentario
David Young
el 23 de Abr. de 2011
There is not enough information here to answer this question. You need to explain more about the background and the dataset.
Respuestas (2)
Yasmin Tamimi
el 26 de Abr. de 2011
How many variables do u have?? and each variable is represented by how many bits??
0 comentarios
Yasmin Tamimi
el 27 de Abr. de 2011
I'm sorry I didn't understand your question, but I can provide you with useful books take a look at them, they may answer your question: "Practical Genetic Algorithms - Randy L. Haupt, Sue Ellen Haupt", includes Matlab codes, introduction to GA, PSO, Ant System and some others heuristic Methods, also u can search for "THE PRACTICAL HANDBOOK OF GENETIC ALGORITHMS APPLICATIONS".
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!