Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++ Machine Learning Algorithms Inspired By Nature

Posted By: Sigha
C++ Machine Learning Algorithms Inspired By Nature

C++ Machine Learning Algorithms Inspired By Nature
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 1.66 GB | Duration: 2h 51m

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

What you'll learn
Genetic Algorithm in C++
Simulated Annealing
Differential Evolution
Ant Colony Optimization

Requirements
Understand basic C++ and you should have a C++ IDE (any, I am using Visual Studio)
An understanding of some mathematics
An understanding of general algorithmics
An interest in cool algorithms :)

Description
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 algorithmsunderstand mathematicsI 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 areGenetic Algorithm theory:General structureHow crossover is doneHow mutation is doneGenetic Algorithm on a continuous problem:Challenges particular to continuous problems: decoding the bits ("chromosomes") into a float valueCrossover: tournament selection and single point crossoverMutationGenetic Algorithm on the TSP (Travelling Salesperson Problem):Creating a fitness function for the TSPChallenge particular to this problem: how to do crossover?MutationSimulated Annealing:Basic TheoryOptimizing Himmelblau's functionThe knapsack problemDifferential Evolution:Theory and different strategiesCode example on one strategy, the standard one (DE/rand/1/bin)Ant Colony Optimization:Theory and InspirationExample on the Travelling Salesperson ProblemSign up now and let's get started!

Who this course is for:
Students and software developers who want to learn interesting algorithms,Anyone interested in metaheuristic algorithms


C++ Machine Learning Algorithms Inspired By Nature


For More Courses Visit & Bookmark Your Preferred Language Blog
From Here: English - Français - Italiano - Deutsch - Español - Português - Polski - Türkçe - Русский