Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.7 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.7 KB

MNIST Classifiers

Overview

  • Year: 2020
  • Technologies: Python, NumPy, Matplotlib, TensorFlow, Keras
  • Discipline(s): Computer Vision, Deep Learning
  • Keywords: CNN, Classification, Computer Vision, Convolution, Convolutional Neural Network, Deep Learning, Fully-Connected, MNIST, Max-Pooling, Multi-Class Classification, Neural Network, 2-D Convolution, 2-D Max-Pooling

Description

This repository contains a collection of MNIST digit and fashion item classifiers built with fully-connected and convolutional neural networks (CNNs) using TensorFlow and Keras.

MNIST Digit Classifiers

MNIST Fashion Item Classifiers

For other notebooks with data science, machine learning, and computer vision implementations, check out my Notebooks repository. Thank you!