Machine Learning 101: Intro To Neural Networks (NVIDIA Jetson Nano Review and Setup)

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

КОМЕНТАРІ • 47

  • @NicoDsSBCs
    @NicoDsSBCs 4 роки тому +4

    Great video. I also just made a review video about the Jetson Nano. But I'm totally not happy with mine. I gotten the board from a seller, and didn't have enough time to investigate everything. I first had to finish my review of the NanoPi M4V2, for that I had to help making Armbian run on it. So then only 1 week for the Nano. Had problems with the sdk manager. So didn't have time to look into the neural network samples.
    I review normal SBC's, but this was a bit too different to quickly make a video.
    Your video is amazing, full of info and well worked out. I wished I had seen this before making my video.
    I once was a programmer working on neural networks from 1999-2001(I was 15 when I started working there full time). I worked with a neural network machine called the CAMBrain. We developed different algorithms and data input methods that still are used today. But the company, CELE(Center for Evolutionary Language Engineering) went bust in 2001. So I lost my job, didn't have a school degree, couldn't get a programmer job since thousands of other programmers lost their job at the mother company Lernout & Hauspie(L&H, speech technology that's now used for siri, google translate, and many other things) And so I lost all interest for 15 years in anything tech.
    Until I bought the Raspberry Pi 2b about 4 years ago. I immediately had found my love back, then bought the Odroid C2. Best buy I could have done. I used it to edit and render travel videos while on the road, powering it with power banks. And charging my power banks with solar panels.
    That way I got into SBC's, by accident I made a bad video about the Tinker Board. But it had thousands of views. So I kept making videos about the new boards I bought hoping something was better than the Odroid C2.
    And then companies just started to send me boards to review. I also do some moderator/dev/test work for Armbian now, and give support for the boards I've got.
    So instead of being a travel channel, my UA-cam Channel turned out to be a tech channel. I still do make travel videos, with better boards now. Better quality.
    But those videos don't do as well as SBC videos.
    Again amazing video. I didn't know neural networks had evolved so much. I even hadn't heard of neural networks for 10 years after I stopped working at CELE. I thought development had stopped for it. It was a surprise first time I heard about it again so many years later. Nice to see it was not all for nothing :) Have a great day. You've got a new subscriber. Thank you.

    • @SuperMakeSomething
      @SuperMakeSomething  4 роки тому +1

      Thank you and glad to hear that you like the video! I will have to check out some of the other SBC’s you mentioned, as I currently only have experience with the Raspberry Pi and NVIDIA’s platforms!

    • @MikeNewham
      @MikeNewham 3 роки тому +1

      Nico, your channel is great. Your review on the Yucun SSD's saved me some cash. Cheers.

    • @NicoDsSBCs
      @NicoDsSBCs 3 роки тому

      @@MikeNewham Thank you. I'm still using the Yucon ssd. I'd normally not advice to buy cheap Chinese stuff. But when it's good, it is good. Other brandname ssd's have failed on me, this one still working almost daily. Greetings.

  • @patrickjdarrow
    @patrickjdarrow 5 років тому +15

    I use the Nano in my work and have to say that this is a great starter guide for those looking to get comfortable with this rising class of boards

    • @SuperMakeSomething
      @SuperMakeSomething  5 років тому

      Thank you very much! I’m happy to hear that you like the video and think that it is a good reference!

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

    Hi. Great video and explanation. I’m new to AI, so I’m still confused about the purpose of this algorithm. Aren’t we just building a compression /decompression algorithm? If so, why wouldn’t we just use (non-AI) jpeg, etc? I’m genuinely interested. Thanks.

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

      Good question! You are right - this particular use case could be better accomplished through a non-AI compression algorithm, but it is only meant to show how neural networks are structured and trained. In practice, you could give it any input (like an image for example) and ask for any output (such as a number or a class label for example). In that case, the NN would be used as an image classifier, even though the structure is the same. An image-based auto-encoder was just a straightforward way to show NN inputs/outputs visually. Hope this helps!

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

    Do you have a machine learning or deep learning course? Your explanation was outstanding.

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

      Thank you for your kind words! I unfortunately do not, but I do have a few more machine learning related videos that you can find on my channel, with more planned in the future! I will definitely consider your suggestion about a course as well!

  • @edmanjonah7598
    @edmanjonah7598 4 роки тому +6

    Thanks for the video. I just started to know this jetson and learning again about neural network, something that I did in my final project in uni back in 1994. As I remember, the hardest part in computer vision/artificial intelligence is the feature extraction, to get the informative feature to be fed to the neural network. With proper feature exctration algorithm for particular problem, the neural network is better at solving, as image or picture variation in the photo still reduced to the same/similar features.

    • @SuperMakeSomething
      @SuperMakeSomething  4 роки тому

      Choosing proper features can definitely help networks perform better with a smaller number of inputs, because more information is encoded in a single piece of information vs. raw pixel values. The Jetson is a fantastic platform and a great way to learn about Machine Learning!

  • @sahilpawaskar5512
    @sahilpawaskar5512 3 роки тому +1

    Is it possible some how that macbook Air M1 can be use an monitor for Jetson board ?
    Please reply I am new to this field.

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

    Sir, what is good for AI Rasberry Pi or Jetson Nano?

    • @SuperMakeSomething
      @SuperMakeSomething  3 роки тому

      Both are good for starting out! Both run a full Linux operating system and can execute Python code. Currently, NVIDIA's JetPack SDK makes things a bit easier to get started, because it includes all of the basic libraries you need as well as some examples in one package.

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

    Love your video! Why do you need to change from a good image to a reconstruction image that we can not recognize what that is?

    • @SuperMakeSomething
      @SuperMakeSomething  4 роки тому

      Thanks! This was just intended as a demo to show how neural networks work. In the real world, autoencoders could be used for file and image compression for example, though obviously larger “encodings” would be used compared to the small 4x4, etc. pixel representations that I used here. That being said, I think that the amount of recoverable information from such a small encoding shows how impressive neural networks can be!

  • @leguirerj
    @leguirerj 5 років тому +2

    Just wanted to mention that the Amazon link you have in the description points to the 12V version of the Noctua fan, not the 5V one. This is a very good video. Thanks.

    • @SuperMakeSomething
      @SuperMakeSomething  5 років тому

      Thanks for the heads up! I've updated the link in the video description.

  • @jasonli4547
    @jasonli4547 4 роки тому +1

    Very Appreciate bro, could you make a tutorial video for how to use python code to drive a servo motor via Arduino IDE for Jetson Nano?
    Thanks a lot.

  • @StevenKiyo
    @StevenKiyo 4 роки тому +1

    Great video ! I couldn't find the neuralNetworkAutoencoder file after opening the jupyter notebook. If there is there a place to refer, I will be more happy.

    • @SuperMakeSomething
      @SuperMakeSomething  4 роки тому

      ssk Thanks! The code for running the Notebook can be found here: github.com/SuperMakeSomething/neural-network-autoencoder. Simply download the whole repository and then open the Jupyter notebook, after which you should be able to run each cell.

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

    Thank you for posting this! About how long did it take to set up the dev kit and do the installs listed?

    • @SuperMakeSomething
      @SuperMakeSomething  4 роки тому

      MrHumboldtPenguin This was the first time I set up the dev kit, so the process took a little longer since I was double checking everything. I would say ~1 hour, though subsequent installs (like I did in my latest video on the Xavier NX for example) were much shorter.

  • @irzan2010
    @irzan2010 3 роки тому +1

    so, should I buy this if I just want to learn about machine learning or neural network?
    I have a machine with Intel i7 7th gen, 16 GB RAM, but without GPU.

    • @SuperMakeSomething
      @SuperMakeSomething  3 роки тому

      For basic things your computer should be okay. That being said, having a dedicated “ML computer” can be handy, so I would recommend getting one if you can afford it. The 2GB version that just came out is a bit cheaper but also very good! (Just less RAM).

    • @irzan2010
      @irzan2010 3 роки тому

      @@SuperMakeSomething okay then, thanks for the answer 👍

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

    Couldn’t install Jupyter

  • @astroboytechranger8231
    @astroboytechranger8231 4 роки тому

    Iam looking for Jetson nano CPP programs for line departure warning,self driving with camera assistance,road sign recognition, safe distance estimation and warnings,ADAS-advanced driver assistance applications that are in code AUTOSAR architecture compatible,help me if some one having similar devolapment

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

    when i power up my jetson nano card it turns on but does not start and the ignition light on the card is red when it is supposed to be green i need help and explanation to solve this problem please

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

    SIMPLY SUPERB EXPLANATION... THANK YOU FOR THIS DEMO!

  • @Joy-rn1ux
    @Joy-rn1ux Рік тому

    I got an Idea as Noobs

  • @DaMaccOo
    @DaMaccOo 4 роки тому

    when i try to install jupyter notebook, i get alot of errors after "installing build dependencies...error". can someone help?

  • @karthikparameswaran2675
    @karthikparameswaran2675 5 років тому +1

    Thanks for the video ♥️

  • @alanlondon8830
    @alanlondon8830 4 роки тому

    I've gone through this tutorial step by step. When I try to run this I get 'resource exhausted' error. I believe I am running out of memory. I don't think I missed any steps so how have you got it to run on yours? Any suggestions would be appreciated.

  • @robertparenton7470
    @robertparenton7470 4 роки тому +1

    Thank You!

  • @mohamed_fawzy
    @mohamed_fawzy 5 років тому +1

    keep it up man (Y) gratings from Egypt

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

    This video is a great intro to embedded machine learning with the Jetson NANO by NVIDIA. Subbed! Liked! Smashed the bell!

    • @SuperMakeSomething
      @SuperMakeSomething  4 роки тому

      diggleboy Thanks! A new ML tutorial is just around the corner, so stay tuned!

  • @hugobracamontesbaltazar
    @hugobracamontesbaltazar 5 років тому +1

    Awesome!

  • @shivamkapoor1827
    @shivamkapoor1827 5 років тому

    We have laptop to do all these stuff so what is The need jatson nano??

    • @SuperMakeSomething
      @SuperMakeSomething  5 років тому

      This SBC is roughly the size of a Raspberry Pi, so it is perfect for applications that are space limited.

    • @empty0303
      @empty0303 5 років тому

      Portable, low cost and IO included

  • @Osmanity
    @Osmanity 5 років тому

    sorry but this is too little information to fast in very short video maybe consider more about a general point of view... but I really want to learn more about this topic.