photo

LINGJUN KONG


Last seen: más de 5 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
40.556
of 300.338

REPUTACIÓN
1

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
20.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

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 1

Ver insignias

Feeds

Ver por

Pregunta


Why there is no bias and coefficient trainable parameters in the Max- and Average-Pooling Layers?
For many Network, there are 2 trainable parameters in Polling Layers: Bias and Coefficient Y=Coefficient*Max(X)+Bias; W...

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

1

respuesta

Pregunta


Why there the normalization of the imageIputLayer is Zero-Center, what should I do when I want to scale the image to [0,1] before training?
as the document said:https://cn.mathworks.com/help/nnet/examples/create-simple-deep-learning-network-for-classification.html ...

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

1

respuesta

Pregunta


How to create a layer using Neural Network like the C3 Layer of LeNet?
the C3 Layer of LeNet-5,is not a fully connect convolutional layer. every filter of this layer only take 4~5 feature map as a in...

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

1

respuesta

Pregunta


How to write data to a binary file?
I have a array data with 60,000*784*double. and I want to save them into a file by binary. file=fopen('myfilelocation...

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

1

respuesta

Pregunta


How to train a network with non-image data(MNIST)?
I'm trying to train a CNN for MNIST. As we all know, the MNIST data is not a image format. I have already trans them to a 60000...

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

1

respuesta