|
|
|
|
|
by whoisjuan
2910 days ago
|
|
Machine Learning is usually seeen as a magic black box by many people.
So yes. There's a recent trend that seems to favor a machine learning first approach to solve very simple and mundane problems because people feel that they are missing some magic insight if they don't do it (FOMO). For example, the author refers to a shopping newsletter where you personalize suggestions for certain products after a customer buys a particular product. This is very often a machine learning 101 example but really there's nothing preventing you from writing those heuristics yourself -no ML involved(e.g: if a customer buys a pillow, suggest pillow cases). Machine learning does makes sense for something like that if your website is Amazon, but is definitely an overkill if your website is an e-commerce for house garments. The funny thing is that usually you will end up writing those heuristics implicitly since you need to label your data anyways. |
|