Ask HN: How to use ML in information retrieval
Is there a way to apply ML to such a problem? I am envisioning the following
* the smallish dataset to be queried on
* a much bigger corpus for teaching the system about the language so we don't need to handcraft customizations for the language such as a stemmer
* queries and labeled best results from the dataset to learn a ranking from
Is any of that possible with neural networks and if so where would one start to learn about what works? Ideally we want something where we can train on ever bigger data without needing to think about stuff like handcrafting feature vectors.