No video

Genetic algorithms explained in 6 minutes (...and 28 seconds)

  Рет қаралды 25,759

The Programming Piglet

The Programming Piglet

Күн бұрын

Пікірлер: 32
@cianmcnally4694
@cianmcnally4694 6 күн бұрын
You're the same person who saved my programming career by introducing me to talon and now you're helping me and my data science masters as well hahaha thank you
@dinsangarenthlei9151
@dinsangarenthlei9151 9 ай бұрын
best explanaition ever,please dont stop
@nourtammous8234
@nourtammous8234 Жыл бұрын
That is the best explanation ever, Thank you!
@BigTonkaR
@BigTonkaR 2 ай бұрын
Don't stop girl, u nailed it!
@findmeifucan2719
@findmeifucan2719 Жыл бұрын
Simple and clear explanation.Kudos for your great presentation.
@shubh9207
@shubh9207 Ай бұрын
Why does this video has likes in just 3 digits. Such an amazing explanation.
@pablovegagallego4539
@pablovegagallego4539 Жыл бұрын
Thank you so much. The best animation about genetic algorithms I've never seen
@LuisFernandoGaido
@LuisFernandoGaido 10 ай бұрын
I created a genetic algorithm to find combinations of weights and ingredients in meals that meet a person's desired nutritional criteria, both macronutrients and micronutrients. The solution was created in Go without using any library. I absorbed the concept of genetic algorithms and decided to implement something that met my exact objective. I was very happy when I noticed that the results were incredibly satisfactory. A varying number of macronutrient and micronutrient restrictions could lead to meal combinations with ingredients that are very close to what is expected. I am Brazilian and I intend to launch this feature in Brazil in the next few days. If anyone is interested in knowing details about this, please don't hesitate to respond.
@yazidridwan6917
@yazidridwan6917 4 ай бұрын
That's interesting, I'm still grasping the GA algorithm, I barely know about algorithms tbh let alone the implementation. But I intend to use it in my thesis project for scheduling and room loan system in my faculty. I'd like to know more of your implementation, if that's okay.
@Dean-zi5bj
@Dean-zi5bj Ай бұрын
What is the repo
@novicetech1
@novicetech1 4 ай бұрын
OMG! An explanation that finally makes complete sense! Thank you, thank you, thank you.
@kgomotsomasiakwala1451
@kgomotsomasiakwala1451 2 ай бұрын
Extraordinary explanation and animation
@kotschi123
@kotschi123 3 ай бұрын
This video was incredible! You deserve much more than 373 subscribers :)
@ujjwalchetan4907
@ujjwalchetan4907 2 ай бұрын
Very well explained. Thanks.
@therealuwu
@therealuwu 6 ай бұрын
Awesome explanation. Thank you!
@sm6658
@sm6658 6 ай бұрын
This is an amazing expalantion!!!
@mateuszpaczynski6195
@mateuszpaczynski6195 3 ай бұрын
nice work!
@artemissrijan473
@artemissrijan473 Ай бұрын
Stick around for the next video to learn how to program genetic algorithms in python 💔💔
@DanDascalescu-dandv
@DanDascalescu-dandv 5 ай бұрын
You could get rid of the 28 seconds by cutting out fluff like from 2:15 to 2:28.
@mountahaboukallel492
@mountahaboukallel492 7 ай бұрын
You just saved me girliie ty ❤
@m.alighasemian3452
@m.alighasemian3452 9 ай бұрын
It helped me thanks
@Catalyna.Salazar
@Catalyna.Salazar 2 жыл бұрын
Thank you
@ShakilShahadat
@ShakilShahadat 4 жыл бұрын
Are genetic algorithms the same as evolutionary algorithms?
@theprogrammingpiglet1681
@theprogrammingpiglet1681 4 жыл бұрын
Pretty much - they follow the same logic, but technically genetic algorithms are a specific type of evolutionary algorithm. There are other types of evolutionary algorithms too, like evolutionary strategies and genetic programming. The difference between them all is mainly how the individuals in the population are represented - i.e. if the ‘DNA‌’ is a string of real numbers, or a string of 0s and 1s, or a graph, etc. They used to be distinct different things, but to be honest these days people use the terms fairly interchangeably a lot of the time. Thanks for taking the time to watch!‌
@ShakilShahadat
@ShakilShahadat 4 жыл бұрын
@@theprogrammingpiglet1681 I actually learned something today. Best of luck for your channel.
@theprogrammingpiglet1681
@theprogrammingpiglet1681 4 жыл бұрын
@@ShakilShahadat Thanks!
@user-or5dl7hd7o
@user-or5dl7hd7o Жыл бұрын
great!
@munshifahimuzzaman7275
@munshifahimuzzaman7275 Жыл бұрын
Damn who on Earth takes so much trouble to go to work?
@user-hx9dl1wt1o
@user-hx9dl1wt1o 10 ай бұрын
nice
@billyboone69
@billyboone69 8 ай бұрын
but bro... Jonathon is gay!
@MartinMeshia
@MartinMeshia 6 ай бұрын
and cloned five times in an ectogenesis operation
@bushraw66
@bushraw66 2 ай бұрын
bro is capable of having children
The Knapsack Problem & Genetic Algorithms - Computerphile
12:13
Computerphile
Рет қаралды 227 М.
Genetic Algorithms in Python - Evolution For Optimization
26:10
NeuralNine
Рет қаралды 13 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 12 МЛН
CHOCKY MILK.. 🤣 #shorts
00:20
Savage Vlogs
Рет қаралды 29 МЛН
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 13 МЛН
Genetic Algorithms Explained By Example
11:52
Kie Codes
Рет қаралды 321 М.
What are Genetic Algorithms?
12:13
argonaut
Рет қаралды 40 М.
Learn Particle Swarm Optimization (PSO) in 20 minutes
19:08
Ali Mirjalili
Рет қаралды 300 М.
Machine Learning Control: Genetic Algorithms
13:59
Steve Brunton
Рет қаралды 48 М.
10 FORBIDDEN Sorting Algorithms
9:41
Ardens
Рет қаралды 842 М.
A Gentle Introduction to Genetic Algorithms with Python and DEAP
1:35:11
Apply AI like a Pro
Рет қаралды 782
Why do calculators get this wrong? (We don't know!)
12:19
Stand-up Maths
Рет қаралды 2,1 МЛН
Genetic Algorithm In Python Super Basic Example
17:42
The Builder
Рет қаралды 124 М.
Evolutionary Algorithms
16:56
Dr. Shahin Rostami
Рет қаралды 125 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 12 МЛН