
This lesson gives you some tips on how to get most of this course. It shows you how to download Matlab and SciLab too.
This lesson allows you to learn how different combinatorial problems are as compared to other problems. Some case studies are covered too.
This lesson shows how difficult combinatorial optimization problems are. They are one of the most difficult problems to solve, and you will see why in this lesson. The exponential growth of these problems are discussed too.
State space tree is one of the most well-known tools when solving combinatorial problems. In this lesson, you will learn how to draw and use state space tress in detail.
Brute-force (often called exhaustive) search methods are the easiest yet computationally expensive problem solving techniques. In this lesson, you will learn how this type of search works. An example is also given that shows how to traverse a state space tree and find the shortest path from the root to the leaves.
One of the efficient search methods is branch and bound. This video shows you how to use this method for finding the shortest path in a state space tree.
Complete search algorithms are computationally expensive and less practical for large-scale problems. This lesson shows you a heuristic (informed) search method called nearest neighbour algorithm. The nearest neighbour is applied to a state space tree too.
This lesson covers the main inspiration of the Ant Colony Optimization. Stigmergy is first discussed with an intuitive analogy. Several examples of how ants find the shortest path from a nest to a food source are given too.
Do you hate complicated mathematical equations? I hate them too :D
So this is why I tried to simplify the mathematical models of the Ant Colony Optimization in this video. This lesson shows the mathematical models of ACO in the easiest possible way.
This video uses Matlab programming language to set up a framework to develop the Ant Colony Optimization (ACO).
This lesson takes you through the steps of preparing and implementing a combinatorial problem in Matlab programming language.
In this video, you will learn how to draw a graph for Travelling Salesman Problem (TSP) in Matlab to solve it later on using the Ant Colony Optimization.
Ant Colony Optimization has several controlling parameters. This video shows you the steps of writing them in Matlab. It also shows you the steps of implementing and coding the initial colony of ants and a roulette wheel.
This lesson shows you how to find the best ant in the ant colony implemented in the last video. I named it Queen since it is the best solution for the problem :)
The pheromone matrix and evaporation are the main mechanisms of Ant Colony Optimization (ACO). This videos shows you how to implement these mechanisms in Matlab.
Data visualization is essential in the field of Artificial Intelligence (AI). This vide shows you the best tools and techniques to visualize the main mechanisms and results of the Ant Colony Optimization.
Ant Colony Optimization (ACO) has several parameters that have significant impact of its performance. Therefore, tuning them should be done carefully. This video demonstrates the impact of these parameters and suggest the best values.
Thanks :)
You can use this coupon code to enrol my other courses: THANKYOUSOMUCH
Search methods and heuristics are of the most fundamental Artificial Intelligence techniques. One of the most well-regarded of them is Ant Colony Optimization that allows humans to solve some of the most challenging problems in history. This course takes you through the details of this algorithm. The course is helpful to learn the following concepts:
Part 1:
1. The main components of the
2. Formulating combinatorial optimization problems
3. Difficulty of combinatorial optimization problems
4. State space tree
5. Search space
6. Travelling Salesman Problem (TSP)
Part 2:
1. Exact methods
2. Heuristics methods
3. Brute-force (exhaustive) algorithm to solve combinatorial problems
4. Branch and bound algorithm to solve combinatorial problems
5. The nearest neighbour to solve the Travelling Salesman Problem
Part 3:
1. Inspirations of the Ant Colony Optimization (ACO)
2. Mathematical models of the Ant Colony Optimization
3. Implementation of the Ant Colony Optimization
4. Testing and analysing the performance of the Ant Colony Optimization
5. Tuning the parameter of the Ant Colony Optimization
Ant Colony Optimization will be the main algorithm, which is a search method that can be easily applied to different applications including Machine Learning, Data Science, Neural Networks, and Deep Learning.
Some of the reviews are as follows:
Fan said: "Another Wonderful course of Dr Seyedali,I really appreciate it! I also look forward to more applications and examples of ACO."
Ashish said: "This course clears my concept about Ant colony optimization specially with MATLAB and how to apply to our problem. Thank you so much, Sir, for design such a helpful course"
Join 100+ students and start your optimization journey with us. If you are in any way not satisfied, for any reason, you can get a full refund from Udemy within 30 days. No questions asked. But I am confident you won't need to. I stand behind this course 100% and am committed to help you along the way.