Community Profile

photo

Muhammet Furkan Nargül


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


What dataset to use for People Detection with HOG & SVM
I'm trying to do people detection with HOG & SVM algorithm. I could get maximum 60% accuracy. As I changed the training dataset,...

3 years ago | 1 answer | 0

1

answer

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

5 years ago

Solved


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

5 years ago