CPSC501W25A2
Devon Harstrom, 30132397
HOW TO RUN
first activate venv and install required imports
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
import tensorflow as tf
Then simply run the code all implemented code has no commandline in arguments The main code files are:
- main1.py
- main2.py
- main3.py
- main4.py
The code from the parts are:
- MNIST-Complete98+.py
- notMNIST-complete95+.py
- CHDModel.py
NOTE: that models do change accuracy within a range, based on the data given being smaller.
NOTE: report explains the code, changes made, etc as well as the dataset used, the lisense, and the Sources used