Submitted by SnuggleWuggleSleep t3_10vgw7s in MachineLearning
I have a problem that if I solve it with ML, I'll make money, with an outside chance of it being a lot of money. Compiling a dataset will take significant work.
Are there any techniques that I can apply to let me know if this is going to be worth it? Perhaps there are certain hallmarks that a problem would have if it is likely to be solvable with available data? Maybe something I can do with a small initial dataset?
Thanks.
[deleted] t1_j7hlj4r wrote
Without sharing much details about the specific problem its going to be difficult to give proper feedback/advice.
Some questions you can ask yourself:
- Can a human solve the problem? How skilled does the human have to be?
- Do you think you will need fancy architectures to train a model or is assembling the data the hard part and modelling will be easy? How easy? Basically the question is is assembling the data the risk or is modelling the risk?
- Have others tried? Why are you so convinced that you can make money solving the problem? If you are so convinced, then why have others not tried?