Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computing > Ai > Machine learnin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 7 Topic 2487 of 2549
Post > Topic >>

Machine learning and classification

by Tim Frink <plfriko@[EMAIL PROTECTED] > Jun 4, 2008 at 08:45 AM

Hi,

I have to solve a problem and think that machine learning might be
a good approach for that. Since I'm a newbie to machine learning I would
like to hear your opinions.

My goal is to predict the run time of particular program code fragments.
The input data are C programs which are parsed into its basic constructs
(statements/expressions) and then simulated so that I get to know how many
cycles each C construct took during execution. I would like to train my 
system with different benchmarks and collect the run times for the found
C constructs. After the training phase, I would like to use the trained
system to predict the run time of constructs of a new program. Thus, I 
would be able to predict the run time of this new program without
simulating it.

Do you think machine learning is a good approach for this problem?
I so, can you recommend any free C++ libraries that if possible work
in a batch mode (no GUI required) with a file interface (i.e. input
data is passed as file).

To realize this system I need two things to do:
a) I need to classify the C constructs during the train phase in order to
be able to map construct of new programs (after the training) to
similar learned constructs. What can this be done efficiently? I think the
main challenge is the choice of criteria that describe a particular
program
construct. Are there any rules or helper for that?
b) Let's assume a) has been successfully solved. How would the system work
than? I would provide as input different C construct (defined by their
classification properties) and their run times and the machine learner
would store the run times? But what happens when two program construct
have the same properties (i.e. belong to the same class) but have
different run times? Will these run times be averaged?

Thank you for your advices.

Brest regards,
Tim

[ comp.ai is moderated ... your article may take a while to appear. ]
 




 7 Posts in Topic:
Machine learning and classification
Tim Frink <plfriko@[EM  2008-06-04 08:45:52 
Re: Machine learning and classification
Randy Crawford <joe@[E  2008-06-09 04:00:03 
Re: Machine learning and classification
labwork07@[EMAIL PROTECTE  2008-06-10 04:03:14 
Re: Machine learning and classification
Tim Frink <plfriko@[EM  2008-06-11 11:51:47 
Re: Machine learning and classification
Milind Joshi <milind.a  2008-06-12 23:42:04 
Re: Machine learning and classification
Ted Dunning <ted.dunni  2008-06-14 02:44:06 
Re: Machine learning and classification
Randy Crawford <joe@[E  2008-06-12 23:40:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Sep 8 7:54:02 CDT 2008.