Jianshe Feng
Followers: 0 Following: 0
Machine Learning PhD Student. Interested in Application of Machine Learning in Stat, Econ, and Precision Manufacturing Process.
Statistics
RANK
10.648
of 297.080
REPUTATION
4
CONTRIBUTIONS
5 Questions
3 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
2
RANK
of 20.424
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
A question about randomsample syntax
I noticed that there are some syntax about how to "randomsample", for example" y = randsample(n,k) y = randsample(popula...
ongeveer 8 jaar ago | 1 answer | 0
1
answerWhy do I get a warning about 'Integer Operands Are Required for Colon Operator When Used as Index' ?
One supplement is that this is not an error, but it's really annoying and very time-consuming!!! I tried to recreate this warni...
ongeveer 8 jaar ago | 2
Question
Did any one receive the Mathworks T-shirt or hat from MATLAB Central Scavenger Hunt competition?
Greetings guys, I was so lucky that chosen to win a MathWorks T-shirt or hat from MATLAB Central Scavenger Hunt competition. ...
ongeveer 8 jaar ago | 0 answers | 0
0
answersQuestion
Where can I find the datasets "digitTrainCellArrayData"
Hi all, Now I am running the MATLAB sample code for "Train Stacked Autoencoders for Image Classification". The codes are as b...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
How to run som_demo4 in somtoobox? Thank you~
Hi guys, I am learning SOM these days, when I run som_demo4.m in somtoolbox downloaded from http://www.cis.hut.fi/somtoolbox/...
meer dan 8 jaar ago | 1 answer | 0
1
answerRepeat element of a vector n times without loop.
ind = [1;1;1;2;2;2;3;3;3]; x(ind)
meer dan 8 jaar ago | 0
Repeat element of a vector n times without loop.
y = repmat(x,1,3); y = transpose(y); y = y(:);
meer dan 8 jaar ago | 0
Question
Error when Zoom in
Hi guys, Here is my problem: I plotted a figure and wanted to zoom in to see some details. However, the error showed up: ...
meer dan 8 jaar ago | 1 answer | 0