NVIDIA Jetson Xavier - Deep Learning Tutorials
< Xavier | Deep Learning
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.
- 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.