Community Profile

photo

Sanjana Sankar


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • First Review
  • Thankful Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 2 réponses | 0

2

réponses

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 2 réponses | 0

2

réponses

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

plus de 4 ans il y a | 2 réponses | 0

2

réponses

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 3 réponses | 0

3

réponses

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

plus de 4 ans il y a | 2 réponses | 0

2

réponses

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

presque 5 ans il y a | 3 réponses | 0

3

réponses

A répondu
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...

presque 5 ans il y a | 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...

presque 5 ans il y a | 1 réponse | 0

1

réponse