Submitted by likan_blk t3_z1wv9o in MachineLearning
abonamza t1_ixdk9ue wrote
Reply to comment by MLFanatic1337 in [D] Leetcode-like puzzles but for Machine Learning by likan_blk
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.
MLFanatic1337 t1_ixh50df wrote
Thank you for the clarification.
Viewing a single comment thread. View all comments