Community Profile

photo

Ahmad Obeid


Last seen: 10 months ago Active since 2019

Followers: 0   Following: 0

Message

Electrical engineer specializing in signal processing. Currently doing Msc

Statistics

All
  • First Submission
  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Submitted


libSVMtxt()
This function can be used to transform your data into a form compatible with libSVM, or any other library with a similar dataset...

4 years ago | 1 download |

Thumbnail

Answered
How to apply majority voting for classification ensemble in Matlab?
I don't think that there's an existing function that does that for you, so you have to build your own. Here is a suggested metho...

5 years ago | 5

| accepted

Answered
Feature Selection in TreeBagger
The default setting in TreeBagger for the number of features to sample from the original set of features is ceil(sqrt()). Why t...

5 years ago | 0

| accepted