penguyen72 / mnist

Refreshing memory on PyTorch by implementing digit recognition using the MNIST dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digit Recognition with PyTorch and MNIST

This project focuses on building and training a neural network to recognize handwritten digits using the MNIST dataset within the PyTorch framework. The goal is to refresh my memory on PyTorch basics and understand how to apply it for practical machine learning tasks.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/penguyen72/mnist.git
  2. Change directory to mnist

    cd mnist
  3. Switching to Python 3.10

    pyenv local 3.10
  4. Create virtual environment

    python -m venv venv
  5. Install dependencies

    pip install -r requirements.txt

Getting Started

Here's how to get started with the application

jupyter notebook

Motivation

Refreshing memory on PyTorch with simple project

About

Refreshing memory on PyTorch by implementing digit recognition using the MNIST dataset


Languages

Language:Jupyter Notebook 100.0%