Is this the correct way to prepare the input and target vectors to feed them to neural network?
1 view (last 30 days)
Show older comments
I am having a dataset of 50 images, i extracted the features of the 50 images and stored them as vectors in a matrix using the CSV so it was stored with .dat format, then in excel i created the target vectors where every column represents an image and every row represents a class. the target excel sheet is saved in .dat format
my questions are:
- Is it okey to use .dat format with neural network?
- how to make a dataset of the inputs and target?ex: i want to name the dataset : "pupiles"so [inputvectors,targets]=pupilesand so that i can use:
load pupiles
thank you in advance
0 Comments
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!