Estadística
1 Pregunta
3 Respuestas
CLASIFICACIÓN
251.441
of 300.321
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.913
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.093
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
Feeds
How can we increase the training set?
I think this is the line that produces the error: trainingLabels = [trainingLabels; labels ]; But the problem is wit...
más de 8 años hace | 0
How to store multiple image vectors into matrix rows?
I think the problem is that you are trying to squeeze a 437580 element array into a single array element (the bottom element of ...
más de 8 años hace | 0
How can I split a vector?
I think the following function will do what you want i.e. take a vector and split it wherever a 1 occurs: function splitV...
más de 8 años hace | 0
Pregunta
Why does AlexNet have non-scalar values for NumChannels and NumFilters in some convolutional layers?
Take the layers 'conv1' and 'conv2' for example. 'conv1' has 3 channels and 96 filters; that's fine. It should follow that 'conv...
más de 8 años hace | 1 respuesta | 0