AI Learns to Make Art

  Рет қаралды 15,130

Green Code

Green Code

Күн бұрын

Пікірлер: 79
@ltsben6564
@ltsben6564 Жыл бұрын
back again! Wow! you're videos have exploded and rightfully so! Hopefully this one will too! This video is certainly incredible, stable diffusion makes no sense to me lol its just completely fascinates me. 🍀
@Green-Code
@Green-Code Жыл бұрын
Thank you so much!!!! 💚💚💚
@AnimeRandom1
@AnimeRandom1 Жыл бұрын
I think there is a mistake at 5:22, stable diffusion is not based on Generative Adversarial Networks (GANs), it is actually based on diffusion models, as the name says. Just that, I just discovered your channel and I loved your videos 🤝
@pyr0man1iac85
@pyr0man1iac85 Жыл бұрын
The algorythm has something against you
@maiminhnhat9678
@maiminhnhat9678 5 ай бұрын
3:12 When the dude down the alleyway gave you sum and it hits hard
@couldbejake
@couldbejake Жыл бұрын
Please continue this series, was sad there wasn’t more. Also I think right now it’s very dependent on the thumbnail, before you have a constant viewer base 🔥
@tanmaysharma6610
@tanmaysharma6610 Жыл бұрын
Hello bro! Please try to also include the procedure of how you did it as it is more entertaining and knowledgeable and makes sense to watch the video. The content and the topic are epic. Keep moving!
@Green-Code
@Green-Code Жыл бұрын
Thank you! Noted!
@m.varunreddy7365
@m.varunreddy7365 Жыл бұрын
I love your videos, so entertaining, didn't know we could do all these on our own... Effort 💯... Great video this one...
@zackmehra5164
@zackmehra5164 Жыл бұрын
Hey man I’m relatively new to ai and ml. I wanted ur take on how to learn ai and ml and how to create cool and interesting projects like you do. Love the great work and keep posting content.
@マステルオサド
@マステルオサド Жыл бұрын
To get into AI and ML you need some knowledge of mathematics, mainly calculus and linear algebra. That will help you a lot in understanding the things these models are actually doing. I would also recommend reading some books on the topic. Grokking deep learning and Deep Learning from scratch are some good ones. But most importantly read a LOT of papers on the topic you want to focus on, as well as clone and try to understand the code in some of the public repos. Good luck!
@puppergump4117
@puppergump4117 Жыл бұрын
@@マステルオサド Well I'd first start with using a neural network library for a bit so you know all the steps it's taking. Look at how the library works and then try to figure out the math behind it. I mean, it's just like code, right? We don't usually program in assembly because what we're trying to do is apply what's already there, not to reinvent it. As you see these things being applied it'll be much easier to remember what you need to.
@Green-Code
@Green-Code Жыл бұрын
What マステルオサド! said is very true. If you are a coder, I would probably start by reading a book like "AI and Machine Learning for Coders". It's a great read to get into machine learning :)
@マステルオサド
@マステルオサド Жыл бұрын
​@@puppergump4117 While I agree that we do not need to reinvent the wheel, sadly many people in the Machine Learning space that start by just using a framework have a lot of trouble knowing why or how some of the functions their framework provides work. Let's say you are following a tutorial on how to apply a convolutional network for image classification using keras and TensorFlow since many people start with those kind of projects. You might write something like: model = models.Sequential() model.add(layers.Conv2D(32, (3, 3), activation='relu', input_shape=(32, 32, 3))) model.add(layers.MaxPooling2D((2, 2))) model.add(layers.Conv2D(64, (3, 3), activation='relu')) model.add(layers.MaxPooling2D((2, 2))) Many people will not wait and think why they are using MaxPooling2D for the images or what it does. Nor why the activation function they are using is relu instead of something like sigmoid or leaky relu. These small things can have a big impact on the training of the models. Additionally, having a strong understanding of the underlying math can help you to better understand the limitations and assumptions of the models you are working with, even if you are primarily using pre-built libraries and frameworks. Something like the basics of differentiation, integration and matrix manipulation (transpose,inverse,multiplication,etc.) go a long way!😉
@puppergump4117
@puppergump4117 Жыл бұрын
@@マステルオサド I've always approached code from a top-down view. I remember struggling to understand the calculus parts of things, but it's very difficult to apply that knowledge correctly just starting from scratch. And the worst part is, when you try to understand a large topic like machine learning by looking at the methods used rather than the steps taken, you end up with lots of assumptions about how things should be done which might make applying other methods or concepts much more difficult. I definitely agree with what you said, but it depends on where your focus is. If you know how the parts work together, you don't usually need to know how the parts work. Until you try something new, that is.
@DukeofBlasphemy
@DukeofBlasphemy Жыл бұрын
Can we train AI to give people emotional support? I need it after practising various forms of art for years only to be completely overshadowed and eclipsed by a robot.
@BrockMasonOfficial
@BrockMasonOfficial Жыл бұрын
Hey there, Green Code! I've been searching through your videos and I'm super appreciative of your work! I'm looking forward to seeing the growth that your channel receives in the coming months. As of writing this, your most popular video would be the one where AI learns how to determine what a pizza is and what a pizza is not. Keep up the good work! I expect that your channel will grow extremely quickly as long as you continue to put in effort towards your content. Best wishes, Brock. P.S. let me know if you have any inquiries regarding the KZbin algorithm. This message was written using artificial intelligence based on a short prompt.
@tanmaysharma6610
@tanmaysharma6610 Жыл бұрын
And which code will I get after donation?
@Green-Code
@Green-Code Жыл бұрын
You get: - All the images I generated - All the code I used in this video (DeepDreaming+Neural Style Transfer + Stable Diffusion) And you make the world a better place :)
@tanmaysharma6610
@tanmaysharma6610 Жыл бұрын
@@Green-Code Will you give me those things after the donation or i will get automatically? Please respond ASAP. I am ready to donate
@Green-Code
@Green-Code Жыл бұрын
I'll give you those things after the donation. Once you donate I'll reply with a drive link folder with all the code and images.
@DECODEDN
@DECODEDN 5 ай бұрын
What library did you use?
@Eren_Yeager_is_the_GOAT
@Eren_Yeager_is_the_GOAT Жыл бұрын
How long did it take to train the last one
@bobjake4381
@bobjake4381 Жыл бұрын
I’m very happy KZbin recommended me your channel. You’re super talented and knowledgeable in this field! I am learning a lot just by watching your videos. I actually have a pretty cool idea. Is there any way we can contact you?
@Green-Code
@Green-Code Жыл бұрын
Thank you! Yeah shoot me a Twitter DM :)
@bobjake4381
@bobjake4381 Жыл бұрын
@@Green-Code thank you for your reply! And I would but your DMs are off there!! Could you open them up please? :-)
@bobjake4381
@bobjake4381 Жыл бұрын
Check your Instagram DMs! Your Twitter DMs are off.
@VIMALKUMARS-lo3wx
@VIMALKUMARS-lo3wx Жыл бұрын
bro , I think you have a pretty good knowledge on deep learning , so plz recommend me some deep learning courses online .
@Mayank-lf2ym
@Mayank-lf2ym Жыл бұрын
Your videos are on fire they are just awesome But can you plz tell me the list of software you use for making this videos I am a high school teacher and I want to teach math this way to students? Thank for this amazing video
@curtezyt1984
@curtezyt1984 Жыл бұрын
please make a course on machine learning with python
@puppergump4117
@puppergump4117 Жыл бұрын
There's many videos on that already, the best ones by sentdex. The way I see it, these videos are the perfect introduction anyway.
@Green-Code
@Green-Code Жыл бұрын
I might do something in the future :), but for now check out Daniel Bourke on KZbin (he has some amazing courses)
@Afekw
@Afekw Жыл бұрын
Can you please make a video where you explain the ai more in depth?
@randomkuchen
@randomkuchen Жыл бұрын
Keep your content up! Its amazing.
@NotSpllit1
@NotSpllit1 Жыл бұрын
that's great. Your videos are very interesting!
@hziggles
@hziggles Жыл бұрын
this is excellent content 👍 keep it up!
@aoch1461
@aoch1461 Жыл бұрын
You are the best!!!!!!
@basup6805
@basup6805 Жыл бұрын
Very good content keep up the good work.
@Green-Code
@Green-Code Жыл бұрын
Thank you! More to come!
@DUK0809
@DUK0809 Жыл бұрын
Pls can you do ai learns chat or feelings (my English is bad)
@The_A.I_Guy
@The_A.I_Guy Жыл бұрын
Hey, is there a way I can connect with you?
@Green-Code
@Green-Code Жыл бұрын
Yeah shoot me a Twitter DM
@moris3532
@moris3532 Жыл бұрын
Cool!
@aayushbansalpog
@aayushbansalpog Жыл бұрын
Interesting
@Green-Code
@Green-Code Жыл бұрын
💚💚
@service371
@service371 Жыл бұрын
You’re a master.
@pistachioguy
@pistachioguy Жыл бұрын
Bro keep it up, you have lots of potential, i am watching videos of you, you can grow. My self pavanganesh for short PG.
@Green-Code
@Green-Code Жыл бұрын
🤝
@samybean9962
@samybean9962 Жыл бұрын
Great video!
@Green-Code
@Green-Code Жыл бұрын
Thanks you so much!
@Eren_Yeager_is_the_GOAT
@Eren_Yeager_is_the_GOAT Жыл бұрын
yey, another video
@Evanovesky
@Evanovesky Жыл бұрын
Bro haven't released since 14th February
@duolingomysteries
@duolingomysteries Жыл бұрын
French or in The Trench
@swaystar1235
@swaystar1235 Жыл бұрын
stable diffusion uses diffusion (as the name suggests) not GANs
@HarshDeep61034
@HarshDeep61034 Жыл бұрын
Amazing are you on twitter?
@puppergump4117
@puppergump4117 Жыл бұрын
Do people not read descriptions anymore lol
@Green-Code
@Green-Code Жыл бұрын
Yep: twitter.com/theGreenCoding
@Green-Code
@Green-Code Жыл бұрын
Oh I see you already found me :)
@HarshDeep61034
@HarshDeep61034 Жыл бұрын
@@Green-Code yeah i did 💫
@HarshDeep61034
@HarshDeep61034 Жыл бұрын
@@puppergump4117 well i read after commenting 🤧
@yourweebtv8733
@yourweebtv8733 Жыл бұрын
insane
@michaelbobbitt6235
@michaelbobbitt6235 Жыл бұрын
☘️
@Green-Code
@Green-Code Жыл бұрын
☘️
@simonw.1223
@simonw.1223 Жыл бұрын
I am wcaree a little bit about ai art
@Green-Code
@Green-Code Жыл бұрын
Me too actually. The stable diffusion stuff is insane.
@simonw.1223
@simonw.1223 Жыл бұрын
@@Green-Code like if I watch some sites and see as tag ai art I know not that much effort was put in. Like denoising stuff or helping in some wriing or making some ideasout of it but just generating is scary.
@juaan_
@juaan_ Жыл бұрын
epic stuff
@Green-Code
@Green-Code Жыл бұрын
💚💚💚
@Nicehat-
@Nicehat- 5 ай бұрын
Bto casuly replacing jobs XD
@PriggarGaming
@PriggarGaming 4 ай бұрын
But why amrica diabetes association why not British? You do live in uk as much as i can see
@puppergump4117
@puppergump4117 Жыл бұрын
🍀 Why are you making me use emojis, it reminds me of the emoji movie.
@Green-Code
@Green-Code Жыл бұрын
I just think it's fun. Why? What would you like me to use instead🙃?
@puppergump4117
@puppergump4117 Жыл бұрын
@@Green-Code It'd be a good place to put polls or interesting problems you found while making the video. My problem was I forgot how to type emojis on a computer for a minute lol
@Devil-tf5yv
@Devil-tf5yv 4 ай бұрын
When took lsd😂
@Naoufelbouazizi
@Naoufelbouazizi Жыл бұрын
First 🫡
@Green-Code
@Green-Code Жыл бұрын
🫡🫡💚💚
@divaily
@divaily Жыл бұрын
buy me minecraft when you get famous..
@Green-Code
@Green-Code Жыл бұрын
😂😂
@rafi-leigh
@rafi-leigh Жыл бұрын
365th like
AI Learns to Generate Faces
10:03
Green Code
Рет қаралды 23 М.
A.I Learns to Play TOWER DEFENSE
11:32
ZuzeloApps
Рет қаралды 205 М.
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 1,9 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,5 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 21 МЛН
AI vs Artists - The Biggest Art Heist in History
44:23
Yes I'm a Designer
Рет қаралды 354 М.
I Made A VideoGame in 48h
9:49
Green Code
Рет қаралды 19 М.
Next level AI art Control | My workflow
23:02
Not4Talent
Рет қаралды 100 М.
ARTISTS CANNOT BE REPLACED: AI, the art industry, our next Steps
15:51
How to Use Code to Break Your Phone Addiction
8:02
Green Code
Рет қаралды 6 М.
I Built a Neural Network from Scratch
9:15
Green Code
Рет қаралды 421 М.
AI Learns the Numbers
8:04
Green Code
Рет қаралды 272 М.
I Solved The World's Hardest Maze (with Code)
9:54
Green Code
Рет қаралды 204 М.
I Made A Productivity App
7:08
Green Code
Рет қаралды 10 М.
The Rise of AI Generated Art
19:09
bycloud
Рет қаралды 138 М.
Может ли перегореть фонарик?
0:52
Newtonlabs
Рет қаралды 846 М.
Best Brand Best Keypad Low Price Mobile
0:43
Edit Zone 1.8M views
Рет қаралды 1,1 МЛН