MNIST inference example on NVIDIA Triton Inference Server
-
Updated
Sep 3, 2022 - PureBasic
MNIST inference example on NVIDIA Triton Inference Server
This project takes dataset from MNIST which contains (28 x 28) pixel images of 0-9 digits. I have trained a model which is an improvement of output softmax activation function. All the implemented layers are dense. Neural network contains 3 layers with 128,128 and 10 neurons respectively
This project is a Flask-based web application designed to train a machine learning model using TensorFlow, make predictions on payment data, and display the results using a web interface.
This GitHub repository contains a simple Python project for handwritten digit recognition using the MNIST dataset and TensorFlow.
Add a description, image, and links to the mnist-handwriting-recognition topic page so that developers can more easily learn about it.
To associate your repository with the mnist-handwriting-recognition topic, visit your repo's landing page and select "manage topics."