tensorflow-ruby – Data and @tf.function
After supporting linear regression and TensorBoard, the next step for the tensorflow-ruby gem is to run MNIST, the "Hello World" of deep learning But before we can do that, we...
AI
After supporting linear regression and TensorBoard, the next step for the tensorflow-ruby gem is to run MNIST, the "Hello World" of deep learning But before we can do that, we...
Now that tensorflow-ruby supports linear regression, its time to implement support for TensorBoard which helps you visualize how your model is working TensorFlow 2 supports...
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...