Answered
Layers argument must be an array of layers or a layer graph.
Hello PRAMOD, It appears that the issue you're encountering stems from an improper initialization of the layers object. The mis...

1 year ago | 0

Answered
Plot extracted world coordinate of object on object
Hello Sam, As far as I understand your question you need to plot the X Y coordinate you have found for different segments in th...

1 year ago | 0

Answered
Implementing CNN and LSTM in parallel
Hello Mahmoud, To achieve image classification with a CNN and concurrently classify signals with an LSTM, you can employ deep l...

1 year ago | 0

Answered
lstm network not giving accurate results
Hello Suresh, Upon reviewing the confusion matrix, it appears that your network may be overfitting, particularly with respect t...

1 year ago | 0

Answered
I have a problem manually programming a neural network
Hello Shimon, I've identified a number of problems with the code you've shared. Let me outline the necessary amendments, Initi...

1 year ago | 0

Answered
poor dumping in NARX
Hello Giuseppe, Based on what you've described, it appears you are engaged in a project that utilizes a Nonlinear Autoregressiv...

1 year ago | 0

Answered
How to please do TX Coverage at 10 meters above the terrain? - AntennaToolbox
Hi Michal, From my interpretation you want to understand how signals propagate out from transmitters that are 10 meters high. T...

1 year ago | 0

Answered
Trying to run a docker in Matlab
Hello William, From what I understand you want to use Docker with MATLAB. Using Docker from MATLAB is not a typical use case, b...

1 year ago | 0

Answered
Why there is no Quadratic kernel in fitcsvm
Hello Diver, From what I gather, you seem to be encountering difficulty locating the 'Quadratic' kernel option within the ‘fitc...

1 year ago | 0

Answered
Problem with boundary conditions
Hey Saikat, From the information I gather you are trying to apply thermal loading to a 2D cantilever but it not able to get inc...

1 year ago | 0

| accepted

Answered
How to test ANN model
Hello Sunita, Based on the details provided, it seems you possess a trained artificial neural network (ANN) model and are seeki...

1 year ago | 0

Answered
Closed loop phase info on Nichols Grid?
Hey Raymond, From what I gather, it seems you are not able to turn on closed loop phase information on a Nicholas plot where th...

1 year ago | 0

Answered
Neural network - Why are the outputs not within -1 and 1 when i apply tansig as the activation function in the output layer?
Hello OOI JUN HANG, From what I gather, you're having trouble in achieving outputs in the interval of [-1, 1] with the tansig f...

1 year ago | 0

Answered
How to eliminate the cross lines in routing problems?
Hey Wang Zhen, To ensure that your vehicle routing problem (VRP) solution does not contain any crossing lines, you can apply a ...

1 year ago | 0

Answered
Grouping PCA scores according to clusters and variables
Hello, From what I understand, you've conducted a Principal Component Analysis (PCA) on a dataset that includes various bioche...

1 year ago | 0

Answered
stair generator matrix input?
Hi Peter, Indeed, Simulink allows for the modification of parameters during a simulation, giving you the capability to interact...

1 year ago | 0

Answered
What is the Proper Notation for Multi-level Mixed Effects Models
Hello Seth, In multilevel mixed-effects models, the notation can indeed be a bit confusing at first. However, the syntax you've...

1 year ago | 0

Answered
Is there any way to obtain the classified signal for each class ?
Hey Omar, As far as I understand your question you need to classify a set of four signals and need a classified signal on the o...

1 year ago | 0

Answered
Best way to regress longitudinal data with variable (down to 1) time-points?
Hello Antonio, If I understand correctly, you're referring to the challenge of handling time series data with varying lengths. ...

1 year ago | 0

Answered
Does Simulink Report Generator not manage dashboard utilities?
Hello Giulio, It seems like the Simulink Report Generator is not capturing the dashboard utilities properly in the WebView repo...

1 year ago | 0

Answered
NARX - a strange thing happens
Hello Giuseppe, The issue you're encountering is known as overfitting in machine learning. Essentially, by using all available ...

1 year ago | 0

Answered
LSTM network stuck in local optima because of gradient tracking?
Hello Joonas, It's unlikely that an LSTM network gets stuck in a local optima solely due to gradient tracking (backpropagation ...

1 year ago | 0

Answered
Matlab engine install in conda environnement on M1 mac
Hello Ariane, It seems like you are encountering an issue with the installation of the MATLAB engine for Python in a Conda envi...

1 year ago | 0

Answered
How generate a sea state wave heights (Hs) random number for each bin (time interval-Tp)? I did use lognormal distribution.
Hello Jose, It seems like you are generating random wave heights (Hs) for different time intervals (bins) using the lognormal ...

1 year ago | 0

Answered
How can you program Simulink to run multiple times, each of them using the output data from the previous run as initial condition?
Hi Nicolas, I suggest utilizing the 'newrbe' or 'newrb' MATLAB commands to generate the Simulink model for radial basis neural ...

1 year ago | 0

Answered
Non-image neural network
Hello George, From my understanding you are trying to predict whether an event is single track or double track using sensor d...

1 year ago | 0

Answered
How to do the Feedforward backpropagation during neural networks training
Hello Chuanjung, Based on the information provided in your data, it seems that you have four independent variables that you a...

1 year ago | 0

Answered
how to indicate different transferFcn in a same layer when using feedforwardnet
Hello, Based on your question, it seems like you want to use different activation functions for different neurons within the sa...

1 year ago | 0

Answered
matlab have lunar calendar code?
Hello Peter, As per my understanding you want to convert Georgian timeseries calendar to lunar calendar (Chinese). Although y...

1 year ago | 1

Answered
MATLAB uses 90%+ of CPU
Hello Emirhan, The task manager is displaying the memory allotted for MATLAB at that instance. When other applications would as...

1 year ago | 0

Load more