photo

Jianshe Feng


Last seen: quasi 4 anni fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Machine Learning PhD Student. Interested in Application of Machine Learning in Stat, Econ, and Precision Manufacturing Process.

Statistica

All
MATLAB Answers

5 Domande
3 Risposte

Cody

0 Problemi
4 Soluzioni

RANK
10.697
of 300.364

REPUTAZIONE
4

CONTRIBUTI
5 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
63.697
of 168.407

CONTRIBUTI
0 Problemi
4 Soluzioni

PUNTEGGIO
50

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Why 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...

quasi 9 anni fa | 2

Domanda


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. ...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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/...

circa 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Repeat element of a vector n times without loop.
ind = [1;1;1;2;2;2;3;3;3]; x(ind)

circa 9 anni fa | 0

Risposto
Repeat element of a vector n times without loop.
y = repmat(x,1,3); y = transpose(y); y = y(:);

circa 9 anni fa | 0

Domanda


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: ...

oltre 9 anni fa | 1 risposta | 0

1

risposta