Comments

You must log in or register to comment.

Different_Fig4002 t1_ixdb4tv wrote

Only thing that comes to mind is HackerRank's AI section. Might be outdated not sure but it was similar to what you are looking for I think. Might be more AI than ML.

4

MLFanatic1337 t1_ixd8tmy wrote

For what type of problems would this be useful for? Leetcode style problems have deterministic conditions, why use ML to solve that class of problems?

3

abonamza t1_ixdk9ue wrote

It's useful to approach these as toy problems. It's much easier to test and understand what's going on with a simple problem before applying to complex problems.

As an example, being able to model XOR with machine learning is a common intro exercise, since it shows the limitations of basic methods and the necessity for non-linear models. Obviously in real life you would just use XOR itself.

3

CeleryCool24 t1_ixdi9lx wrote

The Code page on kaggle has a lot of different stuff but you’ll have to look around

2