Neural Network Simply Explained - Deep Learning for Beginners

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 198

  • @Willow.448
    @Willow.448 Рік тому +3

    is neural network algorithm a superveised machiene learning algoritm?

    • @PythonSimplified
      @PythonSimplified  Рік тому +2

      Not only! It's great for supervised, unsupervised, reinforcement learning, it's not limited to one specific problem 🙂

    • @Willow.448
      @Willow.448 Рік тому +1

      ı am trying to understand notions clearly. So "machiene learning" is the title and main concept. And machiene learning algorithms are divided supervised,unsupervised, reinforcement learning. And there are so many algorithms of this 3 . in this case, where should ı map the " neural networks" is it some kind of additional concept which may has 3 of them ??
      @@PythonSimplified

    • @PythonSimplified
      @PythonSimplified  Рік тому +2

      ​@@Willow.448
      I think I got ya! so the main keynote is:
      the fact that all of these concepts use the keyword of "learning" doesn't mean they represent things of the same group.
      group 1: machine learning and deep learning.
      group 2: supervised, unsupervised, reinforcement learning.
      Machine learning refers to relatively "less complex" algorithms like K-nearest neighbors or decision tree. Deep learning represents relatively "complex" algorithms like Neural Networks. We use these algorithms to create AI models.
      On the other hand, supervised, unsupervised and reinforcement learning represent different model training approaches. Which algorithm the model is based on - is not related. For example:
      You can achieve supervised learning with simple K-NN models as well as with complex deep learning CNN models.
      The main idea of supervised learning is - you expose your model both to samples and labels during training.
      If you expose your model to samples only, without any labels - then it is considered unsupervised learning. You are looking for patterns within your data and based on those patterns - your model determines the labels on its own.
      If you train your model based on a system of rewards and penalties - then it's considered reinforcement learning.
      I hope it helped! 🙂

    • @Willow.448
      @Willow.448 Рік тому

      @@PythonSimplified so actually we have 2 main concept. Machine learning and Deep learning. They have their own algorithms.
      And this algorithms can be used with supervised, unsupervised, reinforfement learning. This 3 are just represent how we approach and not spesific for something.

    • @bittrendslab8058
      @bittrendslab8058 10 місяців тому

      Now I have a million reason to hug you, you have put me on track 😊

  • @alimansourey2076
    @alimansourey2076 Рік тому +3

    One of the best explanations of Neural networks on UA-cam.

  • @BenElferink
    @BenElferink 2 роки тому +28

    I love your attitude, you're friendly, and make code seem very simple. Keep up with the awesome videos! ❤

    • @PythonSimplified
      @PythonSimplified  2 роки тому +5

      Than you so much for the lovely feedback, Ben!! I'm super glad you like my tutorials! 😀😀😀

    • @michealmltefive5510
      @michealmltefive5510 2 роки тому +1

      @@PythonSimplified yeah,good work and nice girl 😊

  • @herbertduncan5838
    @herbertduncan5838 Місяць тому

    This is the best way I’ve ever heard someone explain neural networks. I have listened to at least a dozen people explain it. You are the best. Thank you very much.

  • @H3Y0o
    @H3Y0o 5 місяців тому +1

    Thank you for this! I'm actually struggling to put together the whole picture of how neural network works. Your video helped me to visualize it better and helps me digest with the information better! Kudos to people who can make technical stuff so relatable

  • @semtex2987
    @semtex2987 2 роки тому +2

    you're one of a very few people i enjoy to watch telling me stuff i already know. 👍

    • @PythonSimplified
      @PythonSimplified  2 роки тому +3

      hahahahaha thank you! I'm happy to hear! 😁
      One day we'll dive into more complex stuff, hopefully things you are yet to know 😉

  • @RateOfChange
    @RateOfChange Рік тому +4

    Interesting fact: We've been training AI models for years without even knowing. Remember that captcha thing? That's it.

  • @TinaDerby01
    @TinaDerby01 Рік тому +4

    Such a beautiful explanation! I've looked at dozens on this topic, and this is by far one of the best!

    • @PythonSimplified
      @PythonSimplified  Рік тому

      Thank you so much Tina! I'm super happy you liked it! 😃😃😃

  • @danielkusters1564
    @danielkusters1564 Місяць тому +1

    Jesus.... Your awesome didatic plus that one of a kind charm (respectfully) did a brilliant video, easy to understand.

  • @miraclechijioke1213
    @miraclechijioke1213 Рік тому +1

    This js simplified. Thanks. I just started my ML DS journey. Subscribed already

  • @piotrmazgaj
    @piotrmazgaj 3 місяці тому +1

    This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.

  • @jawadabida913
    @jawadabida913 2 роки тому +1

    Now the hidden Layers are understood for me, thank you so much

  • @MeeroSom
    @MeeroSom 2 роки тому +2

    Mariya, thank you for these vids, I apreciate it very much, since I couldnt meet any much charismatic programmers out there. This way works good, though

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Thank you so much Miroslav! 😁😁😁
      I'm super happy you're enjoying my tutorials!
      Cheers! 😊

  • @paulr6122
    @paulr6122 2 роки тому

    You’re a legend. I’m far from techy and you made that so easy to relate to and grasp the general concept of. Cheers!

  • @sanzrober
    @sanzrober 2 роки тому +4

    Looking forward to watch your next video teaching some example code about ML. It's a new field I'm entering in and your videos will help a lot!!! Congrats!!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +2

      Thank you so much for the incredible feedback, Roberto! 😁😁😁
      You gonna absolutely LOVE the next tutorial! Pytorch is such an easy and useful library, it's the best way to begin your Machine Learning journey!
      See you soon! 😉

  • @carterrhea3490
    @carterrhea3490 Рік тому +1

    Thank you for this video! I teach machine learning to younger students, and I love starting with this video!

    • @PythonSimplified
      @PythonSimplified  Рік тому

      That's fantastic!!! Super happy to hear and very very very very honoured!!!😁😁😁
      Not sure if you've noticed, but I recently published a newer series of videos called "Can Machines Think?" that summarizes Alan Turing's Computation Machinery and Intelligence paper in very simple terms and lots of graphics. But since it's more about the philosophical aspect of AI, I'm not sure if it will be useful for your class so I'll include it here just in case 😉:
      ⭐ Episode 1 - The Imitation Game:
      ua-cam.com/video/yYN6I4Dzg4Y/v-deo.html
      ⭐ Episode 2 - Digital Computers:
      ua-cam.com/video/XBoYcaYXEYg/v-deo.html
      ⭐ Episode 3 - Why Machines Can't Think:
      ua-cam.com/video/mDsTNhMkz_Q/v-deo.html
      Thanks so much for your lovely comment! :)

  • @funnyclips2696
    @funnyclips2696 2 роки тому

    What an impressive oversimplified tutorials...! I couldn't help but keep following the videos. Wow!!!

  • @michaelbaruch2009
    @michaelbaruch2009 2 місяці тому

    You are amazing! the Content level as well as the top quality presentation is very rare. Really helpful. Well done.

  • @randahan215
    @randahan215 Рік тому

    You are a Champ!!.. I saw many ML explanations and yours is SUPER!!, finally understood it
    ... Many Thanks

  • @devvsakib5223
    @devvsakib5223 2 роки тому +2

    omaigoshhh...how you describe so easily? best best best!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Thank you so much, DevvSakib! I'm so happy you liked my explanation and found it simple! 😁😁😁
      The main objective of this channel is to take very complicated topics - and to make them so simple that you'd be wondering how come they don't teach Artificial Intelligence in high school?? hahahaha 😜

  • @Democracy_Manifest
    @Democracy_Manifest Рік тому

    You are a truly gifted teacher. Thank you.

  • @manchunsammysin1338
    @manchunsammysin1338 2 роки тому

    Best content, best teaching, best video! I just start learning data science for a month and will definitely watch all your videos. You are best of the best! Thanks for sharing!

  • @ofemuguru9393
    @ofemuguru9393 2 роки тому

    I simply love this! And did anyone else notice the clean and polished accent?

  • @raulnadim9999
    @raulnadim9999 6 місяців тому

    Thank you so much! I am from a completely different work background and am using programming to be better at my job. You are making it possible. Thank you so much!

  • @ariapatel3177
    @ariapatel3177 6 місяців тому +1

    Thank you for your great videos 🙏🏿

  • @tonym5857
    @tonym5857 2 роки тому +2

    Hola, Love your video easy to understand, you save a lot of reading hours to rockies A.I.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you so much Tony! 😁 I find that the reading materials on these topics are quite overcomplicated!
      People tend to show off their fancy-words vocabulary when explaining Machine Learning concepts, but it's not really a difficult area of study! 😉
      The main complexity with neural network algorithms is the fact that there are lots of them! But on their own - they have a very simple functionality and logical reasoning behind their use! 😊
      This one was a quick introduction - but in the next tutorial we will see how a state-of-the-art neural network looks like in code! we will load it along with a dataset, we will train it and we will save it for later use! I'm super excited about this, hope to see you join us for the premiere! 😀

  • @patocuchara01
    @patocuchara01 2 роки тому +2

    Impressive, I just started learning how to implement the algorithms, and this video is amazing.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you Carlos! 😃
      In the upcoming tutorial (premiering on Saturday) we will talk about Machine Learning databases, how to access them via Pytorch and how to adjust them for training 😉

    • @patocuchara01
      @patocuchara01 2 роки тому

      @@PythonSimplified thank You so much i love your videos

  • @ZurioSi
    @ZurioSi 2 роки тому +3

    You have the best content!. Amazing video as always.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +2

      Thank you so much, super happy you joined the live-chat! 😀😀😀

  • @alexandrohdez3982
    @alexandrohdez3982 2 роки тому

    Amazing video you spend hours and chose the correct words and examples to express a complex process. I.T girls are amazing 👏👏👏. God Bless you.

  • @mingramh
    @mingramh Рік тому

    Brilliant explanation. Best high level explanation I have seen so far. Bravo. Keep up the great work!!!! Going to watch videos. Thanks.

  • @palatruengrojtham3209
    @palatruengrojtham3209 2 роки тому

    I want to learn more because you are my favorite chanel

  • @luis96xd
    @luis96xd 2 роки тому

    Excellent video, thank you so much!
    I like your way of explaining, your voice, timing and gestures

  • @mariosasic4251
    @mariosasic4251 2 роки тому

    thank you for the great job, Mariya!

  • @sammsiska
    @sammsiska 10 місяців тому

    Thank you for making it simple🎉

  • @sergiopadronarellano5437
    @sergiopadronarellano5437 Рік тому

    I will share this video to my neorunal network, hoping learn something usefull

  • @thangtran145
    @thangtran145 Рік тому +1

    Super easy to follow! Thanks a ton Mariya!

  • @xcomputations
    @xcomputations Рік тому

    Okay, now, THAT WAS REALLY HELPFUL INDEED,
    thanks 😀

  • @smalirizvi8026
    @smalirizvi8026 2 роки тому +2

    AMAZING INTRO!!!!!!!!!!!
    Loved this one! Anyone can understand the idea of NN the way you explained!
    Fantastic Mariya!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +4

      Yeeeeeeeeeey I'm so happy to hear that! 😀😀😀
      That's exactly my objective here! The AI course I took a few years back in Udacity was so difficult to understand that it made me question weather I'm smart enough for this...😟 but the truth is - it's not about personal intelligence or ability to learn - it's about who explains you the topic, weather they use simple language and whether they provide you with lots of visual examples!
      Now every time I think of my Udacity course, I think of a quote by Albert Einstein : “If you can't explain it to a six year old, you don't understand it yourself.” 😅
      And the crazy part is - I got back to this course a few weeks ago, over 2 years after I've finished it and learned so much more about AI since - and I still don't understand what they wanted to teach me there!!!! hahahaha it was $600 back then and I can't believe I paid them for this nonsense!!! 😵 (and now it's available for free by the way hahahaha 🤪)

    • @smalirizvi8026
      @smalirizvi8026 2 роки тому +1

      @@PythonSimplified so happy to see your response Mariya! Nothing is more satisfying than to see hard work paying off.
      I am so happy for you, the way to teach!
      That is indeed true. I just started reading few books on Deep Learning yesterday. I spent my whole day reading initial pages of different books (where they explain what NN is). Out of 6 top books, I was failed to understand the concept in 5.
      But one book clicked and it is a gem.
      I'd request you to take a look at "Deep Learning with Python" by Francois Chullet. (I hope I spelt his name correctly).
      This book is beyond amazing. But let me be honest.
      What I learnt from *this* tutorial is twice better.
      I don't know whether it's you or the way you teach that is so perfect! ☺☺
      We all men are thankful to you from the core of our hearts *for making programming so easy* 😂

    • @smalirizvi8026
      @smalirizvi8026 2 роки тому +1

      @@PythonSimplified I want to send you the PDF of the book right away.
      How could I? Do u have an official email?
      I know this book is going to make your *tutorials the bestest ever* !!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Oh, it's a really good one!! I've read the beginning chapter, but cheaped-out on purchasing the entire book hahahaha 🤣🤣
      It weird but I find that illustrations and colorful drawings really help explaining things! I used to work in a sign shop when I was younger, and every important sign always had a clear icon that summarizes the text: biohazard signage always had a biohazard symbol, construction signs always had construction symbols and so on... My boss used to say "Mariya, it's just a sign! nobody cares about reading it!" and even though it was funny - he was right! people much rather see a drawing that clearly conveys the point! 😊
      I find that same goes with studying - when we see illustrated examples of the things we want to learn about - we remember them much much better by remembering the illustration!
      And thank you so much for your lovely comment and for all the support, I'm really happy to have you onboard! 😀
      My email that publicly appears on UA-cam is: mariyasha888@gmail.com
      I get lots of emails there so the messages rarely get to me, but I'll keep an eye for yours, just let me know in the subject line it's you 😉
      Thanks again Ali, I really appreciate it! 😁😁😁

    • @smalirizvi8026
      @smalirizvi8026 2 роки тому

      @@PythonSimplified haha that's fine. I am glad that I will be sending you the whole book here.
      What you wrote about learning via watching an image (signage) is incredibly True. It is accepted by all psychologists that our mind learns the best from images. Learning from reading stands nowhere compared to grasping an idea from an image BUT, I think that reading makes one more receptive; I am more prone to forget what I learn from a wonderful video than what I learn from a *good* book. Secondly, it is too easy to switch among videos. To understand topics in-depth, the mind needs repetition. A book is often read twice for better understanding. Whereas for the videos, *unless it is your video, I rarely watch any video twice on learning* . I can swear on that!!😉

  • @nilsonherbert9998
    @nilsonherbert9998 2 роки тому

    You are amazing, Girl. You explain very well and speak at a good speed. My english is a little limited, but I could understand almost everything that you said, although my listening skills is bad. Congratulations!!

  • @abdulbasitmuhammed2798
    @abdulbasitmuhammed2798 2 роки тому +2

    you are the best thank you

  • @philipposadamou6445
    @philipposadamou6445 7 місяців тому

    the best explanation ever!!

  • @Cylonka
    @Cylonka Рік тому

    Best explanation, thanx!

  • @azizkash286
    @azizkash286 5 місяців тому +1

    Thank you

  • @Tobs_
    @Tobs_ 2 роки тому +3

    Great stuff, thanks for sharing another lesson with us 👍

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you so much Tobs, glad you liked it! 😀
      Next tutorial we will implement everything with Pytorch, so it will be super fun and useful! I'm set to film it in the beginning of next week so I'll see you soon! 😉

  • @eriqfromimo2570
    @eriqfromimo2570 6 місяців тому

    Wow, well thoroughly explained! I really appreciate you. And that voice of yours is just beautiful!

  • @dizzitoast
    @dizzitoast Рік тому

    Man, you're amazing! Very clear and approachable. Thank you so very much! Subscribing.

  • @abdulwahabgcs9748
    @abdulwahabgcs9748 2 роки тому +1

    Excellent 👍

  • @Avelx
    @Avelx 2 роки тому

    Love this video thank you it's amazing :-)

  • @eddieb8615
    @eddieb8615 Рік тому

    Thank you for the amazing content!

  • @ngocanhduong925
    @ngocanhduong925 9 місяців тому

    very clearly thank u so much

  • @AlGraham-us3su
    @AlGraham-us3su Рік тому

    Thank you much.

  • @ozzzyyyyy
    @ozzzyyyyy 2 роки тому +1

    Amazing videos! I just started to computer vision CNN

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      That's awesome! what a great timing! 😀
      I'm filming a really cool CNN tutorial tomorrow. It's gonna be a beginner-level code along so I have a feeling you gonna LOVE it! 😁😁😁

  • @shuxiaokai
    @shuxiaokai 2 роки тому +1

    ML ❤️ so cool!!!

  • @howardphilips3165
    @howardphilips3165 2 роки тому

    очень благодарю для эффективная урок ! I'm helping a friend brush up his english skills to enroll in a python course (available in english only) and instead of simply "acquiring" of getting familiarized with the vocabulary regarding these concepts, the "input" in english of the fundamentals the basics of the Python and machine learning. As a result: in this short 6:37 video you were able to teach us what a 42min video in our native language, couldn't. Then here's the question: Why "try to practice conversation, vocabulary to get prepped for a python course? if here in your channel Mariya, my student was able not only to understand all the vocabulary but the very concept of neural network.. which can be a very very very complex topic. but in 6:37 minutes you made it so simple... by this time you probably know what i am about o ask: Ever though about recording a series? like a course? - I know the internet is FULL of people trying to learn something to then teach ... but one VERY important thing... most of the "youtube gurus" or teachers, don't have or simply are not: good students :) like you wrote in a different video... "i am a not a teacher , i just am very good at learning (indeed you are, and that is perhaps the most valuable characteristic a teacher can have) the ability to convey meaning..... Language Learning (Both Machine and Humans) Rely on input and "supervisioned/non supervisioned learning" - exposure. Therefore, please allow me to respectfully acknowledge your incredible set of skills..... 1: Teaching in a foreign language (which you master, a clear signal its the "simple explanations" that actually "aren't quite as simple as they seem to be". So you gather the "must-know" facts and explain in way a beginner in coding can comprehend (me) and a programmer new to python (but due to language barriers, couldn't understand concepts in other python courses.. which you approached here and simply: "made sense" 2: you deliver a straight, no click-bait, honest content. This is truly a PEARL from these troubled "narcissistic internet times" 3: Notice how you are not selling nor promoting anything? yet theres someone here trying to convince you to record a course..... ( i bet i am not the first nor the last to ask such thing) - You do what you do with passion, that's why a lot of people must ask "why don't have a full course?? =\) i don't know if you do, if you plan to, or if you're not thinking about it now.. either way i'm astonished and thankful that there are still " - когда маркетинг возникает естественным образом, как следствие "ориентированной на результат" работы, а не "жадной цели". вот почему большинство из нас, жителей Запада, борются с тем, что мы должны были знать наизусть . Obrigado !

  • @sudhakarank2474
    @sudhakarank2474 2 роки тому +3

    Wow, that's really an awesome video for the future AI technology. This video is very informative, and I think you've touched the bigger part of Data science. So keep going Mariya, I am expecting more soon...

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you so much! If data science is what you seek - you're in the right place! 😃 in the upcoming tutorial I will show you how to load Machine Learning databases with Pytorch and how to adjust their data for training 😉
      I just finished filming it - its gonna be amazing!! 🤩🤩🤩

  • @md.musfiqurrahaman8612
    @md.musfiqurrahaman8612 2 роки тому +1

    Thanks maria...Learning a lot from your videos....

  • @slobodanstamenkovic6017
    @slobodanstamenkovic6017 2 роки тому

    Thanks 😀

  • @NOURTCS
    @NOURTCS 2 роки тому

    Great perfect 🤩 thanks

  • @user-wi2lb6fr5e
    @user-wi2lb6fr5e Рік тому +1

    please upload tutorial of open AI gym and open ai universe too

  • @brendansullivan4872
    @brendansullivan4872 Рік тому

    Really good video! Thanks for the content just suscribed.

  • @luigidorigatti4588
    @luigidorigatti4588 2 роки тому +1

    Awesome 😎

  • @cx3268
    @cx3268 2 роки тому +1

    Each eye has 3 sub processing areas for color, edge & depth and object detection then these are put back together for the image we see.
    These areas interface with each other.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      That's awesome! it means we also have hidden layers inside our human hardware! 😉

  • @varunvenugopal
    @varunvenugopal 2 роки тому +1

    This was really helpful!! Thanks for the content waiting for the next one

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Thank you so much Varun! glad you liked it! 😀
      The next one will be extra awesome!! I'm set to film it in the beginning of next week, and we will finally see how a state-of-the-art neural network looks like in code! 🤩🤩🤩
      I'm super excited!! It's gonna be a really fun code-along!

    • @varunvenugopal
      @varunvenugopal 2 роки тому

      @@PythonSimplified thank you Mariya for the heads up , but just a clarification are you by any chance maintaining any public git repo where you maintain all your practiced code snippets ?? If not maybe you can consider the same so that beginners like me can refer the same at ease , I know it would be an extra task but it will help people like me though , being a bit selfish you know 😄

  • @SripalTAD
    @SripalTAD 2 роки тому +1

    U deserve more views

  • @eternal_stoic_
    @eternal_stoic_ 2 роки тому

    You are amazing explainning. Love your content

  • @MerlasPaul
    @MerlasPaul Рік тому

    Dude, I think I'm in love :O

  • @juanpabloaguayogomez2736
    @juanpabloaguayogomez2736 2 роки тому +1

    Damn!! you're really good, girl!
    Now my biggest dream is not just to become a developer, but to work with you some day in Vancouver; Can you say that you would wait for the opportunity, just for motivational purposes? it would help me a lot!!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you so much for the lovely comment Juan!! 😃 I'll have the opportunity to work with you much sooner than you think! My incredible team of moderators on Discord is organizing a code jam as we speak! 😁
      We're virtually meeting in a few days to discuss what type of project and when we'll do it - but hopefully I'll be able to officially announce it on the channel very soon 😊
      Everyone can participate, regardless of programming experience (the goal of this code jam is actually to provide experience to those who never worked on a team project before and get you something nice to show on your portfolio 😉)
      Best of luck on your programming journey!! it's the best profession in the world and you'll be surprised how fast you can make this dream a reality! If you have the motivation and you set yourself this goal - success is enavidable! 💪💪💪

    • @juanpabloaguayogomez2736
      @juanpabloaguayogomez2736 2 роки тому

      @@PythonSimplified That is awesome!!!. Thank you very much for sharing your knowledge. You really have a gift for teaching !!

  • @marcioalexandre7610
    @marcioalexandre7610 Рік тому

    Mariya, eu imagino que haja um padrão matemático para cada análise dessa, de tal forma que cabras tem um padrão/modelo, golfinho outro, girafa outro...

  • @apcwss
    @apcwss Рік тому

    I love your videos!

  • @phon_o_rama2169
    @phon_o_rama2169 2 роки тому +1

    Amazing!! thanks!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you so much!! glad you liked it! 😀😀😀

  • @user-wd1os3vx9q
    @user-wd1os3vx9q 2 роки тому +1

    Amazing video! I like your teaching.

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Thank you so much! Glad to hear! 😃
      A new Machine Learning tutorial is on the way! We will implement all these concepts with code! 😉

  • @XYNoise
    @XYNoise 2 роки тому

    You are awesome!

  • @all_techz
    @all_techz 2 роки тому

    This is really helpful thank you soo much

  • @MostafaAhmed-qq5df
    @MostafaAhmed-qq5df 7 місяців тому

    Nice video!

  • @majidalahmadi2133
    @majidalahmadi2133 2 роки тому +1

    Please can you make more tutorials in opencv 🙏

  • @pllemost8410
    @pllemost8410 2 роки тому +1

    Always the best intro, Mariya !
    Bonne chance.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Merci beaucoup mon ami! 😁😁😁

    • @pllemost8410
      @pllemost8410 2 роки тому

      @@PythonSimplified
      Vous êtes adorable, ..., Vous faites du très bon boulot. J'aime beaucoup.

  • @EngRiadAlmadani
    @EngRiadAlmadani 2 роки тому

    Great work 👍
    Can you make video about yolov5 neural network

  • @at4095
    @at4095 2 роки тому +1

    I left "Like", will come back later ;)

  • @sharath_9246
    @sharath_9246 2 роки тому +1

    Great Content Mariya!! and very eager to contribute from my side regarding ai projects especially in computer vision!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Thank you so much Sharath! It was a pleasure chatting with you today! 😀
      Computer vision will be the main subject of the next few tutorials, so I have a felling you gonna have lots of fun!!!😊

    • @sharath_9246
      @sharath_9246 2 роки тому +1

      @@PythonSimplified For sure mariya
      Pls consider to share codes too😂

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      ALWAYS!! 🤩 that's why I'm here for! 😉

  • @smalirizvi8026
    @smalirizvi8026 2 роки тому +1

    eagerly waiting Mariya!!

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Good Morning Ali! great to see you! 😃😃😃
      This is going to be a short video, but in the next tutorial - we will implement everything with Pytorch! it's sort of a quick introduction before we get into serious coding stuff 😉

    • @smalirizvi8026
      @smalirizvi8026 2 роки тому

      @@PythonSimplified ohh so we are beginning with pytorch! thats great

  •  2 роки тому +1

    👏👏👏👏👏

  • @FranksWorldTV
    @FranksWorldTV 2 роки тому +1

    Awesome stuff.

  • @trtlphnx
    @trtlphnx 2 роки тому +2

    Damn; Now You're Getting To The Real Intense Shit ~
    Love you and What you Do, Sweetie ~

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      hahahahaha the "real intense shit" is what we've gathered here for! 🤪 Thank you so much trtlphnx!
      Next tutorial we will implement all the concepts from this video with Pytorch! (a really cool Python Machine Learning library) and we will see how an actual state-of-the-art neural network looks like! so stay tuned! 😉

  • @hopyilanie2278
    @hopyilanie2278 Рік тому

    thnaksss

  • @zakyvids6566
    @zakyvids6566 2 роки тому +1

    This awesome but I think it would be better if you can actually create a crash course on python Thanks

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Hi Zaky! 😀
      I film Python for Beginners tutorials every now and then, but since many viewers already learned the basics of Python elsewhere I can't only do that... I have a bunch of other topics such as AI, GUI and OOP that have an equal share on this channel 🙂
      If you're looking for a good source to study Python basics - there are a bunch of online academies that offer free introduction to Python courses: there's Udemy, Udacity, Coursera, Idx... I find them to be very informative!
      They'll give you a really good base and then you can build up the more complex stuff on top of it (hopefully by watching my videos 😉)

  • @Crazy4CaitlinHart
    @Crazy4CaitlinHart 2 роки тому

    the processing power it takes to look at a picture of a goat and a picture of of a dog and determine that this is a goat and this is a dog seems astronomical to me! However my brain can look at a picture of Mariya and another picture of Mariya and I know instantly that this one is pretty and this one is smart. :-)

  • @jonathanokorie9857
    @jonathanokorie9857 2 роки тому +18

    How many images of goats 🐐 , do you need to train the model ??

    • @PythonSimplified
      @PythonSimplified  2 роки тому +26

      Usually the more - the better! 😉
      I'll give you a few examples from popular databases:
      1. MNIST is a handwritten digits database with 60,000 greyscale images of 10 different classes/categories (one class per digit) so approx. 6,000 images for each class.
      (same goes for Fashion-MNIST with 10 categories of clothes). Here's a link to the official site:
      yann.lecun.com/exdb/mnist/
      2. CIFAR-10 is an RGB object detection database with images of animals, trucks, planes and etc. there are also 10 categories, but this time: 50,000 training images with approx. 5,000 images per category. This database is much much bigger as each image has 3 colour dimensions for red green and blue (while MNIST only consists of 1 dimension for greyscale). You can find it here:
      www.cs.toronto.edu/~kriz/cifar.html
      3. Keggle's flowers database consists of 102 categories/classes of different flowers, with only between 25 - 65 images per each category, and yet - it still works quite well! (I actually did a project with it on my Github 😉)
      www.kaggle.com/immu0001/flowers
      We will work with the first 2 databases in the upcoming projects, so if you're curious - it's definitely worth checking out! 😀

    • @jonathanokorie9857
      @jonathanokorie9857 2 роки тому +1

      @@PythonSimplified Thanks a lot 🙏, I'm new to ML .. Looking forward to the future projects 😊😊😊

    • @kuaranir2440
      @kuaranir2440 2 роки тому

      hundreds

    • @skysaville
      @skysaville Рік тому +1

      Love your content and how you present this kind of stuff!

  • @user-uc8vs5zc8p
    @user-uc8vs5zc8p Рік тому

    Thanks for this great initial explanation of a convolutional neural network. Could you be an example of any classification model Like (ResNet RS 50 or EfficientNet V2L ?

  • @siamahmed8287
    @siamahmed8287 2 роки тому +1

    Huh. Missed the premier again.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      Don't worry, it's was a short one! 😉
      It's very easy to miss a 5 minute premiere, you almost have to live inside UA-cam to catch that hahahaha

    • @siamahmed8287
      @siamahmed8287 2 роки тому +1

      @@PythonSimplified Hahaha. Yeah. But hey ain't you gonna chat on discord for a little? You also didn’t set any rules. Also need 3 more channels and we are not allowed to create channels.

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Sorry man, I've been gone from Discord for quite some time, just trying to be as productive as possible in terms of new tutorials (and staying away from anything else!!) 😉
      My husband is working from home for the past few weeks so it's almost an impossible task to get something done efficiently!!!
      I've just granted "manage channels" abilities to all the mods, so you can now create and delete channels! 😊 and I also added Udbhav as a mod, I'm sure he'll be happy to find out! (maybe I won't even tell him and let him find out by surprise 🤣🤣🤣 hahahahaha)
      I don't know if I want to have official rules... 🤔 I've been communicating with you, Dark Wolf and Josh for quite some time. I know you guys are smart and reasonable people - so I trust your judgement when it comes to managing the server. I want everyone to have a free-speech environment where no one is worried about community guidelines. But if someone chooses to use these qualities against us - I'd come up with an appropriate punishment! 😉
      (maybe a bot that spams them with Nicolas Cage photos or something creative hahahahaha 🤪)

    • @siamahmed8287
      @siamahmed8287 2 роки тому +1

      @@PythonSimplified hahaha. That was way more creative.

  • @alanwest546
    @alanwest546 2 роки тому

    It takes a lot of computing power to do what a human does instantly

  • @luis96xd
    @luis96xd 2 роки тому

    Can I make a neural network for classifying any numbers (prices) in a photo? How many examples should I need? Can I use MNIST too?

  • @longtruong9935
    @longtruong9935 2 роки тому

    continue this tutorial, pls

  • @haryakumuda6798
    @haryakumuda6798 Рік тому

    Like it

  • @shoshanamofaz3012
    @shoshanamofaz3012 2 роки тому +1

    I learned this in the army. It was part of my cyber security course. Where did you learn it Maria?

    • @PythonSimplified
      @PythonSimplified  2 роки тому +4

      Wow, that's really cool Shoshana!! I've mostly learned how to make coffee during my service... 😅😅😅
      I took an AI nannodegree program in 2018, I didn't really understand a thing but had to go through it since I paid so much money for that nonsense hahahah
      But I've been doing lots of online research ever since. First I was reading lots of articles as well as a bunch of books and then I was trying to implement everything with Python - which really helped me understand and only then all the cogwheels started moving! I find there's nothing better than practicing and creating cool presonal projects! 😎

    • @shoshanamofaz3012
      @shoshanamofaz3012 2 роки тому +1

      @@PythonSimplified The IDF has a cyber warfare and security program. Not allowed to talk about the warfare part. I can tell you about my security training but it would be a long post. Part of it was python scripting and machine learning, debugging. i had to learn other programming languages as well. Good things to learn. Never been unemployed as a civilain.

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      @@shoshanamofaz3012 that's awesome! 🤩🤩🤩 do you have any tips for my brother?? he's dreaming of this type of service! he's still waiting for his מיונים 😊

    • @shoshanamofaz3012
      @shoshanamofaz3012 2 роки тому +1

      @@PythonSimplified Yes. Tell him to tell the recruiter or a officer what his interest are. If it is hacking or data science they have training program for it.

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      @@shoshanamofaz3012 thank you so much!! I really appreciate it! 😃

  • @vgambikai1931
    @vgambikai1931 2 роки тому +2

    Sis pls put videos on AI programing

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      I already have a bunch of these! 😀
      Check out my Basic Neural Network with Numpy and Pandas tutorial: ua-cam.com/video/xpPX3fBM9dU/v-deo.html
      I have a full playlist full of AI videos too: ua-cam.com/play/PLqXS1b2lRpYTpUIEu3oxfhhTuBXmMPppA.html

  • @aaaqaaaa2720
    @aaaqaaaa2720 2 роки тому

    Thanks .can i ask you please .? I install anaconda and python as you said and iam work in neural network and i have problem that sequential is not defined although i make import tensorflow

  • @johnjanis714
    @johnjanis714 2 роки тому +1

    How would you classify audio considering all the challenges with quality?

    • @PythonSimplified
      @PythonSimplified  2 роки тому +5

      Great question John!! 😁
      With audio, we look at the frequency and the amplitude of a given sound sample - which is how we translate the sound into numeric values! 😉
      Similarly to how image classifiers evaluate different aspects in the hidden layers - we can also evaluate different aspects of sound. How high is the pitch of a given sound? How loud is it? Is there an echo? Is it a female voice or male voice? There are all kind of different sound features, some of them are meaningful and some of them are not so much 😃
      The most beautiful part is that we can train a neural network on all kind of sound samples, but then instead of using it for classification - we can actually create new music with it! (It's formally called a generative model and I'll definitley cover it as part of this AI series... it might take some time, but we'll get there!! 😄)

    • @johnjanis714
      @johnjanis714 2 роки тому +2

      @@PythonSimplified thank you for the detailed response. What would be interesting would be to take neural network on audio (near real-time) to assess a callers tone and words to help the call agent understand potential stress / negative or positive sentiment and or update their communication with the caller based off this feedback. I say this because when you talked about audio and with your explanation, I wonder what real world applications this could have?

    • @PythonSimplified
      @PythonSimplified  2 роки тому +3

      ​@@johnjanis714 I believe they already do that... 😀 I would even assume that Facebook, for example, is scanning each of your voice recordings when using their Messanger. They analyze your words and manner of speech to determine which content to recommend you.
      UA-cam, for example, is scanning each new video for popular music in the audio sample. If it detects a popular song - your video is automatically labelled with a "copyrights violation" tag.
      I would assume that any service, particularly free services, that have something to do with collecting data - is probably feeding all this data into a neural network (or a few of them). Usually when a service is not charging you for a product you use - that means that probably you are the product... they want to learn about you so they can sell you better or convince you of all kinds of things 😉

    • @johnjanis714
      @johnjanis714 2 роки тому +1

      @@PythonSimplified Thank you for the great info. Was not aware on how facebook or UA-cam work. That is interesting to know.

  • @alexgora7530
    @alexgora7530 2 роки тому

    Wow, what a woman! ) LOVE)))

  • @manu-singh
    @manu-singh 2 роки тому +1

    your eyes look dope and cool, sorry for the weird comment

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      hahahaha thank you Manpreet! it not weird at all! 😀

  • @psk177
    @psk177 2 роки тому

    I'm gonna dream about goats tonight, aren't I ? ...