
Nedz
Followers: 0 Following: 0
Feeds
提问
Deep Learning and Neural Network Implementation
Suppose i have a trained network: For example i have declared all other necessary training options and data to be used successf...
4 years 前 | 1 个回答 | 0
1
个回答提问
Matrix reduction from large matrix data.
I have an input training data of dimension 10,451 by 41. How can i form a 3 by 3 matrix from each of the row (1 by 41)???
4 years 前 | 0 个回答 | 0
0
个回答提问
Classification of Data using neural network
I have an input training data of dimension 10,451 by 41. Half of this data is my positive sample and the other half is negative ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Protein Sequence MoRF prediction using SVM
I have a trained SVM model already and i would like to predict new testdata of protein sequences for MoRF regions. How can i pre...
4 years 前 | 0 个回答 | 0
0
个回答提问
Posterior probabilities scores implementation
When computing the scores for a cross-validated model usinf kfoldPredict function. What happens when the posterior probabilities...
5 years 前 | 0 个回答 | 0
0
个回答提问
SVM Cross Validation Training
I am using K-Fold cross validation. My K is 10. I am supposed to do 10 crossfold and take the average of the SVM performance. ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can i store data in a cell array with single row and few number of columns?
Assuming i want to store calculations from a structure array using for loop of size 20 which is equvalent to the number of field...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can i compute Amino Acid composition for my protein sequence data?
How can i get/compute the amino composition for my protein sequences inorder to further use it to train my SVM classifier? for ...
5 years 前 | 2 个回答 | 0
2
个回答提问
Protein sequence manipulation for adding elements before or after the sequence.
how do i add zeros to both ends or one end (before or after) of a protein sequence? Example: a protein sequence is given as...
5 years 前 | 1 个回答 | 0