Ask HN: Any real uses of Neural Networks?
I'm struggling to find any use case for neural networks, where they wouldn't be existing solutions that are better and more manageable. Any ideas where and in what context neural networks are actually useful?
4 comments
[ 4.6 ms ] story [ 22.8 ms ] threadAlso, often times these methods are combined to get even better results. See "ensemble learning: http://en.wikipedia.org/wiki/Ensemble_learning
Of course we could use any other multi-variate method (boosted-decision trees are popular) but neural networks are becoming more and more common.
Edit: I use 'supervision' in a 'it might take a few tries to get it working ideally' sense, not a 'you need a priori knowledge of the data' sense.