Community Profile

photo

Sanjana Sankar


Active since 2019

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Question


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 ...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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 ...

4 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 2 answers | 0

2

answers

Question


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"...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 3 answers | 0

3

answers

Question


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 ...

4 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 3 answers | 0

3

answers

Answered
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...

4 years ago | 0

Question


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...

4 years ago | 1 answer | 0

1

answer