Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm playing around with machine learning in an academic setting, and it's really fun. I'm wondering how machine learning algorithms such as Support Vector Machines make it into software applications. Do people actually use machine learning algorithms? Do you use them because it's part of a spec written by someone else, or are they more of a personal tool that you add to code you're writing?

I'm interested in how software transitions from academia into industry, and my last question on the topic was canceled because it was apparently redundant with other questions. I'm trying to be better but I'm still a n00b, so please be nice. :)

share|improve this question

closed as not constructive by bmargulies, Flavius, James Wood, Don Roby, Praveen Kumar Dec 23 '12 at 15:37

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

12 Answers

up vote 47 down vote accepted

I work at Yahoo Research and, like at Google and elsewhere, machine learning is used a lot here (http://research.yahoo.com/Machine_Learning). Especially for serving ads and for spam detection. I recommend the blog hunch.net which discusses machine learning in both theory and practice. One of the more prominent examples right now of machine learning for a practical problem is the million dollar Netflix Prize.

A more comprehensive blurb from a colleague of mine (Jenn Wortman):

Machine learning has become one of the most active and exciting areas of computer science research, in large part because of its wide-spread applicability to problems as diverse as natural language processing, speech recognition, spam detection, search, computer vision, gene discovery, medical diagnosis, and robotics.  At the same time, the growing popularity of the Internet and social networking sites like Facebook has led to the availability of novel sources of data on the preferences, behavior, and beliefs of massive populations of users.

share|improve this answer

Yes. Machine learning is used a lot in the industry in particular when it is not clear to write rules for decision tasks. The tasks may be as simple as deciding if a period is a sentence-boundary or not, or complicated such as identifying the content (in terms of semantics) inside a video stream. One important thing to understand about machine learning is very well articulated by Ray Kurzweil:

An underlying problem with artificial intelligence that I have personally experienced in my forty years in this area is that as soon as an AI technique works, it's no longer considered AI and is spun off as its own field (for example, character recognition, speech recognition, machine vision, robotics, data mining, medical informatics, automated investing).

Computer scientist Elaine Rich defines AI as "the study of how to make computers do things at which, at the moment, people are better." Rodney Brooks, director of the MIT AI Lab, puts it a different way: "Every time we figure out a piece of it, it stops being magical; we say, Oh, that's just a computation." I am also reminded of Watson's remark to Sherlock Holmes, "I thought at first that you had done something clever, but I see that there was nothing in it after all." That has been our experience as AI scientists. The enchantment of intelligence seems to be reduced to "nothing" when we fully understand its methods. The mystery that is left is the intrigue inspired by the remaining, not as yet understood methods of intelligence.

I had my "Aha!" moment when I first implemented naive-Bayes in grad-school and got it working pretty well for a particular task. I currently work for a well-known vertical search company and we do use ML.

share|improve this answer

If you want to see some cutting edge machine learning look no further than computational finance. Modern finance has become a technological arms race to see who can build the most powerful algorithms. Inside of large hedge funds and investment banks you will find fairly cool solutions to complicated problems. Neural networks have been used for options pricing. SVM's have been use for classifying signals. Genetic algorithms have been used for a variety of tasks from strategy derivation to portfolio management.

One thing I have noticed is that as these solutions become more mainstream people don't think of them as AI or machine learning. It is simply part of the app.

share|improve this answer

Do you have an iPhone? The predictive text input feature uses a trained n-gram markov model. The bar code applications typically use Computer Vision techniques, such as pattern or template matching. Do you use Google? The core of the PageRank algorithm is a massive stochastic Markov model of the internet. Do you use Netflix to rent a recommended movie? The Netflix challenge is a huge Data Mining project.

The core of modern machine learning is statistics, but other fields, such as BioPerl (which applies Data Mining to genetics research), are often blended in to model complex systems.

share|improve this answer

I do research in the field of visual recognition, and I see it used a lot throughout. You could even say that the problem of recognition as a whole is really just machine learning. My opinion is that the next phase of computer science is getting the computer to be able to think for itself, at least to an extent, and so I think that machine learning is a field that is of growing importance.

In answer to your question, I use machine learning because, well, how else are you meant to perform any kind of recognition problem? If you just think about whatever recognition problems there are - face recognition, handwriting recognition, speech recognition, etc - it seems clear to me that any other approach besides machine learning would be naive.

This is a bit of an aside, but one thing I feel is that machine learning is not an accurate enough description for the things that I do in my field, I prefer to use the term "classification algorithm". It's just because the words "machine learning" make it sound like it has intelligence, almost like it could be self-aware. It just doesn't sound right to me to be calling these least-squares fitting or function-approximation algorithms as machine learning algorithms when all they do is crunch numbers. There's no intelligence at all! I think that the words "machine learning" make it sound so much more glorious and amazing than it actually is, and so I use the phrase "classification algorithm" wherever it applies. A support vector machine, like you said in your example, is what I'd call a classification algorithm.

share|improve this answer
   
My understanding is that "machine learning" is already the matter-of-fact term, used for statistical methods that actually get some job done. However stupid they may be (like kNN, least squares, naive bayes) they do learn from the data, instead of a human hard-coding all rules. I think the term was meant to contrast "artificial intelligence", which was used in the past and is now associated with overly high expectations, disappointment and failure. – maxy Dec 30 '11 at 22:53

Machine learning has real-world applications. Look at Amazon's recommendation engine, or Pandora, or iTunes Genius...

share|improve this answer
2  
Is there any paper discussing the Amazon's recommendation engine? – bit-question Feb 4 '11 at 15:03

I worked in video security and machine learning was high on our agenda. It's a hot topic for people who need their machine to actually respond to its surroundings.

share|improve this answer

We have been using recommender systems to recommend jobs on a job-ad site we developed and we hope to see a lot of more usage for these types of systems in other applications.

Could be used here, you seem to be good at answering questions about X; checkout Y :)

share|improve this answer

Data Mining uses ML extensively, fields include financial, banking, govermental etc.

share|improve this answer

Machine learning was used at my last company to classify job listings into standardized classification system. This metadata was, in turn, used to help search (the end product was a jobs search engine).

share|improve this answer

Here is a Wall Street Journal article on a Columbia University/Amherst College born machine learning fund, Rebellion Research:

http://online.wsj.com/article/SB10001424052748703834604575365310813948080.html

share|improve this answer

There are a lot of applications above I would put in the more obvious category. One that might not be as obvious is modeling designed experiment results to predict physical properties and performance characteristics.

I picked up machine learning to model adhesives. Design an experiment and alter the levels of your key chemical components in a systematic way. Then test your lots to determine various characteristics. Now apply machine learning (neural network and radial basis functions in my case) and you have much more predictive output than trying to milk Minitab with Anova, higher order regression fitting, and so forth.

This allows those in R&D to cut down on the DOE space significantly by shifting the next set of experiments toward the most promising model predictions. Traditionally, DOEs are sort of a way to systematically hunt for the answer in the dark -- no more!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.