Collection of Jupyter notebooks that walk through fundamental deep learning workflows using TensorFlow and the Python data-science stack.
- Install Python 3.10 or newer.
- (Optional) create and activate a virtual environment.
- Install dependencies:
pip install -r requirements.txt
- Some training loops run for many epochs; adjust the
epochsargument if you are prototyping.