Hi Oscar Pan! There is a good amount of TensorFlow training in the Deep Learning module, as well as increasing content on Keras, a higher-level library.
We do not cover RNNs in the core deep learning module. We cover convolutional networks and transfer learning, then we move on to other topics related to self-driving cars.
We do not cover C++ deep learning libraries, although to “productionize” a TensorFlow library you don’t really need C++. You just take a saved model and run it with TensorFlow Server or the C++ version of TensorFlow.
The AI program is focused on AI and AI tools more broadly, whereas the self-driving car program is focused narrowly on the technical stack for autonomous vehicles.