Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antonio-f/tensorflow2_digits_classification-linear_classifier-mlp
- Owner: antonio-f
- Created: 2020-09-25T12:05:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T11:00:22.000Z (over 2 years ago)
- Last Synced: 2023-03-05T12:10:58.997Z (almost 2 years 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: 1
- 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.