MATLAB: Target data ? Neural Network prediction

Deep Learning Toolboxneural network

I want to make data prediction by using NN tool. But i don't have target values. How to solve this problem?

Best Answer

Get target values.
I assume you are not trying to predict class membership of input vectors (classification/pattern-recognition) Otherwise you could use unsupervised classification (i.e., clustering).
Hope this helps.
%Thank you for formally accepting my answer*
Greg