Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@pradypop-Draqkg • Aug 22, 2006
Genetic Algorithms are a set of algorithms which are frequently used in image processing. These are learning algorithms and are used to approximate a value whose absolute is not known and enough information is not avalilable to compute the absolutes. I worked a little bit on these algorithms when I tried a project on License plate recognition. Never went ahead eith the project which was prematurely dumped.
This over-view might help:
<a href="https://en.wikipedia.org/wiki/Genetic_algorithm" target="_blank" rel="nofollow noopener noreferrer">Genetic algorithm - Wikipedia</a> -
@thebigk • Oct 28, 2006
Prady, tell us more about this project. Looks like a good idea to me.pradypopI worked a little bit on these algorithms when I tried a project on License plate recognition.
-The Big K- -
@predictor-lfVrRm • Mar 26, 2009
Although genetic algorithms can be used in image processing, they are used for many other things as well. More importantly, genetic algorithms are not "learning algorithms". Genetic algorithms are, fundamentally, optimizers. While they can be used as part of a learning system, their ultimate function is to optimize some objective function. Their advantage over traditional optimization techniques is that they do not need to know the derivatives of the objective function- in fact, assuming that candidate solutions can be ranked, they do not even require the objective function to be on an absolute scale at all!pradypopGenetic Algorithms are a set of algorithms which are frequently used in image processing. These are learning algorithms and are used to approximate a value whose absolute is not known and enough information is not avalilable to compute the absolutes.
-Will Dwinnell
<a href="https://matlabdatamining.blogspot.com/" target="_blank" rel="nofollow noopener noreferrer">Data Mining in MATLAB</a> -
@ms-cs-Ab8svl • Mar 26, 2009
Can you give detailed description of your project?rajeshi want to do a project on genetic algorithms for economic dispatch and optimisation.if anybody knows clearly about this,please give me guidance.
See the Book Artificial Intelligence by Stuart Russell