COLLECTED BY
Web crawl data from Common Crawl.
The Wayback Machine - https://web.archive.org/web/20190922082031/https://github.com/topics/mnist
Here are
1,181 public repositories
matching this topic...
A MNIST-like fashion product database. Benchmark :point_right:
Updated
Sep 22, 2019
204
commits
7
contributors
Python
Collection of generative models in Tensorflow
Updated
Sep 21, 2019
76
commits
5
contributors
Python
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Updated
Sep 20, 2019
84
commits
4
contributors
Python
Collection of generative models in Pytorch version.
Updated
Sep 21, 2019
87
commits
2
contributors
Python
Updated
Sep 22, 2019
1
commits
30
contributors
Python
A PyTorch implementation of the NIPS 2017 paper "Dynamic Routing Between Capsules".
Updated
Sep 18, 2019
20
commits
4
contributors
Python
Activation Maps (Layers Outputs) and Gradients in Keras.
Updated
Sep 22, 2019
158
commits
4
contributors
Python
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
Updated
Sep 17, 2019
29
commits
3
contributors
Java
PyTorch implementation of NIPS 2017 paper Dynamic Routing Between Capsules
Updated
Sep 17, 2019
7
commits
1
contributors
Python
CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules" - State Of the Art
Updated
Sep 6, 2019
84
commits
6
contributors
Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
Updated
Sep 20, 2019
49
commits
5
contributors
Python
Tensorflow implementation of variational auto-encoder for MNIST
Updated
Sep 18, 2019
9
commits
1
contributors
Python
Handwritten digits classification from MNIST with TensorFlow on Android; Featuring Tutorial!
Updated
Sep 2, 2019
15
commits
1
contributors
Java
PyTorch Implementation of CycleGAN and SSGAN for Domain Transfer (Minimal)
Updated
Sep 21, 2019
31
commits
1
contributors
Python
A free audio dataset of spoken digits. Think MNIST for audio.
Updated
Sep 12, 2019
45
commits
9
contributors
Python
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
Updated
Sep 20, 2019
45
commits
1
contributors
Python
Six snippets of code that made deep learning what it is today.
Updated
Sep 7, 2019
27
commits
1
contributors
Jupyter Notebook
A small convolution neural network deep learning framework implemented in c++.
Updated
Sep 18, 2019
10
commits
1
contributors
C++
Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).
Updated
Sep 20, 2019
11
commits
2
contributors
Jupyter Notebook
Pytorch implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Generative Adversarial Networks (cDCGAN) for MNIST dataset
Updated
Sep 19, 2019
39
commits
1
contributors
Python
Generative Adversarial Network for MNIST with tensorflow
Updated
Sep 8, 2019
29
commits
4
contributors
Python
TensorLayer - A curated list of dedicated resources
Updated
Sep 22, 2019
89
commits
6
contributors
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
Updated
Sep 20, 2019
7
commits
1
contributors
Python
Early stopping for PyTorch
Updated
Sep 20, 2019
29
commits
4
contributors
Jupyter Notebook
A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset
Updated
Sep 2, 2019
102
commits
4
contributors
Python
MNIST with TensorFlow Lite on Android
Updated
Sep 5, 2019
21
commits
1
contributors
Java
Çeşitli kütüphaneler kullanılarak Türkçe kod açıklamalarıyla TEMEL SEVİYEDE pratik derin öğrenme uygulamaları.
Updated
Sep 18, 2019
72
commits
7
contributors
Jupyter Notebook
This is a sample project demonstrating the use of Keras (Tensorflow) for the training of a MNIST model for handwriting recognition using CoreML on iOS 11 for inference.
Updated
Sep 14, 2019
6
commits
1
contributors
Jupyter Notebook
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The Python API has a random_seed attribute for the tsnecuda.TSNE class but it's ignored.
Random seed is tracked as an option within the tsnecuda implementation but it looks hard coded to time-based seed instead. Is there a good reason for this?
I might implement and PR this change unless you indicate otherwise or do it first.