mnist Questions

1

Solved

I'm trying to write a script that will allow me to draw an image of a digit and then determine what digit it is with a model trained on MNIST. Here is my code: import random import image from ten...
Digestive asked 21/10, 2016 at 14:26

1

Solved

I'm following the tutorial "Deep MNIST for Experts", https://www.tensorflow.org/versions/r0.11/tutorials/mnist/pros/index.html#deep-mnist-for-experts Using Convolutional Neural Networks, I get an ...
Ardyce asked 20/10, 2016 at 13:59

1

Solved

I am beginning to use torch 7 and I want to make my dataset for classification. I've already made pixel images and corresponding labels. However, I do not know how to feed those data to the torch. ...
Nephrosis asked 6/6, 2016 at 12:29

2

Solved

I'm working on a program that lets the user draw a digit in a "scribbling area" and with the press of a button the application will predict the digit that he entered, using a neural net classifier....
Chetnik asked 25/5, 2016 at 22:47

1

I install Tensorflow on ubuntu 14.04. I completed MNIST For ML Beginners tutorial. I understood it. Nor, I try to use my own data. I have train datas as T[1000][10]. Labels are L[2], 1 or 0. How ...
Ornelas asked 24/4, 2016 at 10:28

1

I'm relatively new to theano and I want to run the mnist example on my GPU but I get the following output: Using gpu device 0: GeForce GTX 970M (CNMeM is disabled) Loading data... Building model a...
Housemaster asked 2/12, 2015 at 14:22

3

Solved

I'm trying to use the Theano library in python to do some experiments with Deep Belief Networks. I use the code in this address: DBN full code. This code use the MNIST Handwritten database. This fi...
Malaco asked 29/9, 2014 at 20:4

© 2022 - 2024 — McMap. All rights reserved.