• loonsun@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    Recommendation systems are Machine Learning, so if you are ever recommend a product in a modern application it’s almost always an ML model.

    • jonathan
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Yeah, of course that doesn’t mean it’s good machine learning though 😆

      • loonsun@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        1 month ago

        Not necessarily, just because you never ordered it doesn’t mean it’s not a potential recommendation. Actually it may be more likely they will recommend things you haven’t ordered before as the system is trying to get you to potentially have more diversity of products. Even in the example above, yeah a dip looks stupid from just the recommendations, but what if the thing being ordered is bread sticks or wings, then it’s normal.

        • jonathan
          link
          fedilink
          arrow-up
          2
          ·
          1 month ago

          If you offer “recommended dishes”, you should probably be accounting for different kinds of food items to enable that. I wouldn’t say the pure machine learning aspect is necessarily directly at fault, but the end to end implementation is bad.