Skip to content

Andrew-Aniagboso/mnist-tensorflow-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Neural Network (TensorFlow CPU 2.18)

This project trains and tests a simple neural network on the MNIST dataset using TensorFlow (CPU version) and Keras.


🧰 Setup

1. Clone the Repository

git clone https://github.com/Andrew-Aniagboso/mnist-tensorflow-project.git
cd mnist-tensorflow-project

2. Create and Activate a Virtual Environment

python -m venv .venv
.\.venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Run the Script

python load.py

🧠 Tech Stack

Python 3.10 TensorFlow CPU 2.18 Keras 3.5+ NumPy 1.26

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages