photo

Yash Sharma


Last seen: 3 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • 12 Month Streak
  • Knowledgeable Level 3
  • First Answer

View badges

Feeds

View by

Answered
Is it possible to create global variables (objects) of custom classes in Simulink?
Hi Roop, You can take a look at the following Matlab answer to answer your query. https://www.mathworks.com/matlabcentral/answ...

20 days ago | 0

Answered
Is it possible to change some parameters during a RL training?
Hi Leonardo, If you want to change some parameters while the training is running, you will need to implement a custom training ...

20 days ago | 1

Answered
Complete transformer model (Encoder + Decoder + Interconections)
Hi Will, You can take a look at the following file exchange submission. Transformers Models:- https://www.mathworks.com/matlab...

20 days ago | 0

Answered
how to display the calling relation ship between simulink function and function caller
Hi wenchao, To visually showcase the relationship between a function caller and a Simulink function, follow these steps: Open ...

20 days ago | 0

| accepted

Answered
training network plot accuracy intead of rmse
To plot accuracy instead of RMSE in the training progress graph when using trainNetwork with LSTM for a classification task, you...

1 month ago | 0

Answered
forecasting in regression learner
Hi roberto, You will need to use the "predict" function in a loop to forecast steps in regression learner. Below is the example...

1 month ago | 0

Answered
Why am I getting the incorrect test result for this section of the deep learning onramp?
Hi Manish, You need to delete the "loss3-classifier" layer and add a new fullyConnected layer from Convolution and Fully Connec...

1 month ago | 0

Answered
Encountering errors while training my own data using pointpillar documentation from matlab
Hi Gaurav, The error you're encountering indicates a size mismatch in the inputs to the 'concatenate' layer in your PointPillar...

1 month ago | 0

Answered
Reinforcement Learning Implementation in Matlab
Hi Vartika, You can take a look at the below example: https://www.mathworks.com/help/reinforcement-learning/ug/train-q-learning...

2 months ago | 0

Answered
how to build one to many and many to many LSTM in matlab?
To build one-to-many and many-to-many LSTM models in MATLAB, you can use the Deep Learning Toolbox. You need to change number of...

2 months ago | 0

Answered
Solution for circular-linear regression
Hi Osama, You can look at the following matlab file exchange toolbox. Circular Statistics Toolbox: https://www.mathworks.com/m...

2 months ago | 0

Answered
Back propagation NN on a linear system
Hi Stan, You can create your own custom neural network and can have control over all the training parameters. Take a look at be...

2 months ago | 0

Answered
multi input and multi output LSTM
You can train a multi-output LSTM network using a custom training loop. Here is an example of how to train a network with multip...

2 months ago | 0

Answered
Is there any way to determne the number of support vectors while using classifier app?
Hi Krishna, You can use the supportVectors propertt from the classificationSVM class to get the number of support vectors. "Su...

2 months ago | 0

Answered
how to plot decision boundary by ELM
Hi Uma, You can take a look at the following mathworks example to plot decision boundary: https://www.mathworks.com/help/stats/...

2 months ago | 0

Answered
How to Plot Accuracy instead of RMSE in the training progress graph of 'trainNetwork'
To plot accuracy instead of RMSE in the training progress graph when using trainNetwork with LSTM for a classification task, you...

2 months ago | 0

Answered
How to modify the fully connected layer for YOLO purposes?
Hi Fahmi, You can use MATLAB's removeLayers function in order to remove a layer from a neural network, then you can add your ow...

2 months ago | 0

Answered
Multiple comparison test: hsd
Hi Aniruddha, In MATLAB, you can use the multcompare function to perform multiple comparisons of all group pairs after an ANOVA...

2 months ago | 0

Answered
New initial starting point (input and output) of already trained LSTM Network
Hi Leon, Yes it is possible to use an already trained network for new predictions, take a look at the following documentation o...

2 months ago | 0

Answered
Creating simulink neural network from my own weights and bias
To integrate your manually created neural network into Simulink, you can use MATLAB Function blocks to implement the network's f...

2 months ago | 0

| accepted

Answered
How do I fix NARX neural network performance value?
The performance value of your NARX neural network changes upon retraining due to the following reasons: Random Initialization: ...

2 months ago | 0

Answered
can an example is provided to use Attention mechanism in time series sequence data? and also how to use it with LSTM?.
Hi, You can create a custom deep learning layer, then add it to your LSTM network and use trainnet to train the LSTM with atten...

2 months ago | 0

Answered
Import voxceleb dataset into matlab
Hi Renisha, You can use the following functions from matlab to import voxceleb dataset. audioread: https://www.mathworks.com/h...

2 months ago | 0

Answered
Data generation using Homogenous Poisson Point Process
To generate the locations (x, y) of 100 nodes within a radius of 1 kilometer using a Homogeneous Poisson Point Process (HPPP) wi...

2 months ago | 0

Answered
Draw Trefoil on Matlab t
Certainly! A trefoil knot is a type of knot that can be visualized in 3D. You can draw a trefoil knot in MATLAB using parametric...

2 months ago | 0

Answered
Issues on the translation of MATLAB machine learning model to Python
When translating machine learning models from MATLAB to Python, there are several factors that can lead to differences in perfor...

2 months ago | 0

Answered
Dimension reduction for logical arrays
Principal Component Analysis (PCA) can be a powerful tool for dimensionality reduction and visualization, but applying it correc...

2 months ago | 0

Answered
Training TCN network in batches to predict a continuous variable
To train your network with time-series data from multiple trials while preserving the sequential nature of the data, you need to...

2 months ago | 0

| accepted

Answered
How to train autoencoder on dlarray data for feature extraction?
To train an autoencoder for dimensionality reduction on your high-dimensional time-series dataset, you can follow these steps in...

2 months ago | 0

| accepted

Answered
Saving Simulink Model Programatically also makes a copy of a test harness
Hi, In order to stop auto generation of test harness you will have to detach the harness form the model, follow the below step...

2 months ago | 0

Load more