Which AI System mimics the evolutionary process to generate increasingly…
2022
Which AI System mimics the evolutionary process to generate increasingly better solutions to a process to a problem?
A. Self organizing neural network.
B. Back propagation neural network.
C. Genetic algorithm.
D. Forward propagation neural network.
Choose the correct answer from the options given below:
- A.
A Only
- B.
B Only
- C.
C Only
- D.
D Only
Attempted by 85 students.
Show answer & explanation
Correct answer: C
Correct answer: Genetic algorithm
Why this is correct:
Genetic algorithms are inspired by biological evolution and repeatedly generate new populations of candidate solutions.
They use selection based on a fitness function, crossover (recombination) to mix solution traits, and mutation to introduce variation.
Over successive generations these operators tend to produce increasingly better solutions to the problem.
Why the other choices are incorrect:
Self organizing neural network: An unsupervised clustering/topology-preserving method, not an evolutionary search process.
Back propagation neural network: A supervised weight-update method using gradient-based optimization, not selection/crossover/mutation.
Forward propagation neural network: Refers to computing outputs through a feedforward network; it is an operational step, not an evolutionary algorithm.
A video solution is available for this question — log in and enroll to watch it.