mnist-classification topic

List mnist-classification repositories

RegNeuralDE.jl

27
Stars
4
Forks
Watchers

Official Implementation of "Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics" (ICML 2021)

MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.

mnist_by_zip

36
Stars
2
Forks
Watchers

Compression algorithms (like the well-known zip file compression) can be used for machine learning purposes, specifically for classifying hand-written digits (MNIST)

ToeffiPy

16
Stars
0
Forks
Watchers

ToeffiPy is a PyTorch like autograd/deep learning library based only on NumPy.

ml_with_fastapi_and_streamlit

19
Stars
5
Forks
Watchers

Prototyping a Machine Learning Application with Streamlit, FastAPI, Hugging Face and Docker

CNN_Tutorial

19
Stars
3
Forks
Watchers

Hi! Thanks for checking out my tutorial where I walk you through the process of coding a convolutional neural network in java from scratch. After building a network for a university assignment, I deci...

interpretable-image-classification

21
Stars
1
Forks
Watchers

Interpretability methods applied on image classifiers trained on MNIST and CIFAR10