photo

Runcong Kuang


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
35.037
of 300.392

REPUTACIÓN
1

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


How to do activation quantization of EACH LAYER in lgraph or dlnetwork?
for activation of each layer in dlnetwork or lgraph, how to do quantization? My dlnetwork is just a piece of network, not a who...

más de 2 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to convert data from floating point to fixed point? Not function, only data.
I want to convert an array of single precision data into fixed point and I have proposed length of the data I want. How to conv...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to add breakpoints when I am pausing a running code
I add breakpoint in the debugging mode when pausing a running code. But it's grey. It gets ignored. Continue running the code w...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


mnrfit takes too long
It takes more than two weeks for a single run of mnrfit. It just reaches 43/100 iter/iterLim in 'nominalFit' after 1.5 weeks. ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


minibatchqueue or arrayDatastore drops my data precision from double to single
I get XTrain from MNIST by processImagesMNIST and put it on GPU, so its type is gpuArray dlarray. then I use these code to make...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Do matlab has build-in mnist dataset for CNN training? If I load it as dlarray, how do I train it with CNN?
This documentation shows the example to design CNN for digit image classification. Is the 'toolbox/nnet/nndemos/nndatasets/Digi...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What's fid in "Training a Model from Scratch"?
For this DL example, What's the 'fid' in the first code block? rawImgDataTrain = uint8 (fread(fid, numImg * numRows * numCols,...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


processImagesMNIST doesn't give the right data format for trainNetwork
Loading mnist: According to the dataset for DL, I load MNIST by this: filenameImagesTrain = 'train-images-idx3-ubyte.gz'; f...

más de 3 años hace | 1 respuesta | 0

1

respuesta