README.md in tensor_stream-0.1.4 vs README.md in tensor_stream-0.1.5

- old
+ new

@@ -1,6 +1,8 @@ [![Gem Version](https://badge.fury.io/rb/tensor_stream.svg)](https://badge.fury.io/rb/tensor_stream) +[![CircleCI](https://circleci.com/gh/jedld/tensor_stream.svg?style=svg)](https://circleci.com/gh/jedld/tensor_stream) + # TensorStream A reimplementation of TensorFlow for ruby. This is a ground up implementation with no dependency on TensorFlow. Effort has been made to make the programming style as near to TensorFlow as possible, comes with a pure ruby evaluator by default as well with support for an opencl evaluator. The goal of this gem is to have a high performance machine learning and compute solution for ruby with support for a wide range of hardware and software configuration.