tensorflow-ruby – Implementing Linear Regression
The TensforFlow Ruby bindings have achieved a milestone - its now possible to train a model to solve linear regression I know, that doesn't sound like much, but in fact its more...
The TensforFlow Ruby bindings have achieved a milestone - its now possible to train a model to solve linear regression I know, that doesn't sound like much, but in fact its more...
Since I recently left Zerista, I've had time some time to take a step back and think about what type of problems I want to work on next And one of the things I haven't had a...
Having decided to try and create Ruby bindings for TensorFlow, it was time to understand the scope of the project TensorFlow is a large, complex...