Community Profile

photo

Sanjana Sankar


Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • First Review
  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Connecting various layers in deep learnig
How do I achieve the following architectur in Matlab? How do I give input to the 128 unit LSTM? what should be my X train and Y ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Input structure for BiLSTM
I keep getting this error when i run my BiLSTM model "Error using trainNetwork (line 165) Invalid training data. Predictors mus...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save nested cells in mat file
I want to save data in such a way that a cell holds another cell array. My main table will consist of cells, each of which will...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


How to map a scalar to a vector?
I want to map a letter to a a vector. Example: a is mapped to [ 0 0 0 0 1] b ia mapped to [0 0 0 1 0] and so on. The contain...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


saving with variable name
I want to call a function twice. And this function has to save a mat file. So each time it is callled, I want to send a variable...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


unique set from file
I have a .mat file with 14994x31 cells with random alphabets in the cells. I need to find the unique set. I know it is going to ...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Import .txt and save as .mat with conditions
Hello! I have a .txt file that holds data as follows c a t k i: t t e: n d u: c k e l e p h a: n t The words are not of eq...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Is it possible to store string arrays of variable length as different rows in csv?
Hii! I have the following input "A" "B" "C" "D" "E" which is a 1x5 string array and another input, say "A" "E"...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Splitting based on delimiter but only once
Hello! I know how to split a string entirely based on a delimiter. But I would like to know how to do the following split Inpu...

oltre 4 anni fa | 3 risposte | 0

3

risposte

Domanda


How to do one hot encoding of unusual letters in matlab?
I have a table of german characters. I would like to one hot encode them so that i can input it to a neural network. How should ...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


Finding unique set from large dataset
Hello! How would one go about to find a unique set of variables that can depict shortly which variables are used in a large dat...

quasi 5 anni fa | 3 risposte | 0

3

risposte

Risposto
Long Short Term Memory
Hi. I am working on buiding a BiLSTM model too. I do not undestand how to feed the network from the documentations given in MATL...

quasi 5 anni fa | 0

Domanda


BiLSTM for sequence to sequence G2P conversion (DNN)
Hello all, I would like to input a sequence to a BiLSTM model and also output a sequence. But I am not able to find any documen...

quasi 5 anni fa | 1 risposta | 0

1

risposta