Skip to content

shishir13/Personal_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Projects

This repository contains a collection of my personal projects in machine learning, deep learning, and other areas of computer science.

Projects

1. MNIST_99.4

A PyTorch-based MNIST digit classification project that achieves 99.4% validation accuracy with less than 20k parameters. Features include:

  • Convolutional Neural Network with Batch Normalization
  • Dropout for regularization
  • Fully Connected layers
  • Training completes in less than 20 epochs

View MNIST_99.4 Project

Project Structure

Personal_Projects/
├── README.md
└── MNIST_99.4/
    ├── models/
    ├── tests/
    ├── train.py
    └── utils.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages