A répondu
How to use gaussian process regression to find the optimal set of parameters?
Hi Tessa, It is my understanding you want to know how to find optimal set of parameters using Latin Hypercube Design in comb...

plus de 3 ans il y a | 1

| A accepté

A répondu
Would this be considered underfitting?
Hi Lucas, It is my understanding that you want to know whether your model is underfit or if it is not, then why training and v...

plus de 3 ans il y a | 1

| A accepté

A répondu
How to stack multiple regression type ML models to form an ensemble?
Hi Kathrin, It is my understanding that you want to implement stacking ensemble technique. In your case, train Gaussian SVM,...

plus de 3 ans il y a | 1

| A accepté

A répondu
How to incorporate Deep Learning models in controlling vehicle maneuver in automated driving toolbox Simulink blocks?
Hi Sudheer, It is my understanding that you want to know how to include deep learning model into Simulink and where to use deep...

plus de 3 ans il y a | 0

| A accepté

A répondu
Avoid exploding/vanishing gradient problem with NARX nets?
Hi Chris, As you have mentioned that one possible workaround is to use leaky ReLU activation function as NARX network's hidden...

plus de 3 ans il y a | 0

| A accepté

A répondu
How to create personalized layers
Hi Fabrizio, It is my understanding that you have successfully created the custom Regression Ouput Layer – ‘myLayer’. You wan...

plus de 3 ans il y a | 1

A répondu
How can I specify custom data and a custom loss function?
Hi Marius, It is my understanding that input data is defined manually in form of vector. Suppose input data x = linspace(0,1,...

plus de 3 ans il y a | 0

A répondu
Create k-fold Cross Validation with Undersampling for highly imbalanced Dataset
Hi Dario, It is my understanding that you want k-folds (cross-validation) to preserve the imbalanced distribution of original ...

plus de 3 ans il y a | 1

A répondu
How to optimize machine-learning model exported from regression learner app?
Hi Manhee, After exporting the model from Regression Learner App, a structure variable is exported to workspace using it predi...

plus de 3 ans il y a | 0

| A accepté

A répondu
Using the myNeuralNetworkFunction generated from the Neural Network Toolbox App
Hi Damien, When the app is finished it generates a script with the function - myNeuralNetworkFunction(X,Xi,~) where Xi should ...

plus de 3 ans il y a | 0

A répondu
How can I plot both a surface and line on the same plot image?
Hi Richard, It is my understanding that you want to have a 2-D line and surface plot of f = 2*x^2+2*x+2 in one plot. You co...

plus de 3 ans il y a | 0

A répondu
How to index Neural Network for loop
You can consider trying indexing as given below: for i = 1:length(InitialLearnRate) .... options = trainingOptions('sgdm','In...

plus de 3 ans il y a | 0

| A accepté

A répondu
Radial Basis Function NN
Answer 1 It should be: net = newrb(predictors',response') Please refer to the newrb and Radial Basis Neural Networks docum...

plus de 3 ans il y a | 0

A répondu
Deep Learning with Matlab course (Data BASE)
It is my understanding that you want to download instrdata.mat dataset used in Deep Learning with MATLAB course. You want to tra...

plus de 3 ans il y a | 0

A répondu
I don't know how to interpret this ANN classification code.
It is my understanding that you are seeing 5 confusion matrices in the output after running the code. The reason for this is the...

plus de 3 ans il y a | 0