C++ Machine Learning Algorithms Inspired by Nature

Study the Genetic Algorithm, Simulated Annealing, Ant Colony Optimization, Differential Evolution by Coding from Scratch

4.25 (49 reviews)
Udemy
platform
English
language
Other
category
C++ Machine Learning Algorithms Inspired by Nature
6,105
students
3 hours
content
Mar 2021
last update
$54.99
regular price

What you will learn

Genetic Algorithm in C++

Simulated Annealing

Differential Evolution

Ant Colony Optimization

Why take this course?

This online course is for students and software developers who want to level up their skills by learning interesting optimization algorithms in C++.

You will learn some of the most famous AI algorithms by writing it in C++ from scratch, so we will not use any libraries. We will start with the Genetic Algorithm (GA), continue with Simulated Annealing (SA) and then touch on a less known one: Differential Evolution. Finally, we will look at Ant Colony Optimization (ACO).

The Genetic Algorithm is the most famous one in a class called metaheuristics or optimization algorithms. You will learn what optimization algorithms are, when to use them, and then you will solve two problems with the Genetic Algorithm(GA). The second most famous one is Simulated Annealing.

However, nature gives us fascinating sources of inspiration, such as the behaviour of ants, so that Ant Colony Optimization is an interesting algorithm as well.

We will solve continuous problems(find the maximum/minimum of a continuous function) and discrete problems, such as the Travelling Salesperson Problem (TSP), where you have to find the shortest path in a network of cities, or the Knapsack Problem.

Prerequisites:

  • understand basic C++

  • any C++ IDE (I am using Visual Studio)

  • understanding of algorithms

  • understand mathematics

I recommend that you do the examples yourself, instead of passively watching the videos.

Here's a brief outline of what you will learn:

  • What optimization algorithms are

  • Genetic Algorithm theory:

    • General structure

    • How crossover is done

    • How mutation is done

  • Genetic Algorithm on a continuous problem:

    • Challenges particular to continuous problems: decoding the bits ("chromosomes") into a float value

    • Crossover: tournament selection and single point crossover

    • Mutation

  • Genetic Algorithm on the TSP (Travelling Salesperson Problem):

    • Creating a fitness function for the TSP

    • Challenge particular to this problem: how to do crossover?

    • Mutation

  • Simulated Annealing:

    • Basic Theory

    • Optimizing Himmelblau's function

    • The knapsack problem

  • Differential Evolution:

    • Theory and different strategies

    • Code example on one strategy, the standard one (DE/rand/1/bin)

  • Ant Colony Optimization:

    • Theory and Inspiration

    • Example on the Travelling Salesperson Problem

Sign up now and let's get started!

Screenshots

C++ Machine Learning Algorithms Inspired by Nature - Screenshot_01C++ Machine Learning Algorithms Inspired by Nature - Screenshot_02C++ Machine Learning Algorithms Inspired by Nature - Screenshot_03C++ Machine Learning Algorithms Inspired by Nature - Screenshot_04

Reviews

Francis
June 24, 2023
very well presented Showing the solution in code as a stepwise approach is very good approach and the concepts described and implemented open many new doors to my problem analysis.
Tom
May 6, 2022
Good review for people who already understand what a graph is, and have had some kind of introduction to this topic in the past. So far this review is based on the introduction of the concept of these algorithms. No code has been shown yet. The explanations and illustrations are adequate. The speaker seems to be reading and his voice is very monotone. I can tell he is from a Slavic country or from somewhere near one. *high five*. Im Polish.
Zak
June 30, 2021
So far so good. Very concise explanations, probably better-organised and better-researched than most tech courses on here. Still a few dodgy parts in some videos (audio cuts in/out) but overall quite good descriptions.
Wagaana
December 7, 2020
The explanation is clear especially when it comes to genetics, am hoping to pick a lot in the future of the course

Charts

Price

C++ Machine Learning Algorithms Inspired by Nature - Price chart

Rating

C++ Machine Learning Algorithms Inspired by Nature - Ratings chart

Enrollment distribution

C++ Machine Learning Algorithms Inspired by Nature - Distribution chart

Related Topics

3268914
udemy ID
6/25/2020
course created date
8/9/2020
course indexed date
Angelcrc Seven
course submited by