Chris Basic
Followers: 0 Following: 0
Estadística
5 Preguntas
2 Respuestas
CLASIFICACIÓN
30.302
of 295.040
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.168
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.105
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 i plot an airfoil with rounded trailing edge?
Maybe you can just add a point or two to round the end off. I assume that you are getting your data from "airfoiltools.com", so ...
más de 4 años hace | 0
prompt user to input n matrices
One way you could do this is have a for loop and have the user enter the dimensions: for i=1:4 n(i)=input('Enter dimension:') ...
más de 4 años hace | 0
Pregunta
Is there any way to increase accuracy with this Convolution Neural Network?
I have a convolution neural network with layers like this: layers = [ ... imageInputLayer([1 5 1]) convolution2dLaye...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
SequenceinputLayer and Convolution2dLayer
I was told by the deep network designer that the SequenceinputLayer and Convolution2dLayer that these two layers are incompatibl...
más de 4 años hace | 2 respuestas | 1
2
respuestasPregunta
CNN code and Sequence Input Error
I have a CNN on the Deep Learning toolbox and I get this error. I do not get this error if I start with an Image Input as oppose...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm not sure how to train this?
I have created "lgraph_1" (LayerGraph file) through the Deep Learning Network. I originally had numbers for 29 columns (set as "...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Training and Testing data for GRNN
I have a training program and a testing program for a Generalized Regression Neural Network. The result of the training program...
alrededor de 5 años hace | 0 respuestas | 0