Hacker News new | ask | show | jobs
by cr0sh 3429 days ago
> "AI" will be democratized very quickly...

Honestly, I think we're already there, with frameworks like TensorFlow/Keras, Torch, and others.

As a software engineer with 25+ years of experience, these frameworks take a ton of the pain out of writing ML applications (particularly neural networks, which is where they are mainly focused). They also make it easy to integrate GPU and other multi-core-based training into the mix with almost zero effort.