AI Learns the Numbers

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 277

  • @Green-Code
    @Green-Code  ปีที่แล้ว +22

    Thank you so much for watching☺! Make sure to check out the fundraiser💚: gofundme.com/raising-10000-for-diabetes-by-the-end-of-2022

    • @millionare5446
      @millionare5446 ปีที่แล้ว +2

      2022 already ended

    • @TurkeyTerrorizer
      @TurkeyTerrorizer ปีที่แล้ว

      @@millionare5446 NAAAAAH REALLY

    • @kpopandkdramalovers7740
      @kpopandkdramalovers7740 ปีที่แล้ว +1

      Diabete

    • @Wonders_of_Reality
      @Wonders_of_Reality ปีที่แล้ว

      I like your presentation, wit and pacing. But black backgrounds and white text is just killing my eyes. I do realise that the majority of artists like black environment. Just wanted to point out that a minority exists as well. It would be great if all the software would be switchable to a light mode for accessability reasons.

  • @aydink7739
    @aydink7739 ปีที่แล้ว +99

    Keep it going. Your production quality and also kind of self ironic style is fantastic.

    • @Green-Code
      @Green-Code  ปีที่แล้ว +3

      Thank you so much! :)

    • @DanksterPaws
      @DanksterPaws ปีที่แล้ว +4

      His style reminds me of codebullet, I actually was a little confused because I clicked on this video subconsciously and I thought it was him for about the first quarter of the video.

    • @thirddrone
      @thirddrone ปีที่แล้ว

      @@DanksterPaws def codebullet inspirrd

    • @thisiso0_tron_0o41
      @thisiso0_tron_0o41 ปีที่แล้ว +2

      Yeh feels like style has been stolen from code bullet. Still huge effort making this kind of videos

  • @Eren_Yeager_is_the_GOAT
    @Eren_Yeager_is_the_GOAT ปีที่แล้ว +49

    This deserves waaaaay more likes and views
    EDIT: wow already 256k views and 7k likes did not expect that in such a short amount of time

  • @zbyszekradzimi4066
    @zbyszekradzimi4066 ปีที่แล้ว +8

    The production quality on this is insane. When i clicked i thought it was 596 k subscribers not 596. Then i saw that when you made this u had 38. THATS CRAZYYYYYY. Subscribed and im probably gonna bingewatch your videos now. Your style reminds me of code bullets.

  • @brianwu3566
    @brianwu3566 ปีที่แล้ว +19

    Honestly I think you can go above an beyond with res nets similar to resnet50 or alpha zero's net arch and then add a multilayered perception, it helps a lot with when compared to a fully connected layer(Alexnet). Truthfully speaking, just throwing more layers and neurons increases the accuracy, but also increases the chances of overfitting.

  • @Jason_vinion
    @Jason_vinion ปีที่แล้ว +8

    Also thank you so much for linking the code that’s awesome!!! And very very appreciated!

  • @therealmstoltz7032
    @therealmstoltz7032 ปีที่แล้ว +7

    Awesome video! I did a 1st year engineering project that looked at different solutions to MNIST, our most accurate model was very similar to Alexnet but with some parameter / layer changes that let it get up to 99.7%. However, there are much less complex models that can reach the 99% mark.

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Oh nice! 99.7% that's high!

  • @ltsben6564
    @ltsben6564 ปีที่แล้ว +8

    Wow! This is incredible! I assumed because of your thumbnail and while I was watching the video that I was watching someone with 100k+ subscribers yet I've come to find you only have 385... I'll add another to start the way! I'm not much of a programmer, but this video and its style is incredible! I'm waiting for the video on Sunday ;)

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you so much man! You made my day :). I'm still editing today's video but it should be uploaded later today. Let me know if you like it 💚

    • @Destroyanad
      @Destroyanad ปีที่แล้ว

      @@Green-Code Man u growin fast, already 1k subs

  • @zix2421
    @zix2421 2 หลายเดือนก่อน +1

    6:53 wow, it’s interesting way to show accuracy, never seen it before

  • @NathanHedglin
    @NathanHedglin ปีที่แล้ว +4

    Absolutely amazing video. Great presentation style. Quality is above 99% 😊

  • @thunder89
    @thunder89 ปีที่แล้ว +2

    Two linear layers without any non-linearity as activation function in between is exactly the same as one linear layer.
    Think of a linear layer as (matrix) multiplication: out=weight1×(weight2×input) is the same as out=(weight1×weight2)×input .
    So the first two models are almost the same, just written a bit differently..
    Thid explains why they perform the same..

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Oh shit thank you for that

  • @puzzLEGO
    @puzzLEGO ปีที่แล้ว +2

    5:56 honestly that does look way more like a 7 than a 1 😂

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Yep, my drawing skills are not the best 😂

    • @puzzLEGO
      @puzzLEGO ปีที่แล้ว

      @@Green-Code haha you did great! keep up the AI videos btw they have so much potential

    • @oienu
      @oienu ปีที่แล้ว

      I'm 120% sure is a 7, no one can think is another thing if you don't put a 7 at side for reference. Humans have the same problem trying to discern between a 0 and a O if you don't have a context.

  • @saud9947
    @saud9947 ปีที่แล้ว +1

    WTF! I just saw you only have 100 subs?! With this quality you deserve more. You have my sub.

  • @juaan_
    @juaan_ ปีที่แล้ว +8

    Hey, first i wanna say I really like the style of the vid and its cool to be here when the channel is still small. Can I ask how did u learn to code, and how long have you been at it for?

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Thank you so much! :D
      I started learning to code I think maybe 8 years ago. I mostly just watched tutorial videos and I built little projects.
      I'm still not great at it lol, but I have been slowly improving.

    • @Spindely
      @Spindely ปีที่แล้ว

      @@Green-Code can you give some ideas of what to do in python? I wanna learn to use it but iam not sure what to do with it

  • @djvelocity
    @djvelocity ปีที่แล้ว +1

    *It is a crime that you have 4000 followers.* You deserve 4 million 🤯

  • @Sedquis
    @Sedquis ปีที่แล้ว +14

    The fact that I studied AI at university and this video was more understandable than my professor is crazy

    • @crazgon7261
      @crazgon7261 ปีที่แล้ว

      Im in High School, and I have learnt more from my classmate than from my Physics teacher

  • @saikhrisat1624
    @saikhrisat1624 ปีที่แล้ว +1

    This is the first video of yours that was recommended to me on TH-cam, and it was the best thing that happened to me today. Keep it up, bro. I enjoy your videos, but don't forget when you have more than 1 million subscribers 👻

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Wow thank you dude. I won't forget :)

  • @fragly
    @fragly ปีที่แล้ว +2

    I had to rub my eyes to make sure your sub count really said 386 subs and not 386k subs
    wildly underrated, excited to see more content

  • @Shannooty
    @Shannooty ปีที่แล้ว +1

    Been playing with mnist lately too, cool to see your results. Looking forward to more vids :)

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Oh, that's so cool. Pytorch or Tensorflow?

  • @asrar4907
    @asrar4907 ปีที่แล้ว +1

    Yo boi, dont you stop uploading these type of videos, you will one day reach a high feat, and 10k by the end of 2023 i wish i could donate but i dont have anything one me rn, keep going g

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you for the kind words :)

  • @theuser810
    @theuser810 ปีที่แล้ว +1

    I have also had the pleasure of completing the CNN course on Kaggle,
    This video came at a great time, also best of luck with your channel!

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you so much! I don't really know what course that is, but I hope it was interesting :)

  • @Jason_vinion
    @Jason_vinion ปีที่แล้ว +5

    Wow this is amazing, may not seem like much now but this is top notice entertainment give it a few years and I have no doubt you’ll have quite a bit of subs (50k-100k) then it’s just growing after that

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you for the kind words :)

  • @marklondon9004
    @marklondon9004 ปีที่แล้ว +2

    Great stuff! Looking forward to seeing the rest of your work

  • @zizohemid4356
    @zizohemid4356 ปีที่แล้ว +1

    Nice video format. Keep it up!
    The model sees numbers I can't see XD

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      You and me both XD

  • @iffathossain8050
    @iffathossain8050 ปีที่แล้ว

    The quality of this video is excellent. As an ML engineer, I suggest focusing on the F1 score on a previously separated testing dataset (There will be 3 divisions - training, testing, and validation). It would be best if you also created a graph from the history of training the model including the validation dataset. You see accuracy is not the one that we seek, we see how much pure the training has become. Also, it is essential to explain why you are applying a model, though most of the time, it's difficult to understand.

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you for the tip :)

  • @Covalact
    @Covalact ปีที่แล้ว

    i just want to have a comment on your channel from the start of your journey to 100k , good luck you got it with an awesome content

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you so much :)

  • @Helmshot
    @Helmshot ปีที่แล้ว +1

    Now I know why my drawn numbers don't get recognized in games

  • @marcofe82
    @marcofe82 8 หลายเดือนก่อน

    It's unbelievable how with your video I learnt a lot about AI. Thank u so much!!!

    • @Green-Code
      @Green-Code  8 หลายเดือนก่อน

      Happy to hear that!

  • @demonslime
    @demonslime ปีที่แล้ว

    1:20 where did you get the model of my brain during exams from

  • @killedbyLife
    @killedbyLife ปีที่แล้ว +2

    The problem with machine learning for symbol recognition is that we do not only recognize symbols from their shape, but also through the context. For example, that half-drawn zero, we would not be able to know that it was a zero unless we knew that it was supposed to be a number. And I would also argue that if you asked humans about that 1 you drew, you would likely have a large percentage guessing a 7. Personally I think drawing ones with that hook at the top should be frowned upon in general. It should just be a single line, like l or I.

    • @user-pr6ed3ri2k
      @user-pr6ed3ri2k ปีที่แล้ว +1

      bro imagine the confusion with Il| and the 1 symbol
      also unfortunately that won't happen (look at this symbol here --> 1

    • @user-pr6ed3ri2k
      @user-pr6ed3ri2k ปีที่แล้ว

      but yeah everything else there is right

  • @iaPika
    @iaPika ปีที่แล้ว +1

    Your really fun to watch, I’m to dumb to understand anything ur saying but it was a fun watch regardless

  • @aaronrobertcattell8859
    @aaronrobertcattell8859 ปีที่แล้ว

    What is backpropagation learning algorithm?
    Backpropagation, or backward propagation of errors, is an algorithm that is designed to test for errors working back from output nodes to input nodes. It is an important mathematical tool for improving the accuracy of predictions in data mining and machine learning.

  • @michaelbayer5887
    @michaelbayer5887 ปีที่แล้ว +1

    ... 3 - 6 - 9 - Tesla Numbers its realy enough to KNOW.

  • @slacker2016
    @slacker2016 ปีที่แล้ว +1

    5:57 I honestly thought that was a seven too

  • @CrushedAsian255
    @CrushedAsian255 ปีที่แล้ว +1

    This is such a well made video! You deserve way more subscribers. Keep it up!❤🎉😊

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you for the kind words! New video today :)

  • @josgielen8524
    @josgielen8524 ปีที่แล้ว

    I wrote my own neural net in C#. With 1 hidden layer of 255 nodes it got 97.6% accuracy. With 2 hidden layers of 255 nodes each it also dropped to 92%. No idea why.

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Wow, that's so interesting. Maybe it's overfitting?

  • @otter502
    @otter502 ปีที่แล้ว +1

    In the beginning you implied that the error was based on the distance between what it thought the number was vs what it actually was
    Wouldn't a better way to calculate the error to base it on shape?
    a 3 doesn't look like a 1 but the error (when based on values) is only 2

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Yeah, you're right it calculates the error based on the shape :)
      It was just an easy explain what I was doing

  • @vutrunghungnguyen1967
    @vutrunghungnguyen1967 ปีที่แล้ว

    At the thumbnail, you should swipe the screen back and forth and you would probably see an illusion of that curve

  • @Jordufi
    @Jordufi ปีที่แล้ว +1

    Model 2 doesn’t improve from model 1 because you are only using liner layers, try changing the activation function to relu

  • @_sahildahat_
    @_sahildahat_ ปีที่แล้ว

    Great video! Learned something new and would love to learn more!! Thank you!

  • @darkchoco7407
    @darkchoco7407 ปีที่แล้ว +1

    Hello, why checking for accuracy and not f1-score? Thanks.

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      I just thought it would be easier :)

  • @artemvolsh387
    @artemvolsh387 ปีที่แล้ว +2

    Great, thanks for the video. I personally like the details of implementation. If it's possible to create a video that would serve as a walkthrough of practice basics, that would be great learning material.

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Thank you for the suggestion! I might do that in the future

  • @dedse3
    @dedse3 ปีที่แล้ว

    Great video man, you make it interesting all the way until the end! I also checked your blog, nice article about science and code! +1 sub and share

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you bro, I appreciate that! I haven't touched the blog in a long time, but I'm very glad you enjoy it :)

  • @GigantTech
    @GigantTech ปีที่แล้ว

    thank you very much for giving the code out to everyone

  • @usmonovjjs7490
    @usmonovjjs7490 ปีที่แล้ว

    Woow! Bro you explained very well! Amazing job 👍

  • @gavril3698
    @gavril3698 ปีที่แล้ว

    my homework on special mathematics subject in computer engeneering was literaly this :)

  • @sergi00
    @sergi00 ปีที่แล้ว +1

    really good content oh and IM UR 100TH SUB LESGO

  • @j4sun
    @j4sun ปีที่แล้ว

    Thank you so much, now I will build something so smart that politicians can be replaced

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Okay, let me know how it goes

  • @Geosquare8128
    @Geosquare8128 ปีที่แล้ว +1

    Great video keep it up!

  • @mykytahordia
    @mykytahordia ปีที่แล้ว +2

    I guess you have made visualization of dummy model a little bit wrong. There is no single hidden neuron. It has just flattened layer of input and dense connection with output layer, no hidden. also single neuron doesn’t make sense and can not reach 90%+ 😅. But anyway good vid

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Yep 😅! You're absolutely right :)

  • @albertg4096
    @albertg4096 ปีที่แล้ว

    Amazing video! Will you make tutorials on how to do something like this? It would probably be the most informative tutorial on Machine Learning I've ever seen

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Possibly :) (but not at the moment)

  • @nithish.s8681
    @nithish.s8681 ปีที่แล้ว

    good job dude, you are keeping it straight forward

  • @ReefChong
    @ReefChong ปีที่แล้ว +2

    now do the alphabet

  • @hugh_jasso
    @hugh_jasso ปีที่แล้ว

    Got lost in thought at "neuron." I don't have many of those left.

  • @grzegorzjanik4013
    @grzegorzjanik4013 ปีที่แล้ว

    what tool did you use to visualize the convolutions?

  • @Mr.Me298
    @Mr.Me298 ปีที่แล้ว

    In the second network I think the accuracy is low because the module is OVER FITTING
    I think if you decrease the number of nodes and find a normal threshold number the accuracy increases

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Fair enough! Thanks for the suggestion :)

  • @danielabang6097
    @danielabang6097 ปีที่แล้ว

    love the video man. Looking forward for future uploads

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you! More to come!

  • @puppergump4117
    @puppergump4117 ปีที่แล้ว +1

    Looks like you gained like 200 subs in 10 days. I guess you'll gain even more if you keep this up.

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      I'll guess we'll see :) New video this Sunday!

  • @markmanning2921
    @markmanning2921 ปีที่แล้ว

    ok, but what can neural networks be used for besides recognizing images?

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Watch the new video I'm going to post on Sunday and you'll see :)

  • @FVT-tn8ji
    @FVT-tn8ji ปีที่แล้ว

    Thanks for the video, this was really interesting!

  • @PotatoImaginator
    @PotatoImaginator ปีที่แล้ว

    Very cool , i need to learn Machine Learning , Neural Networks too :)

  • @randomhuman69420
    @randomhuman69420 ปีที่แล้ว

    Before watching this I thought he was going to train the models with the numbers from a bunch of different fonts...

  • @jerin_stephen
    @jerin_stephen ปีที่แล้ว

    This is awesome man ... 🤙🤙🤙Keep rocking 🤙🤙🤙

  • @xmdani4165
    @xmdani4165 ปีที่แล้ว

    Again amazing video! You should make more videos!!!

  • @kristinborn8882
    @kristinborn8882 3 หลายเดือนก่อน +1

    At 5:06, you CANNOT tell me the bottom left one is a f***ing 8

  • @Egon3k
    @Egon3k ปีที่แล้ว

    Cool Video :) reminds me a little bit of Code Bullet

  • @farhanaf832
    @farhanaf832 ปีที่แล้ว

    Could you please make video about ML Alexnet how to code etc?
    Where did you learn it from?

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      There's some great tutorials out there on Pytorch and Tensorflow that are completely free. Check Daniel Bourke out!

  • @stysan
    @stysan ปีที่แล้ว

    this video idea is not original and i saw it before, but still amazing realization!

  • @lucasc8972
    @lucasc8972 ปีที่แล้ว +1

    6:00 dude that is literally just a 7

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      My drawing skills are not the best

    • @fristle1
      @fristle1 ปีที่แล้ว

      Agreed. It's also important to note the database includes digit "1" in the form it is used in English speaking countries e.g. the US - a single straight line.
      Testing ist with a European style "1" (2 lines) will result in being not recognised as a one. Because the tester writes the digit 1 the way the system is trained with as a 7.
      IMHO not the AI but rather the tester is the issue here :-)

  • @realdragon
    @realdragon ปีที่แล้ว

    Mission impossible: Teaching AI to read doctor's handwriting

  • @mr.x4001
    @mr.x4001 ปีที่แล้ว

    I guess the second model was progressed wrong. I get 97% accuracy on the test set with this architecture.

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Yeah, could be maybe there's some sort of bug on my code

  • @alfashow2439
    @alfashow2439 ปีที่แล้ว

    Nice viedo, you got me interested!

  • @marcopozzi522
    @marcopozzi522 ปีที่แล้ว

    I'm studying to become a software architect so I don't understand anything about AI. Which linguage are you using? Are your program being executed on che GPU?

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      I'm using PyTorch (python) and yes my program is being executed on the GPU :)

  • @primetime3422
    @primetime3422 ปีที่แล้ว

    6:07 for the hard 1 I would call that a 7

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Yeah, fair enough my drawing skills are not the best

    • @primetime3422
      @primetime3422 ปีที่แล้ว

      @@Green-Code it’s ok sometimes my 7s look like that

    • @fristle1
      @fristle1 ปีที่แล้ว

      the database includes digit "1" in the form it is used in English speaking countries e.g. the US - a single straight line.
      Testing ist with a European style "1" (2 lines) will result in being not recognised as a one. Because the tester writes the digit 1 the way the system is trained with as a 7.
      IMHO not the AI but rather the tester is the issue here :-)

  • @ChefSalimRecipes
    @ChefSalimRecipes ปีที่แล้ว

    I was wondering if there are people who actually watch these videos, these types of videos are trending in the most watched ones Nobody can interfere in anyone's life!definitely, probably, I suppose, I guess there's a chance I'll be a trend someday?

  • @corbinnicholson945
    @corbinnicholson945 ปีที่แล้ว

    5:57 ok even I thought that was a 7

  • @holz_name
    @holz_name ปีที่แล้ว

    That's the problem, you can't really analyze the created net and figure out why it recognized a very well drawn 9 as a 3. The problem is even more of a bigger deal, because even pixels that have nothing to do with the number can screw up the net. Like add one white pixel on the edge and watch your net failing. Called Pixel Attack.

  • @r.d.l7236
    @r.d.l7236 ปีที่แล้ว

    But actually can someone tell why a model would predict a 9 to be a 3, even though it accurately predicted a 3 right initially in the same array of numbers. Is it memory issue? Not an expert, but this triggers interest.
    Great content.

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Neural nets are kind of a black box, so I don't really know :)

  • @d2513850
    @d2513850 ปีที่แล้ว

    Like optical character recognition technology

  • @truestbluu
    @truestbluu ปีที่แล้ว +1

    Now we can tell Mason what the numbers mean.

  • @mlnima
    @mlnima ปีที่แล้ว

    better to split to 70% training and 30% testing, just my opinion

  • @quantumsoul3495
    @quantumsoul3495 ปีที่แล้ว

    Why don't they put the bar on the seven ? All the seven look like ones

  • @tazanteflight8670
    @tazanteflight8670 ปีที่แล้ว +1

    You fail to mention that your dog is named "diabetes"..... :>

  • @astrovation3281
    @astrovation3281 ปีที่แล้ว

    6:38 how is this at all exactly 10 minutes and 10 seconds? It's not even exactly 10 minutes and 30 seconds

  • @ArcamNight
    @ArcamNight ปีที่แล้ว

    For AI is better to use TPU (TensorFlow Process Unit) if you use TensorFlow in your projects

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Didn't know that, thank you😊

    • @ArcamNight
      @ArcamNight ปีที่แล้ว

      @@Green-Code No problem mate 👍💪

  • @pinchopaxtonsgreatestminds9591
    @pinchopaxtonsgreatestminds9591 ปีที่แล้ว

    The thing is though that some of those numbers would fool a human such as the 1 that looks like a 7.

  • @jackparr4910
    @jackparr4910 ปีที่แล้ว

    Amazing video! Did you use the same learning rates for all the models?

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      Thank you! Let me check :)

    • @Green-Code
      @Green-Code  ปีที่แล้ว +1

      Okay, just check. I though it I set all the learning rates to be equal, but turns out that no. For the first and last model, the learning rate was 0.1. And for the other models it was 0.05. Thank you for pointing that out :)

  • @ZenithCoding
    @ZenithCoding ปีที่แล้ว

    great intro to neural nets :D

  • @siddhantgupta1300
    @siddhantgupta1300 ปีที่แล้ว

    How or from where can i learn this

  • @TheLuizfrds
    @TheLuizfrds ปีที่แล้ว

    LOL, i did exactly the same thing when i was doing Computer Engineer!

  • @Zane_Alto
    @Zane_Alto ปีที่แล้ว

    6:10 Even I thought that was a 7

    • @fristle1
      @fristle1 ปีที่แล้ว

      Agreed. It's also important to note the database includes digit "1" in the form it is used in English speaking countries e.g. the US - a single straight line.
      Testing ist with a European style "1" (2 lines) will result in being not recognised as a one. Because the tester writes the digit 1 the way the system is trained with as a 7.
      IMHO not the AI but rather the tester is the issue here :-)

  • @HertzugLP
    @HertzugLP ปีที่แล้ว

    Getting Code Bullet vibes here

  • @sandundeemantha34
    @sandundeemantha34 ปีที่แล้ว

    I subscribed to you because you gave code

  • @and_rotate69
    @and_rotate69 ปีที่แล้ว

    U have

  • @AnnasVirtual
    @AnnasVirtual ปีที่แล้ว

    now train a Vision Transformer

  • @jeyakumarjohnnyjonathan461
    @jeyakumarjohnnyjonathan461 ปีที่แล้ว +2

    Is it possible to get 99.99%

    • @Green-Code
      @Green-Code  ปีที่แล้ว

      I guess it isn't. It probably depends on how good your model is and the quality of your testing dataset :)

  • @ttvlowkee
    @ttvlowkee ปีที่แล้ว +1

    CAPTCHA isn't safe anymore-

  • @YahiyaJasem
    @YahiyaJasem ปีที่แล้ว

    Great video ma man ,, i learned a lot

  • @kittenthesmol7373
    @kittenthesmol7373 ปีที่แล้ว

    50% of the c0mments: "kEeP iT uP!!!!1!!eleven!"
    The other 50% of the comments: hoio shingienyio hoio

  • @danielwilkowski5899
    @danielwilkowski5899 ปีที่แล้ว

    Nothing says "AI" more than jQuery of a web app in splashart 0:05