NVIDIA Jetson Xavier - Deep Learning Tutorials

From RidgeRun Developer Connection
Jump to: navigation, search



Previous: Deep Learning/Deep Learning Accelerator/Software Support Index Next: Deep Learning/Deep Learning Tutorials/Jetson Inference



Nvidia-preferred-partner-badge-rgb-for-screen.png




In this section we will provide instructions on how to run several deep learning tutorials with Xavier. Here you can find how to get NVIDIA's Two Days to a Demo tutorials on the Xavier from start to finish. This is the perfect baseline to start configuring and training your own neural networks.

  • jetson-inference: The first tutorial is a series of examples for the most typical deep learning applications (classification, detection, and segmentation) using TensorFlow on the Xavier. We focused on the inference part of the tutorial, since usually training is performed on a stronger platform and embedded systems are used for deployment.

Imagenet-console-result.jpg Detectnet-console-result.jpg Nv inference workflow.png

  • jetson-reinforcement: In this tutorial, we'll be creating artificially intelligent agents that learn from interacting with their environment, gathering experience, and a system of rewards with deep reinforcement learning (deep RL). Using end-to-end neural networks that translate raw pixels into actions, RL-trained agents are capable of exhibiting intuitive behaviors and performing complex tasks.
Error creating thumbnail: Unable to save thumbnail to destination

Nv rl stack diagram.jpg



Previous: Deep Learning/Deep Learning Accelerator/Software Support Index Next: Deep Learning/Deep Learning Tutorials/Jetson Inference