A few examples of Machine Learning using the MNIST dataset.
conda env create -f environment-tf1.yml
- Activate the environment
conda activate tensorflow-v1
- Start Jupyter Notebook
jupyter notebook
- Open open up the notebook of choice (start with
MNIST-Simple.ipynb
).
Note: You may be get a warning along the lines of "Kernal not found, select kernal." if so, just select tensorflow-v1
from the dropdown. (or, navigate to Kernal
> Change kernal
> Python [conda env:tensorflow-v1
)