Yeon Hwee Bae
Followers: 0 Following: 0
Statistics
RANK
16,941
of 296,364
REPUTATION
2
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
2
RANK
of 20,397
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,205
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
error: Invalid input data. Invalid number of spatial dimensions. Layer expects 0 but received 2.
I got 6960 traing dataset. each data size is 11890*2(double) full code here %% load data Path1 = fullfile('E:\','m2020','kin2...
4 years ago | 0 answers | 2
0
answersQuestion
How can I use sigmoid layer at output for multilabel classification?
layers = [ ... sequenceInputLayer(11890) bilstmLayer(100,'OutputMode','last') fullyConnectedLayer(60) sigmoi...
4 years ago | 1 answer | 0
1
answer(deep learning)how to get probability output of softmax in this code?
self answering : use predict(net, X)
4 years ago | 0
| accepted
Question
(deep learning)how to get probability output of softmax in this code?
%% [XTrain,YTrain] = japaneseVowelsTrainData; XTrain(1:5) %% figure plot(XTrain{1}') xlabel("Time Step") title("Training ...
4 years ago | 1 answer | 0
1
answerQuestion
desperate for getting an algorithm to process data
this is a part of my data. i want to make an algorithm. if second row's values are same,and if first row's values differen...
5 years ago | 0 answers | 0