Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

8. FEATURE ENGINEERING IS THE KEY

Feature engineering is more difficult because it's domain-specific, while learners can be largely general-purpose ... one of the holy grails of machine learning is to automate more and more of the feature engineering process.

This is the goal of deep learning, and more generally, representation learning: automatic discovery of explanatory features from large amounts of data. I'm surprised it wasn't mentioned.



Deep learning needs feature engineering too.

You still need to transform your context into a vector of boolean or real values, somehow. And that transform is going to encode assumptions about what information is relevant to the problem, and what's not.

Let's say you're trying to predict house prices. There's no end of geo-tagged data you might pull in. And if you have a cleverer idea than the next guy, your model will be more accurate. And, probably, if the next guy's at least competent, it'll be your feature ideas that set you apart.

In a linear model, you need to come up with a clever set of conjunction features, that balances bias and variance. You don't need to do that for a deep learning model, and that's a big advantage. But that's not the same as saying there's no feature engineering.


That is the goal, however, deep learning models still have a long way until feature engineering goes away im afraid.

Once we get to that point, the "black box machine learning as a service" that many startups seem to be selling nowadays will be replacing data scientists.


This is a paper published in 2012. Deep learning wasn't mainstream at the time of writing it (probably 2011-2012).


Machine learning has been full of methods for learning latent feature representations since way before deep learning was trendy, from simple things like PCA to more sophisticated Bayesian models. Deep learning refers specifically to using multi layer neural models and while neat is only one way of doing it and certainly didn't invent the whole concept of learning feature representations as recently as 2012!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: