Statistics
RANK
10,226
of 301,172
REPUTATION
4
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 21,183
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
How can I split my dataset in training/validation/test set when the dataset is a cell array?
I found the answer, I need to add: net.divideMode = 'time'; so that cell arrays can be divided in train/validation/test ...
8 years ago | 2
| accepted
Question
How can I split my dataset in training/validation/test set when the dataset is a cell array?
I am training an Elman network and for that reason my datasets (input/target) need to be cell arrays (so that the examples are c...
8 years ago | 1 answer | 0