Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonio-f/tensorflow2_digits_classification-linear_classifier-mlp

TensorFlow2 digits classification - Linear Classifier and MLP
https://github.com/antonio-f/tensorflow2_digits_classification-linear_classifier-mlp

deep-learning digit-classification linear-classifier linear-model logistic-classifier logistic-regression machine-learning matplotlib mlp mnist multilayer-perceptron-network neural-networks numpy python tensorflow2 tutorial

Last synced: 5 days ago
JSON representation

TensorFlow2 digits classification - Linear Classifier and MLP

Awesome Lists containing this project

README

        

# 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.