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 months ago
JSON representation
TensorFlow2 digits classification - Linear Classifier and MLP
- Host: GitHub
- URL: https://github.com/antonio-f/tensorflow2_digits_classification-linear_classifier-mlp
- Owner: antonio-f
- Created: 2020-09-25T12:05:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T11:00:22.000Z (about 3 years ago)
- Last Synced: 2025-05-05T20:05:52.962Z (5 months ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 897 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.