![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18756774_1591944815606_DEF.jpg)
Pooyan Mobtahej
Followers: 0 Following: 0
Feeds
질문
change Matlab code to Python in LSTM and Deep Learning
I have a Matlab code for audio classification by using LSTM in Matlab which I need to impelent or convert to Python Here is the...
거의 4년 전 | 답변 수: 0 | 0
0
답변답변 있음
Can I call my .m file code which is in regard with Deep Learning and applying LSTM?
Hi Here is the code that I need to imoplement in Python ? How can I convert it Do you have any suggestion for data importin...
Can I call my .m file code which is in regard with Deep Learning and applying LSTM?
Hi Here is the code that I need to imoplement in Python ? How can I convert it Do you have any suggestion for data importin...
거의 4년 전 | 0
질문
Can I call my .m file code which is in regard with Deep Learning and applying LSTM?
I want to use my code for LSTM and audio classification in Python. Can I use that directly without the need to write the code fr...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
How to use my trained LSTM model to test the remaining unused normal signals ?
I want to use my trained LSTM model to test the remaining unused normal signals to see the performance. How can I change the c...
대략 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to spearate the output of vl_hog() into 6*6*31 blocks and use reshape() to convert every block to a row vector?
I revised that im=single(im); hog = vl_hog(im, feature_params.hog_cell_size); for m=1:step:size(im,...
How to spearate the output of vl_hog() into 6*6*31 blocks and use reshape() to convert every block to a row vector?
I revised that im=single(im); hog = vl_hog(im, feature_params.hog_cell_size); for m=1:step:size(im,...
대략 4년 전 | 0
답변 있음
How to spearate the output of vl_hog() into 6*6*31 blocks and use reshape() to convert every block to a row vector?
i have modified as follows and got error again : idx=0; for i=1:num_images im=imread([non_face_scn_path '/' image_files...
How to spearate the output of vl_hog() into 6*6*31 blocks and use reshape() to convert every block to a row vector?
i have modified as follows and got error again : idx=0; for i=1:num_images im=imread([non_face_scn_path '/' image_files...
대략 4년 전 | 0
질문
How to spearate the output of vl_hog() into 6*6*31 blocks, and use reshape() to convert every block to a row vector?
How to spearate the output of vl_hog() into 6*6*31 blocks, and use reshape() to convert every block to a row vector...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
How to spearate the output of vl_hog() into 6*6*31 blocks and use reshape() to convert every block to a row vector?
How to spearate the output of vl_hog() into 6*6*31 blocks, use reshape() to convert every block to a row vector, save each v...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
How to spearate the output of vl_hog() into 6*6*31 blocks and use reshape() to convert every block to a row vector?
How to spearate the output of vl_hog() into 6*6*31 blocks, use reshape() to convert every block to a row vector, save each vec...
대략 4년 전 | 답변 수: 3 | 0
3
답변질문
Add confusion matrix to my cross validated code for LSTM classification
As the code below I have used LSTM for classifiction of audio data and added cross validation now I would like to show all the r...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Adding 10-fold cross validation to my LSTM classification code
In the following code I have applied LSTM on audio filesI want to add cross validation (e.g. 10-fold) in my classification cod...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Adding Cross Validation to Classification code
I want to add cross validation (e.g. 10-fold) in my classification code. Every time it shall use 10 percents of data. How can I...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Adding confusion matrix code for LSTM classification on audio files in Matlab
In the code i apply LSTM and get results for large datasets of .ogg audio files (datasets) in Matlab, Data can be separated into...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Adding confusion code for LSTM classification on audio files in Matlab
in the following code I have applied LSTM on audio files. Now I want to add confusion matrix for the results. Please advise me. ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Apply LSTM network to .ogg files
I need to apply LSTM and get results for large datasets of .ogg audio files (datasets) in Matlab, Data can be separated into thr...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I read .ogg datasets and apply LSTM classification (my code included)?
I need to read .ogg audio files (datasets) in Matlab, get its size for crreating array and and apply LSTM classification. I have...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I modify my code for reading .ogg datasets and apply LSTM classification ?
I need to read .ogg audio files (datasets) in Matlab, get its size for crreating array and and apply LSTM classification. I have...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I read .ogg audio datasets for training and applying LSTM in Matlab for classification (you can use sample datasets of .ogg audio files)?
I need Matlab code that is doing the following steps for deep learning and applying LSTM for classification for.ogg audio files ...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I read .ogg audio datasets for training and applying LSTM in Matlab according to the following code?
There is a Matlab code that is doing the following steps for deep learning and applying LSTM, I need to change first three ste...
4년 초과 전 | 답변 수: 1 | 0