pallavi patil
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
34,952
of 295,467
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Initial Emission and transition probability
I want to train a HMM classifier with features as input. Considering two observation states(o1, o2) and two hidden states(h1, h2...
2 years ago | 1 answer | 0
1
answerQuestion
identify consecutive occurrence of 1 in a binary array
A = [0,0,0,0,1,1,0,0 ... 1,0,1,1,1,1,0,0 ... 0,1,1,0,1,0,0,1]' Given A , I want to determine the 1 consecutives cou...
2 years ago | 3 answers | 1
3
answersQuestion
combining elements in array
A= [1 1 1 0 1 1 0 0 ] A2 = [1 0 1 0] A3 = [ 1 0 ? ] A4 = [0 0] In this , array has either ones or zeros. Array A2 is cre...
3 years ago | 1 answer | 0
1
answerQuestion
frequency of 1, 2, 3rd most occurring number
I have a 27*792 matrix which contains 1:27 numbers in random order. I am finding column wise mode and saving them in vector a s...
3 years ago | 1 answer | 0
1
answerQuestion
leave one person out cross validation
i have dataset which contains data from 10 subject. My idea fir cross validaytion is leave one person out cross validation. Her...
3 years ago | 1 answer | 0