Chris Basic
Followers: 0 Following: 0
Statistik
RANG
30.533
of 295.467
REPUTATION
1
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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 ...
mehr als 4 Jahre vor | 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:') ...
mehr als 4 Jahre vor | 0
Frage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
SequenceinputLayer and Convolution2dLayer
I was told by the deep network designer that the SequenceinputLayer and Convolution2dLayer that these two layers are incompatibl...
mehr als 4 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 "...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0