Train neural network on a single image set?

I'm trying to set up a neural network to recognise a specific object in images. Is it possible to train it on only images of the target item, or does the network require images which do not contain it to contrast with (which seems to be the case)?

Answers (1)

If you do not train with alternative inputs you will probably have too many false positives.
Hope this helps
Thank you for formally accepting my answer
Greg

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 19 Jan 2018

Answered:

on 19 Jan 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!