/* ---- Google Analytics Code Below */

Saturday, February 17, 2018

Simple Example of TensorFlow

A good, detailed example of using TensorFlow for one of the most well known analytics techniques.  Instructive.

Linear Regression in Tensorflow  by Aaqib Saeed
Predicting house prices in Boston area

Tensorflow is an open source machine learning (ML) library from Google. It has particularly became popular because of the support for Deep Learning. Apart from that it's highly scalable and can run on Android. The documentation is well maintained and several tutorials available for different expertise levels. To learn more about downloading and installing Tensorflow, visit official website.  .... "

No comments: