Community Profile

photo

Badavath Purnesh Singh


Last seen: 2 months ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


out of range subscript while training. Error is like sub2ind.
I have labelled my folders in a numerical sequential manner. The files in that folders are being used to train my algorithm. The...

2 years ago | 1 answer | 0

1

answer

Question


How to reshape a matrix?
I have a matrix of size 9*10. I want each row of the matrix get converted into a 2D matrix, like 3*3 and the coloumns which repr...

2 years ago | 1 answer | 0

1

answer

Question


How to get the function 'convolution1dLayer' ?
I haev been working on the 1D CNN. But in matlab if i try to use the function 'convolution1dLayer'. Im getting a response as, ...

2 years ago | 2 answers | 0

2

answers

Question


How to tune hyperparameters for LSTM training.
I'm training a LSTM model for signal classificaiton. The training progress graph looks like the first pictiure at the very begin...

2 years ago | 1 answer | 0

1

answer

Question


I want to increase my cell's length by 8 times, by making each and every element copying by 8 times.
If i have a cell of size 2*1 containing 2 elements cat and dog. Now I want to increase my cell size by 16*1, by making my 1st 8 ...

2 years ago | 1 answer | 0

1

answer

Question


How can I remove this error ?
Error using trainNetwork (line 184) Conversion to single from uint8 is not possible. Error in TLcode (line 27) training= tr...

2 years ago | 1 answer | 0

1

answer

Question


How to improve the training accuracy in transfer learning ?
I'm using transfer learning(Alex Net) to classify the images. But my training accuracy is dangling between 70-80 percent. How ca...

2 years ago | 0 answers | 0

0

answers

Question


How to extract the features using wavelet scattering ?
I have extracted few features of a sample signal using wavelet scattering. How can I extract the features for the other class of...

2 years ago | 0 answers | 0

0

answers

Question


How to add 2 or 3 tables in column wise ?
I got four tables of size 50*1, how can I add them column wise so that i can get 200*1 table ?

2 years ago | 2 answers | 0

2

answers