Fundamentals of Tensorflow – Part I
Reading Time: 4 minutes What is TensorFlow? TensorFlow is an open-source end-to-end machine learning library. It is for preprocessing data, modeling data, and serving models (getting them into the hands of others). It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML. And developers easily build and deploy ML-powered applications. Installing TensorFlow TensorFlow is tested and supported on the following Continue Reading