• ContrarianTrail@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    13 days ago

    Not only that, but as far as I know, other companies are still relying on human-written code, whereas Tesla has gone with neural nets. If it turns out that manually coding how to handle every possible variation of traffic scenarios is an impossible task, those companies would essentially have to start from scratch, giving Tesla a massive lead for adopting AI so much earlier. Of course, it’s a gamble, things could go the other way too, but considering the leap FSD made from version 1.3 to 1.4, when they switched to neural nets, I’m rather confident they’re on the right track.

    • ForgotAboutDre@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 days ago

      An undeterministic system is dangerous. A deterministic with flaws can be better, the flaws can be identified understood and corrected. The flaws are more likely to be present in testing.

      Machine learning is nearly always going to be undeterministic. If they then use continuous training, the situation only gets worse.

      If you use machine learning because you can’t understand how to solve the problem, then you’ll never understand how the system works. You’ll never be able to pass a basic inspection test.