- Does Colab run on my personal computer?
No, it runs in the cloud, but with some skill and setup, you could connect it to your own personal cloud.
- Does Keras use GPUs?
Yes. Since Keras runs on TensorFlow (in the setup of this book) and TensorFlow uses GPUs, then Keras also does.
- What are the two main coding paradigms in Keras?
(A) Sequential model; (B) Functional API.
- Why do we care about Dopamine?
Because there are only a few reinforcement learning frameworks you can trust out there, and Dopamine is one of them.