Repository navigation

#

mnist-classification

Pure python implementation of SNN

Python
1116
3 年前

This repo contains a PyTorch implementation of the paper: "Evidential Deep Learning to Quantify Classification Uncertainty"

Python
486
2 年前

Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)

Java
465
1 年前

Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)

Python
425
5 年前

Handwritten digits classification from MNIST with TensorFlow on Android; Featuring Tutorial!

Java
329
7 年前

MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.

Python
281
6 年前

PyTorch-1.0 implementation for the adversarial training on MNIST/CIFAR-10 and visualization on robustness classifier.

Python
252
5 年前

Nerual Network of Stochastic Computing for MNIST Recognition

Python
212
3 年前

MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.

Python
203
7 年前

Pytorch implementation of the paper "SNIP: Single-shot Network Pruning based on Connection Sensitivity" by Lee et al.

Python
109
6 年前

Combine multiple MNIST digits to create datasets with 100/1000 classes for few-shot learning/meta-learning

Python
101
4 年前

TensorFlow implementation of "ResNeSt: Split-Attention Networks"

Python
67
4 年前

A C++ implementation to create, visualize and train Convolutional Neural Networks

C++
64
3 年前

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

Python
55
9 年前

Small neural network framework developed in C#, specialized in digit classification (MNIST dataset)

C#
54
1 年前