Community Profile

photo

Naman Doshi


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Error in defining function
I wanna define function as X=btrain_features; y=btrain_label; t=5; B=[]; for j=1:76 for i=1:200 weights(i,j)= e...

9 years ago | 1 answer | 0

1

answer

Question


how do i find the error rates at different iterations for logregfit?
the overall error rate can be found is by := model = logregFit(X, y, 'lambda', 1, 'preproc', pp); [yhat, p] = ...

9 years ago | 0 answers | 0

0

answers

Question


How to convert text file full of numbers to a binary image?
I have a text file like 00000000000001111000000000000000 00000000000011111110000000000000 00000000001111111111000000...

9 years ago | 1 answer | 0

1

answer