MAN, YOU ARE AWESOME! yes, i am shouthing. but because I AM SO FREAKING HAPPY!!! DID I SAY THAT YOU ARE AWESOME??? YOU ARE!!!! just thank you for sharing a lot of your tutorial, explanation and everything. YOU ARE AWESOOMMMMEEEEEEEEE!!!!! p.s. you are awesome.
@TheCodingTrain8 жыл бұрын
thank you, so nice to hear!
@jmebia77657 жыл бұрын
Interactive selection would probably be great when applying genetic algorithms in game development. I'm currently having my college thesis in computer science and this series is a LOT of help. Thanks!
@TheCodingTrain7 жыл бұрын
Awesome, glad to hear!
@TheTanmaybishnoi8 жыл бұрын
Mr Daniel, never ever stop inspiring!
@TheCodingTrain8 жыл бұрын
Thanks for watching!
@wouter112348 жыл бұрын
I have one question for you: What keeps you motivated to make these kinds of videos?
@jonathonbreitner13347 жыл бұрын
I love your channel! don't stop being you!
@PixelOutlaw8 жыл бұрын
I'd like to see imperative style Lisps used once more for graphics programming. Looks like the original was written in an extension of Common Lisp they called *Lisp. Another great video by the way!
@TheCodingTrain8 жыл бұрын
Thanks! Indeed, that would be interesting!
@nevokrien956 жыл бұрын
for the exmple u gave at the start rl looks much better sens it can keep track of what works and change the picture evry frame u can than run an evolutionary algorithm on that deep rl
@SaintPepsiSanCoca8 жыл бұрын
It would be interesting to see if an array of 100 x 100 pixels with random colours could be evolved into what the user might experience as "cute" or "angry" and see what the end result gives after a couple of generations
@TheCodingTrain8 жыл бұрын
Interesting idea!
@SaintPepsiSanCoca8 жыл бұрын
I actually started realising this idea, but I can't get very far, after a couple of generations the thing just turns into randomness. I tried doing black and white but that didn't work out as well as i thought it would. What could be a way to improve the fitness function or maybe the mutation so that it does have more efficient pattern fiding?
@ryanprov8 жыл бұрын
I'm just learning about this stuff, so I'm no expert, but I have an idea for you. I really love your idea, but I could see how using this basic GA method doesn't really work for this application -- the problem is that it's hard for the model to "understand" that things that are close to each other in the image are related.. you're basically evolving the "cutest pixel" or whatever for each pixel location independently, which isn't really what you want. You should look into convolution neural networks (CNNs). They are significantly more complicated than the stuff covered here, but they are good at recognizing features in images. I think it will work a lot better for this idea. Good luck!
@SaintPepsiSanCoca8 жыл бұрын
wow thanks alot Real!
@nevokrien956 жыл бұрын
u can use a learning encoder which was traind on the type of data u want and then just tweek the input to get the output u want
@peterpires8 жыл бұрын
Great videos. Thanks!
@nagesh0072 жыл бұрын
Awesome
@JayTheYggdrasil8 жыл бұрын
Im doing it with fractals generated using iterated function systems
@stefan13978 жыл бұрын
I hope you know that those videos are listed under your GA playlist altough they are marked as unlisted.. #BugOrFeature
@TheCodingTrain8 жыл бұрын
Feature! I have many videos ready and uploaded but release them to "public" once per day. I'm happy if people who are looking find them through the playlists ahead of time.
@asdasddas1008 жыл бұрын
Do you have an identical twin who does c#? That would be nice :p
@TheShadesOfBlack8 жыл бұрын
I want to input this stuff into a game on Unity and it's gonna be a LOT of work,
@omairsalah78384 жыл бұрын
A golden nugget
@aswath_k7 жыл бұрын
Is interactive selection in GA and reinforcement learning are the same?
@TheCodingTrain7 жыл бұрын
Not exactly, but a lot of similar concepts, I will cover more about GA + neural networks soon!
@cozypreneur8 ай бұрын
man made Bored Ape Nfts years before the hype haha
@jhonbrixbrion8030 Жыл бұрын
Is this still Genetic Algorithm? or is it Interactive Genetic Algorithm? Can I use this to Generate Content like a UI Component Generator for a website builder project?
@konradzinner22558 жыл бұрын
I did a p5.js version of this Face selection but my head get's white after the first click and after time everything is white... :(
@fpmutwira8 жыл бұрын
i cant find a link to the java version of your GA, can you provide a link
@TheCodingTrain8 жыл бұрын
Take a look here: github.com/shiffman/The-Nature-of-Code-Examples/tree/master/chp09_ga
@peterheijstek68088 жыл бұрын
20k subs!
@TheCodingTrain8 жыл бұрын
Can hardly believe it!
@LorenzoLeonardini8 жыл бұрын
this can be also used for ads, can't it?
@TheCodingTrain8 жыл бұрын
I think so!
@Fledron8 жыл бұрын
this actually IS USED for ads.
@zhonghuahe35564 жыл бұрын
@@Fledron can you provide an example please?
@MrLebo1248 жыл бұрын
Nice video. Inspirered by this topic(saw it before in the Kadenze course) i made a p5.js program to make nice flowers (i am Dutch so we make our own flowers). github.com/Lebo124/Flowersystem At the moment i am trying translating this program in Processing and maybe make an Android app of it.