how to train data
Ältere Kommentare anzeigen
I'm starting to learn neural network and I'd like to know if it's possible to do the following:
I have text data, like this:
1 apple, 1.23, 5.26, fruit
2 carrot, 4.56, 7.25, vegetable
3 banana, 1.34, 6.77, fruit
4 orange, 1.96, 6.88, fruit
5 potato, 7.23, 2.33, vegetable
and so on...
apple, carrot... are the names of the images... next two column values are features extracted... and the last column is the text i wanted to get displayed when the particular image is selected....
just the values in the last column are different, but all fitting a simple pattern.
I'd like to use this as training data, and then input to the network a question like:
if apple is selected fruit should be displayed?
Can that be done in matlab? Please could someone reply? I can't even enter the data properly... if without using neural networks also please do someone reply....
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!