help

can help create mini prog in c++

Machine learning on multi label classification

1- do data collection related to multi label examples.
each example can be classified into more than one class

2- create a classifier to read the data, then induce a classifier for each class.

3- use the micro averaging to calculate the error rate

we are interested in multi-label examples only
examples that can be classified into more than one class

You have to find the data set, build classifier and run the experiment

This is all the requirements, but we have some details:
like for example we want to know the parent-child relation
and the child-parent relation
also, it is very important to use the micro and macro averaging
to calculate the error

we need to run the experiment on more than one data set
it could be 4 or 5
you said:
can help create mini prog in c++


Can complete sentences?
Data classification
example
book , poultry
Last edited on
Data classification
example
book , poultry

can help create mini prog in c++

Machine learning on multi label classification

1- do data collection related to multi label examples.
each example can be classified into more than one class

2- create a classifier to read the data, then induce a classifier for each class.

3- use the micro averaging to calculate the error rate

we are interested in multi-label examples only
examples that can be classified into more than one class

You have to find the data set, build classifier and run the experiment

This is all the requirements, but we have some details:
like for example we want to know the parent-child relation
and the child-parent relation
also, it is very important to use the micro and macro averaging
to calculate the error

we need to run the experiment on more than one data set
it could be 4 or 5
Please show what you have written so far.
Topic archived. No new replies allowed.