Skip to content

daydrill/ga_pycon_2016_apac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Pycon 2016 APAC / Chisung Song

Decision making with Genetic Algorithms using DEAP


Background

  • Nowadays, many people interested in machine learning because of it’s ‘Super Power'. Among them, one of the famous method is Deep Neural Network.(a.k.a. Deep Learning) In spite of it’s powerful accuracy and usefulness, It has fatal problem. It is hard to understand for beginners because it needs background knowledge like not only Programming but also Mathematics and Statistics.
  • Genetic algorithm is natural-inspired machine learning method. Even thought It’s not that trendy tool like deep-learning, It’s easier to understand than other complex machine learning method, also helpful in making decision more efficiently. DEAP is novel framework for Genetic algorithm, and it’s very useful for rapid prototyping and testing of ideas.

Goal

  • In this session, We will not focus on difficult matters like face detecting, text generation, but let’s think about problems you may meet in ordinary life. (maybe it could be trivial) Let’s find the best way in 'decision space’ to solve problems using Genetic Algorithms.

Contents

  • Decision Making
  • Genetic Algorithm
    • Basic Theory
    • Practice #1: Basic Genetic Algorithm
  • Multi-Objective Genetic Algorithm
    • Basic Theory
    • Practice #2: Find the Best Tour Route using NSGA-ii

About

Decision Making with Genetic Algorithms using DEAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published