Getting Started with TensorFlow and Keras – Maker.io Tutorial | DigiKey
In this tutorial, we show you how to configure TensorFlow with Keras on a computer and build a simple linear regression model. If you have access to a modern NVIDIA graphics card (GPU), you can enable tensorflow-gpu to take advantage of the parallel processing afforded by CUDA.
The field of Artificial Intelligence (AI) has been around for quite some time. As we move to build an understanding and use cases for Edge AI, we first need to understand some of the popular frameworks for building machine learning models on personal computers (and servers!).
These models can then be deployed to edge devices, such as single-board computers (like the Raspberry Pi) and microcontrollers.

