Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

set of training images for a simple neural network

do you know any good set of training images for my test neural network

preferably a tagged set of images of numbers or letters or simple symbols

faces or real images might be too complex at this stage. (i am tiring to implement a Boltzmann machine)

like image 326
Manu Avatar asked Sep 27 '10 15:09

Manu


People also ask

How many images do you need to train a neural network?

Usually around 100 images are sufficient to train a class. If the images in a class are very similar, fewer images might be sufficient. the training images are representative of the variation typically found within the class.

What is training set in neural network?

The model is initially fit on a training data set, which is a set of examples used to fit the parameters (e.g. weights of connections between neurons in artificial neural networks) of the model.

Do neural networks have training sets?

Fitting a neural network involves using a training dataset to update the model weights to create a good mapping of inputs to outputs.


2 Answers

The UCI Machine Learning Repository has a bunch of different sets of training data, including handwritten digits, for example Optical Recognition of Handwritten Digits Data Set

like image 147
brabster Avatar answered Nov 13 '22 12:11

brabster


Another large repository of datasets, organized by application domain (classification, regression, segmentation, ...) is MLcomp. It also allow you to compare the performance of your algorithm with many other standard methods.

like image 28
pberkes Avatar answered Nov 13 '22 11:11

pberkes