Hello World in TensorFlow – Towards Data Science
TensorFlow is an open-source software library developed by Google which is used for machine learning. It is capable of running on both CPU and GPU in all Linux, Windows and MacOS platforms. Tensorflow can be used to design, implement and train deep learning models which are inspired by the structure and function of the brain. In this article, I am going to give a step by step guide to implement a simple neural network using TensorFlow. The famous Iris flower data set is used here to train and then classify a given flower to the correct type.
Mar-7-2018, 21:05:14 GMT