1. 程式人生 > >Building Neural Network Application Using TensorFlow engMRK | AITopics

Building Neural Network Application Using TensorFlow engMRK | AITopics

In this module, we will implement a neural network application using TensorFlow on E-commerce data set. We will predict the yearly amount spent by each customer based on their browsing behavior. The data set is already loaded in the exercises below so you just have to understand the code and run it to check the output. TensorFlow is a software framework for building and deploying machine learning models. It provides the basic building blocks to design, train, and deploy machine learning models.