Tensorflow is a neural network framework.

Installation

pip install tensorflow==2.12.*

Boilerplate Tensorflow

import sys

Concepts