Four workshops are included:
- Classification using simple neural network
- Prediction using recurrent neural network
- Anomaly detection using auto-encoder
- TFLite; running model on edge devices
Windows: https://www.python.org/downloads/windows/ Ubuntu:
https://python-poetry.org/docs/#installing-with-the-official-installer
Install the virtual environment: poetry install
.
Activate the virtual environment: poetry shell
.