Community Profile

photo

Sanjana Sankar


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

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

fast 5 Jahre vor | 0

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort