photo

Ayush Aniket


Last seen: 3 días hace Con actividad desde 2017

Followers: 0   Following: 0

Programming Languages:
MATLAB

Estadística

All
  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Unrecognized property 'LearningFrequency' for class 'rl.option.rlPPOAgentOptions'.
Hi Nicolas, The error you get is due to the fact that the LearningFrequency property in the rlPPOAgentOptions class was introdu...

4 días hace | 0

| aceptada

Respondida
i have a vector in lenght 5, i need to check if a sum of 2 or more elements in the vector is equal to another element at the same vector how to do that?
Hi Omer, You can check for the existence of an element which is the sum of two or more elements in the same vector as follows: ...

6 días hace | 0

| aceptada

Respondida
How to structure the data using webread
Hi Jorge, To retrieve specific data from the XML file, you can use regexp on the string output of webread function. Refer the f...

7 días hace | 0

| aceptada

Respondida
Prooving a trained LSTM regression model
Hi James, To find the output using the weights of your trained layers, you will have to implement the equations for all the lay...

15 días hace | 0

| aceptada

Respondida
How to change the input size of Input layer in actor-critic
The error message indicates that there's a mismatch in the input sizes of the layers within your network, specifically at the ad...

alrededor de 1 mes hace | 0

Respondida
trainNetwork function features dimensions problem
Hi Marco, The input format required by trainNetwork function in MATLAB for dataset of sequences is a Nx1 cell array where each ...

alrededor de 1 mes hace | 0

Respondida
Multiple custom libraries in one library browser
Hi Byunghoon, To integrate multiple custom libraries into a single Simulink Library Browser window at the top level, you need t...

alrededor de 1 mes hace | 1

Respondida
rlValueFunction error: The number of network input layers must be equal to the number of observation channels in the environment specification object.
Hi Anna, The error message you are encountering indicates a mismatch between the number of input layers in your critic network ...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Output data size does not match net.outputs{3}.size.
Hi Amanuel, The error you encounter is due to the incorrect syntax of the inputs and targets to the neural network. The network...

alrededor de 1 mes hace | 0

Respondida
Default data division in trainAutoencoder
Hi Marc, Autoencoders are often used in unsupervised learning tasks where the goal is to learn a compressed, encoded representa...

alrededor de 1 mes hace | 0

| aceptada

Respondida
LSTMに対するシーケンスを含む複数データの入力の方法に関して
The input format required by the LSTM network in MATLAB for dataset of sequences is a Nx1 cell array where each element is a c-b...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Multiclass SVM using fitcsvm
Hi Tabassum, The error you are encountering comes from the fact the SVM model is trained on two features i.e. two columns of me...

alrededor de 1 mes hace | 0

Respondida
Python function call from Matlab - error occurred "Conversion to int64 from py.NoneType is not possible."
Hi Saswati, The error message you are getting is due to the fact that the addNumbers function in your calculation.py Python fil...

alrededor de 1 mes hace | 1

Respondida
1D convolution layer and Understanding Filter Size
Hi Isabelle, The error you are encountering is related to how the output of your network is structured. The number of filters i...

alrededor de 1 mes hace | 0

| aceptada

Respondida
inverse principal component analysis
Hi Ali, PCA (Principal Component Analysis) is a dimensionality reduction technique that projects high-dimensional data into a l...

alrededor de 1 mes hace | 0

Respondida
How to find respective features from Principal Components
Hi Jamil, Regarding your first question: Principal components are linear combinations of your original features. Each compone...

alrededor de 1 mes hace | 1

| aceptada

Respondida
How to generate fx value according to number of samples?
Hi Gulzar, It seems like you are trying to perform matrix multiplication for a layered medium simulation, where the thickness o...

alrededor de 1 mes hace | 0

| aceptada

Respondida
HOW CAN I TURN AN EQUATION INTO COMPONENT IN A LIBRARY?
Hi Usha, To turn an equation into a component in a library in Simulink, follow the below steps: Save the Simscape file ( .ssc)...

alrededor de 1 mes hace | 0

Respondida
USING LSTM TO CLASSIFY DATA
Hi ernest, Based on your data, I am assuming that you want to perform a 'sequence-to-label' classification task i.e. given a se...

alrededor de 1 mes hace | 0

| aceptada

Respondida
How to obtain additional test result in neural network fitting app by using code?
Hi 지연 김, You can use the 'net' object i.e your trained neural network to predict the outputs for the additional test data 'inpu...

alrededor de 1 mes hace | 1

Respondida
how to use stride in customized pooling layer?
Hi Nayab, To implement the striding functionality, you need to manually iterate over the input feature map and apply the mean p...

2 meses hace | 0

Respondida
An error occurred while Defining Custom Classification Output Layer:Error using 'backwardLoss' in Layer sseClassificationLayer. The function threw an error and could not be executed.
Hi 文 王 , The error occurs due to missing input parameters of the 'backwardLoss' method in your custom classification layer. The...

2 meses hace | 0

Respondida
Using CTC los function with trainnet
Hi Bruno, The error indicates that the input arguments to the 'predict' function does not expect a 'dlarray' object. The synt...

2 meses hace | 0

| aceptada

Respondida
TCN model to predict continuous variable
Hi Isabelle, For a regression task you will need to make the following changes to the architecture and training process of your...

2 meses hace | 0

Respondida
Adding Symbolic equations using while loops
Hi Emma, In your inner 'while' loop for calculating 'EquationExample', you're missing an increment for 'Row' variable within th...

2 meses hace | 0

Respondida
How to code a pulse function in differential equations
Hi Rui, Assuming 'tau' to be a small interval around the hour marks, you can define a custom 'odefun' to pass as argument to th...

2 meses hace | 0

Respondida
How to update a line name with constant block name
Hi Vignesh, There is no functionality in Simulink to change the name of all the lines connected to the Bus Creator to its origi...

3 meses hace | 0

Respondida
When applying the Simple Filter Approach (t-test) for feature selection, if all features have p-values of 0, does it mean that all features have strong discrimination power?
Hi Hussein, The t-test is traditionally used to compare the means between two groups. Your dataset involves 11 groups, which su...

3 meses hace | 1

| aceptada

Respondida
Problem with user-created image displaying on UI Axes in app developer
Hi Gabriela, The reason you only see a single line in your Graph App is because it only processes one 'Line' object information...

3 meses hace | 0

Respondida
How to easily plot a time series graph of logical quantities with 0-1 binary values as shown in the figure?如何方便绘制如图所示的0-1二值的逻辑量时间序列图?
Hi, Assuming the time series data you want to plot to be in the format of the matrix where each row represents a variable over ...

5 meses hace | 0

Cargar más