Example of CNN code for MNIST Fashion dataset using Tensorflow
In our example, we use Python 3.11
git clone https://github.com/misbullah/Tensorflow-NN-Examples.git
cd Tensorflow-NN-Examples
python3 -m venv env
source env/bin/activate
python3 pip install -r requirements.txt
python3 mnist_fashion_cnn.py
You can use Visual Studio Code to work with the repository.