375 skills found · Page 1 of 13
hysts / Pytorch Image ClassificationPyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet
Shikhargupta / Spiking Neural NetworkPure python implementation of SNN
dougbrion / Pytorch Classification UncertaintyThis repo contains a PyTorch implementation of the paper: "Evidential Deep Learning to Quantify Classification Uncertainty"
amitshekhariitbhu / AndroidTensorFlowMNISTExampleAndroid TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
zhengyima / Mnist ClassificationPytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
hereismari / Mnist Android TensorflowHandwritten digits classification from MNIST with TensorFlow on Android; Featuring Tutorial!
ksopyla / Svm Mnist Digit ClassificationMNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.
LinguoLi / Mnist TutorialA tutorial for MNIST handwritten digit classification using sklearn, PyTorch and Keras.
anujdutt9 / Handwritten Digit Recognition Using Deep LearningHandwritten Digit Recognition using Machine Learning and Deep Learning
ylsung / Pytorch Adversarial TrainingPyTorch-1.0 implementation for the adversarial training on MNIST/CIFAR-10 and visualization on robustness classifier.
leamoon / StochasticNetNerual Network of Stochastic Computing for MNIST Recognition
hwalsuklee / Tensorflow Mnist CnnMNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
mohammad-ghaderi / Mnist Asm NnA complete neural network built entirely in x86 assembly language that learns to recognize handwritten digits from the MNIST dataset. No frameworks, no high-level languages - just pure assembly - ~5.3× faster than NumPy
cmgreen210 / TensorFlowDeepAutoencoderMNIST Digit Classification Using Stacked Autoencoder And TensorFlow
wxs / Keras Mnist TutorialFor a mini tutorial at U of T, a tutorial on MNIST classification in Keras.
0xZKML / Zk MnistDemo of ML for MNIST classification in a zero knowledge proof
zonghua94 / Mnistmnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)
mil-ad / SnipPytorch implementation of the paper "SNIP: Single-shot Network Pruning based on Connection Sensitivity" by Lee et al.
shaohua0116 / MultiDigitMNISTCombine multiple MNIST digits to create datasets with 100/1000 classes for few-shot learning/meta-learning
khanhnamle1994 / Fashion Mnist4 different image classification ConvNets models for Fashion-MNIST dataset