Tagged Questions
1
vote
1answer
80 views
Construct a context-free grammar for a given set of words
I have seen a few years back a nice and simple algorithm that, given a (finite) set of words in some alphabet, builds a context-free grammar for a language including these words and in some sense ...
6
votes
0answers
163 views
Breaking CAPTCHAs: what is the state of the art? [closed]
I've already posted this question on Stackoverflow but that place is more specificly for question about programming, so here I am.
I've attended a Machine Learning course and, seeing some nice ...
1
vote
3answers
204 views
Machine Learning - Support Vector Machines
I'm looking for good resources regarding Support Vector Machines, or suggestions where to start learning SVM.
Already used references:
Stanford ML course by Andrew Ng is great place to star
A ...
3
votes
1answer
143 views
What are the mathematical prerequisites for adaptive machine learning algorithms?
I am a PhD student in Computer Science who switched his PhD a little bit towards ML algorithms combined with something else... I am an expert in that something else, say image processing, but not an ...
3
votes
1answer
224 views
Is there a search engine over Artificial Intelligence and Machine Learning -related sites?
Sometimes it is necessary to dig into Artificial Intelligence or specifically Machine Learning problems to make a research. Common googling (in my own experience) usually doesn't help much due to a ...
7
votes
2answers
134 views
How do I classify my emulator input optimization problem, and with which algorithm should I approach it?
Due to the nature of the question, I have to include lots of background information (because my question is: how do I narrow this down?) That said, it can be summarized (to the best of my knowledge) ...
6
votes
1answer
126 views
Machine Learning algorithms based on “structural risk minimization”?
Which machine learning algorithms (besides SVM's) use the principle of structural risk minimization?