All Projects → kvn219 → cluttered-mnist

kvn219 / cluttered-mnist

Licence: other
Experiments on cluttered mnist dataset with Tensorflow.

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cluttered-mnist

Spatial-Transformer-Networks-with-Keras
This repository provides a Colab Notebook that shows how to use Spatial Transformer Networks inside CNNs in Keras.
Stars: ✭ 23 (+15%)
Mutual labels:  mnist, spatial-transformer-network
digit recognizer
CNN digit recognizer implemented in Keras Notebook, Kaggle/MNIST (0.995).
Stars: ✭ 27 (+35%)
Mutual labels:  mnist
VAE-Latent-Space-Explorer
Interactive exploration of MNIST variational autoencoder latent space with React and tensorflow.js.
Stars: ✭ 30 (+50%)
Mutual labels:  mnist
tensorflow-mnist-AAE
Tensorflow implementation of adversarial auto-encoder for MNIST
Stars: ✭ 86 (+330%)
Mutual labels:  mnist
Nanodegrees
Nanodegree programs https://www.udacity.com/nanodegree
Stars: ✭ 21 (+5%)
Mutual labels:  udacity
Hand-Digits-Recognition
Recognize your own handwritten digits with Tensorflow, embedded in a PyQT5 GUI. The Neural Network was trained on MNIST.
Stars: ✭ 11 (-45%)
Mutual labels:  mnist
digitRecognition
Implementation of a digit recognition using my Neural Network with the MNIST data set.
Stars: ✭ 21 (+5%)
Mutual labels:  mnist
tensorflow-mnist-MLP-batch normalization-weight initializers
MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.
Stars: ✭ 49 (+145%)
Mutual labels:  mnist
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+525%)
Mutual labels:  udacity
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+280%)
Mutual labels:  mnist
ios-ml-dog-classifier
An iOS app that can detect a dog and determine its breed from an image or video feed.
Stars: ✭ 37 (+85%)
Mutual labels:  udacity
Bounding-Box-Regression-GUI
This program shows how Bounding-Box-Regression works in a visual form. Intersection over Union ( IOU ), Non Maximum Suppression ( NMS ), Object detection, 边框回归,边框回归可视化,交并比,非极大值抑制,目标检测。
Stars: ✭ 16 (-20%)
Mutual labels:  mnist
catacomb
The simplest machine learning library for launching UIs, running evaluations, and comparing model performance.
Stars: ✭ 13 (-35%)
Mutual labels:  mnist
KerasMNIST
Keras MNIST for Handwriting Detection
Stars: ✭ 25 (+25%)
Mutual labels:  mnist
pytorch-siamese-triplet
One-Shot Learning with Triplet CNNs in Pytorch
Stars: ✭ 74 (+270%)
Mutual labels:  mnist
reactnd-project-readable
The Discussion Forum React-Redux App : A Project for @udacity's React Nanodegree
Stars: ✭ 25 (+25%)
Mutual labels:  udacity
adversarial-autoencoder
Tensorflow 2.0 implementation of Adversarial Autoencoders
Stars: ✭ 17 (-15%)
Mutual labels:  mnist
tensorflow-example
Tensorflow-example:使用MNIST训练模型,并识别手写数字图片
Stars: ✭ 26 (+30%)
Mutual labels:  mnist
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (+185%)
Mutual labels:  udacity
Pytorch-PCGrad
Pytorch reimplementation for "Gradient Surgery for Multi-Task Learning"
Stars: ✭ 179 (+795%)
Mutual labels:  mnist

cluttered-mnist

Experiments on cluttered mnist dataset with Tensorflow.

The Spatial Transformer Network [2]

The Spatial Transformer Network [1] allows the spatial manipulation of data within the network.

Blog post

Spatial Transformer Networks with Tensorflow - WonksThisWay

Experiments

  1. Annotated Example with 20 epochs

Resources

[1] Jaderberg, Max, et al. "Spatial Transformer Networks." arXiv preprint arXiv:1506.02025 (2015)

[2] https://github.com/tensorflow/models/tree/master/transformer

[3] https://github.com/daviddao/spatial-transformer-tensorflow

[4] https://github.com/skaae/recurrent-spatial-transformer-code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].