项目作者: koulkoudakis

项目描述 :
Demonstrates neural network regression modeling using TensorFlow
高级语言: Jupyter Notebook
项目地址: git://github.com/koulkoudakis/tf-neural-network-regression.git


Regression with Neural Networks using TensorFlow

Author: Sharome Burton

Aim: Solve regression problems using TensorFlow.

Regression: estimating the relationships between a dependent variable (often called the ‘outcome’ or ‘response’ variable) and one or more independent variables (often called ‘predictors’, ‘covariates’, ‘explanatory variables’ or ‘features’). The most common form of regression analysis is linear regression, in which one finds the line (or a more complex linear combination) that most closely fits the data according to a specific mathematical criterion.

In simpler terms, predicting a numerical variable based on another combination of variables.