<AI>Devspace
upvote

-4

downvote

0

save

How many neurons would a network have after a training of 100k small images?

clock icon
asked 1 week ago
message icon
1
eye icon
353

Is there any way to estimate how big the neural network would be after training session of 100,000 unlabeled images for unsupervised learning (like in STL-10 dataset: 96x96 pixels and color)?

Not the storage space (because this could vary I guess based on the implementation), but specifically how many neurons it could have. It could be an estimate (e.g. in thousand, millions). If it depends, then on what? Are there any figures that can be estimated?

1 Answer

The neural network is typically a set size once it's created. You'd have to create a network big enough for your data-set.

1

Write your answer here