Let's talk about how you can build your first machine learning solution.
(And let's make sure we piss off half the industry in the process.)
Grab that ☕️, and let's go! 🧵
Contrary to popular belief, your first attempt at deploying machine learning should not use TensorFlow, PyTorch, Scikit-Learn, or any other fancy machine learning framework or library.
Your first solution should be a bunch of if-then-else conditions.
Regular, ol' conditions make for a great MVP solution to a machine learning wannabe system.
Pair those conditions with a human, and you have your first system in production!
Conditions handle what they can. Humans handle the rest.