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

  Рет қаралды 63,685

Super Make Something

Super Make Something

Күн бұрын

Пікірлер: 49
@patrickjdarrow
@patrickjdarrow 5 жыл бұрын
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!
@ramshaqayyum3967
@ramshaqayyum3967 3 ай бұрын
Hi i meed some help in getting started with jetson , could you please guide me a bit ?
@edmanjonah7598
@edmanjonah7598 4 жыл бұрын
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!
@NicoDsSBCs
@NicoDsSBCs 5 жыл бұрын
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 KZbin 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 5 жыл бұрын
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 4 жыл бұрын
Nico, your channel is great. Your review on the Yucun SSD's saved me some cash. Cheers.
@NicoDsSBCs
@NicoDsSBCs 4 жыл бұрын
@@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.
@cybersecurite_CPT
@cybersecurite_CPT 2 жыл бұрын
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
@leguirerj
@leguirerj 5 жыл бұрын
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.
@rams9052
@rams9052 5 жыл бұрын
SIMPLY SUPERB EXPLANATION... THANK YOU FOR THIS DEMO!
@SuperMakeSomething
@SuperMakeSomething 5 жыл бұрын
Ram S Thank you! Happy to hear that you like the video!
@sahilpawaskar5512
@sahilpawaskar5512 3 жыл бұрын
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.
@pandagineer1614
@pandagineer1614 Жыл бұрын
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 Жыл бұрын
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!
@PritishMishra
@PritishMishra 3 жыл бұрын
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 жыл бұрын
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!
@StevenKiyo
@StevenKiyo 4 жыл бұрын
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.
@indianarchangel
@indianarchangel Жыл бұрын
Do you have a machine learning or deep learning course? Your explanation was outstanding.
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
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!
@MrHumboldtPenguin
@MrHumboldtPenguin 4 жыл бұрын
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.
@DaMaccOo
@DaMaccOo 4 жыл бұрын
when i try to install jupyter notebook, i get alot of errors after "installing build dependencies...error". can someone help?
@irzan2010
@irzan2010 3 жыл бұрын
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 👍
@alanlondon8830
@alanlondon8830 5 жыл бұрын
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.
@diggleboy
@diggleboy 4 жыл бұрын
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!
@globalfarkndalk4540
@globalfarkndalk4540 10 күн бұрын
danke shön für wunderbar video
@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
@karthikparameswaran2675
@karthikparameswaran2675 5 жыл бұрын
Thanks for the video ♥️
@jasonli4547
@jasonli4547 4 жыл бұрын
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.
@mohamed_fawzy
@mohamed_fawzy 5 жыл бұрын
keep it up man (Y) gratings from Egypt
@SuperMakeSomething
@SuperMakeSomething 5 жыл бұрын
Thank you!
@robertparenton7470
@robertparenton7470 5 жыл бұрын
Thank You!
@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
@jeffersonjohnaesthetic5727
@jeffersonjohnaesthetic5727 Жыл бұрын
Couldn’t install Jupyter
@hugobracamontesbaltazar
@hugobracamontesbaltazar 5 жыл бұрын
Awesome!
@SuperMakeSomething
@SuperMakeSomething 5 жыл бұрын
Thanks!
@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.
@Joy-rn1ux
@Joy-rn1ux Жыл бұрын
I got an Idea as Noobs
NVIDIA Jetson Orin Nano Super Developer Kit Unboxing
19:26
Jeremy Morgan
Рет қаралды 11 М.
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
Jetbot Neural Network Based Collision Avoidance
7:50
Zack's Lab
Рет қаралды 74 М.
NVIDIA Jetson Orin Nano SUPER Unleashed: Build an AI Super Cluster
15:10
[Tutorial] Getting Started With Jetson Nano
22:12
make2explore Systems
Рет қаралды 58 М.
Raspberry Pi 4B vs Jetson Nano
18:47
ExplainingComputers
Рет қаралды 851 М.
NVIDIA Jetson Orin Nano Super COMPLETE Setup Guide & Tutorial
56:35
Ominous Industries
Рет қаралды 74 М.
Jetson Nano Developer Kit - Getting Started with the NVIDIA Jetson Nano
24:57
Elon Musk: Here’s The TRUTH About Nvidia That NO ONE Tells You…
18:33
Investocracy Markets
Рет қаралды 242 М.
Build Your Own GPU Accelerated Supercomputer - NVIDIA Jetson Cluster
15:03
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН