Skip to content
Building a linear classification model in Ruby

Article

Jul 24, 20181 min read

A Simple Tensorflow Classification Model In Ruby

The main objective of this blog is to build a simple linear classification model in ruby using Tensorflow architecture. The main tensorflow compenents required to build and test the model are Operation, Placeholder, Variable and Session. These components are written as ruby classes. Lets start with the Operation class.

Ethiraj Srinivasan
Ethiraj SrinivasanWriting
Ethiraj Srinivasan

Written by

Ethiraj Srinivasan