Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore genetic algorithms through a conference talk from Voxxed Days Singapore 2018. Discover the basics of these metaheuristics based on natural selection, with practical examples including evolving a Shakespearean phrase and recreating the Mona Lisa image. Learn about defining and finding organisms, calculating differences, implementing breeding pool mechanisms, and understanding fitness in genetic algorithms. Gain insights from speaker Sau Sheong Chang, an experienced software developer with 22 years in web application development and contributions to Ruby and Go communities.
Syllabus
Introduction
Defining the organism
Finding the organism
Finding the difference
Using the pigs trick
Breeding pool mechanism
Generic Algorithm
Fitness
Questions
Taught by
Devoxx
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
I had the privilege of attending the "Genetic Algorithms in Go" course at Voxxed Days Singapore in 2018, and I must say it was an enlightening experience. Genetic Algorithms (GAs) and the Go programming language are both fascinating topics on their…