• odd1e@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    What about not having to write your own training loop? Keras takes away a lot of boilerplate code, it makes your code more readable and less likely to contain bugs. I would compare it to scikit-learn: Sure, you can implement your own Random Forest, but why bother?

    • TheCloudTamer@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      The reality is that you nearly always need to break into that training abstraction, and so it is useless.