Skip to content

Building a deep neural network using TensorFlow 1.x for binary classification.

Notifications You must be signed in to change notification settings

anikch/DNN-Example-with-TensorFlow-1.x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DNN-Example-with-TensorFlow-1.x

Building a deep neural network using TensorFlow 1.x for binary classification.

  1. The dataset has two features('feature1' and 'feature2') and one target variable.
  2. The target variable(named as 'class') maps each record to either 0 or 1.
  3. We'll first check if data is Linearly separable or not
  4. We'll then check the performance of Logistic Regression.
  5. Then We'll be building a deep neural network using tensorflow for binary classification.

About

Building a deep neural network using TensorFlow 1.x for binary classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published