Top "Mnist" questions

MNIST is a database of handwritten digits collected by Yann Lecun and widely used in machine learning research.

Scikit-learn - Cannot load MNIST Original dataset using fetch_openml in Python

I'm trying to load the MNIST Original dataset in Python. The sklearn.datasets.fetch_openml function doesn't seem to work …

python scikit-learn mnist
python pickle UnicodeDecodeError

I'm trying to load the mnist character dataset (following the tutorial outlined here: http://neuralnetworksanddeeplearning.com/chap1.html ) when I …

python pickle mnist
Error: from tensorflow.examples.tutorials.mnist import input_data

My environment is as follows: * Windows 7, 64 bit * Anaconda Navigator 1.8.7 * python 3.6.5 * tensorflow 1.8.0 In python, I type: import tensorflow as tf from …

python tensorflow mnist
How do I use tf.reshape()?

import tensorflow as tf import random import numpy as np x = tf.placeholder('float') x = tf.reshape(x, [-1,28,28,1]) with …

python numpy tensorflow reshape mnist
How to fix 'No such file or directory' error while loading MNIST dataset

I have downloaded the MNIST training images and labels from yann.lecun.com and unzipped them. I am trying to …

python python-3.x mnist mlxtend
Pre-processing before digit recognition for NN & CNN trained with MNIST dataset

I'm trying to classify handwriting digits, written by myself and a few friends, by usign NN and CNN. In order …

python matlab ocr image-recognition mnist
Invalid dimension for image data in plt.imshow()

I am using mnist dataset for training a capsule network in keras background. After training, I want to display an …

python-3.x matplotlib keras typeerror mnist
TensorFlow ValueError: Variable does not exist, or was not created with tf.get_variable()

I am a newbie to Tensorflow and trying to implement a Generative Adversarial Network. I am following this tutorial for …

python tensorflow optimization conv-neural-network mnist
How to create 2-layers neural network using TensorFlow and python on MNIST data

I'm a newbie in machine learning and I am following tensorflow's tutorial to create some simple Neural Networks which learn …

python tensorflow mnist
java.lang.OutOfMemoryError when running the DeepLearning4J MNIST sample

here is what I'm doing on a single node, local spark cluster: git clone https://github.com/deeplearning4j/dl4…

apache-spark mnist deeplearning4j