Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 241 Bytes

File metadata and controls

7 lines (4 loc) · 241 Bytes

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.