Genetic Algorithms

Genetic Algorithms are a classification of "evolutionary" algorithms that attempt to solve a problem through a recursive-improvement in the output that they generate in order to reach a best possible solution. Mutation & Crossover are two techniques that are primarily used during the implementation of Genetic Algorithms. The objective behind using these techniques is to recursively break the former solution to the problem generated by the algorithm, improvise it further, generate a new solution and compare it with the older solution in order to determine whether it was better than that. This process is repeated until a best solution is obtained. User's interaction & input may also be obtained during the process.

Resources | Videos | Projects

Home > CS-IT Projects > Genetic Algorithms

What are Genetic Algorithms?

Additional Resources

Apple iOS Applications

iOS Apps.

List of projects/apps. that can be custom-developed using iOS platform under different domains.

Wireless Sensor Networks (WSN)

Wireless Sensor Networks

Projects/ideas that can be applied in the domain of WSN for specific use-case or problem scenario(s).

Raspberry Pi

Raspberry Pi Projects

Application of Raspberry Pi in combination with other technologies for developing projects belonging to domains including IoT, NLP, and more.