Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Latest commit

 

History

History

MNISTBeginner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MNIST Beginner

Following the mnist beginner tutorial by Tensorflow. This implements a logistic regression model with a softmax activation function that classifies hand-written digits from (0-9). Am going to do the convolution NN version of this later on.

Preview

Current