Answered
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...

4 years ago | 1

| accepted

Answered
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...

4 years ago | 1

| accepted

Answered
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,...

4 years ago | 1

| accepted

Answered
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...

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

| accepted

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

4 years ago | 1

Answered
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,...

4 years ago | 0

Answered
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 ...

4 years ago | 1

Answered
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...

4 years ago | 0

| accepted

Answered
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 ...

4 years ago | 0

Answered
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...

4 years ago | 0

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

4 years ago | 0

| accepted

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

4 years ago | 0

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0