Himanshu tripathi
Followers: 0 Following: 0
Estadística
0 Preguntas
6 Respuestas
CLASIFICACIÓN
5.513
of 293.982
REPUTACIÓN
8
CONTRIBUCIONES
0 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.065
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 150.317
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
1 Público Canal
EVALUACIÓN MEDIA
50
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
classificationLayer cannot output one-hot encoded matrix?
Hey Xiaolong, Why do you want to feed one hot encoded Y to the net? The function trainNetwork() does not accept one hot encod...
alrededor de 5 años hace | 0
How can I configure a MATLAB Function block from Simulink
To configure Right Click > Block Parameters.
alrededor de 5 años hace | 0
A simple classifier...does it work?
Yes, looking at the results it seems fine !
alrededor de 5 años hace | 1
| aceptada
omit nonzero elemnt in cell
This may be helpful. Replacing Values of a cell in Matlab.
alrededor de 5 años hace | 0
zero pad to resize an image
Try this I = rand(240,152) ; // first image iwant = zeros(240,168) ; iwant(1:240,1:152) = I ;
alrededor de 5 años hace | 1
Why do I get these error message ?
Try this for i = 1:size(BB,1) rectangle('Position',BB(i,:),'LineWidth',3,'LineStyle','-','EdgeColor','r'); end
alrededor de 5 años hace | 0