Skip to content

ImPhatDat/MNIST-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-Classification

This repository contains implementations of various machine learning approaches to classify the MNIST dataset. Each approach is inspired by different machine learning algorithms and techniques, ranging from basic classifiers to advanced neural networks. These implementations are developed as part of coursework assignments, aiming to understand and improve upon the performance of each approach in classifying handwritten digits.

VNU - HCM University of Science

Course: CSC14005 – Machine Learning

Approaches Implemented:

  1. Linear Regression:
  • Implementation of simple linear regression algorithm (OLS).
  1. Softmax Regression:
  • Implementation of softmax regression algorithm using stochastic gradient descent to classify MNIST digits.
  1. Neural Network:
  • Basic feedforward neural network with customizable architecture for experimenting with different hidden layer sizes, activation functions, and optimization techniques.

Dependencies:

  • Python 3.x
  • NumPy
  • Scikit-learn

Acknowledgments:

I would like to express my sincere gratitude to my instructors for their guidance, support, and invaluable feedback throughout the development of this project. Their expertise and encouragement have been instrumental in shaping my understanding of machine learning concepts and refining the implementations of various approaches. Their dedication to teaching and mentorship has greatly contributed to my learning experience and growth as a machine learning practitioner. I am deeply thankful for their commitment and inspiration.

Special thanks to Mr.Bui Tien Len for his insightful lectures, Mr.Tran Trung Kien and Mr.Bui Duy Dang for their thorough explanations of various machine learning approaches and detailed guidance. Their passion for teaching and commitment to excellence have made this small project possible.

About

Classify MNIST Dataset using different machine learning approaches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published