photo

Shantanu Dixit


Last seen: Today Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Debug mode for RL agent networks
Hi Nicolas, It is my understanding that you want to monitor the outputs of each layer and debug the RL agent nets while the tra...

4 Tage vor | 0

| akzeptiert

Beantwortet
how to plot a matrix graph of D(n,m) versus C(n,m) with different colors
Hi Albert, It is my understanding that you want to plot the two matrix values against each other and have different colors cor...

6 Tage vor | 0

Beantwortet
How to view the output of each and every hidden layer in a deep neural network
Hi Prabha, It is my understanding that you want to view the output of each and every hidden layer in the deep neural network. ...

6 Tage vor | 0

Beantwortet
How I customize self attention layer for identifying wafer defects?
Hi Sharith, It is my understanding that you want to add and customize self-attention in the CNN network for detecting wafer def...

8 Tage vor | 0

Beantwortet
Different Action spaces in different steps
Hi Danial, It is my understanding that you want the agent to have one type of action space for the first step in an episode and...

11 Tage vor | 0

Beantwortet
Generate matrix combinations with parameters
Hi Catarina, It is my understanding that you are trying to generate the all possible combinations for the matrix M using T row...

12 Tage vor | 0

| akzeptiert

Beantwortet
Estimating the parameter of a power law distribution using maximum likelihood estimation (MLE)
Hi Kashif, You can use fminsearch - MATLAB and obtain the C and m for the power law fit. See the below snippet for minimizing t...

etwa ein Jahr vor | 0

Beantwortet
undefined variable problem using vpasolve
Hi Vincent, The error you are encountering is due to the fact that you are using the symbolic variable x1 in the calculations ...

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
How to compute the gradients of the the Neural Network in matlab
Hi Hanqiu, Refer to dlgradient-MATLAB for gradient calculation. The function takes in y-(Variable to differentiate) and x1,x2....

etwa ein Jahr vor | 0

Beantwortet
concatenate different matrices with different dimensions
Hi Jorge, Yes you are right, horzcat requires the number of rows to be the same and for that padding needs to be done as you've...

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
How to compare all matrix cells to the median value?
Hi Ziad, You can use "median()" function in MATLAB to compute the median of the matrix. Further you can create a logical matri...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
How many LSTM blocks are there in bidirectional LSTM layers?
Hi Shweta, Assuming that by hidden layers you mean numHiddenUnits, the numHiddenUnits refer to the number of LSTM blocks per di...

etwa ein Jahr vor | 0

Beantwortet
Training a non-linear function using deep learning (layers and options)
Hi Fahad, The first input argument in fullyConnectedLayer is the outputSize, i.e , the number of neurons in the next layer. S...

etwa ein Jahr vor | 0

Beantwortet
Solve equation with for loop function
Hi Annique, Verify both the identites using for loop (using n = 100) and the identity formula. 1. n = 100; sum_n_cubes = ...

etwa ein Jahr vor | 0

Beantwortet
Normalization and scaling features in ML
Hi Nor, This is a concept related to feature scaling, here's how you would handle normalization for real-time data using the ...

etwa ein Jahr vor | 0

Beantwortet
Machine Learning-Mean Normalization
Hi Ioannis, Mean normalization or feature scaling is typically applied to the input features (X) and not the output variable...

etwa ein Jahr vor | 0