Comment on Neural networks in JavaScript – free 19-part courseparentComments−dahfizz7yAre you under the impression that js is the only language that can run locally?−itslennysfault7yin a client's web browser... yeah.−dahfizz7yWell there is web assembly, but why is running in a web browser a requirement for creating a neural network anyway?−kkarakk7yso you can offset server costs to the client which usually means bloated laggy apps until someone comes along and figures out an optimised way of doing things, for eg react.js vs phonegap's comparative shitshow
Comments
Are you under the impression that js is the only language that can run locally?
in a client's web browser... yeah.
Well there is web assembly, but why is running in a web browser a requirement for creating a neural network anyway?
so you can offset server costs to the client which usually means bloated laggy apps until someone comes along and figures out an optimised way of doing things, for eg react.js vs phonegap's comparative shitshow