Skip to content

antonio-f/TensorFlow2_digits_classification-Linear_Classifier-MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

TensorFlow2 digits classification - Linear Classifier and MLP

Digits classification with TensorFlow 2 on MNIST dataset.

Models tested: Linear Classifier, MultiLayer Perceptron (MLP).

Libraries needed: TensorFlow 2.X, Matplotlib, NumPy.