Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 829 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 829 Bytes

logistic_regression

Simple Logistic Regression on a toy Dataset in Tensorflow.

model structure for this linear regression problem.[expanded]

The toy Dataset is created from the Multivariate Normal Distribution.

input toy dataset visualization.

The decision boundary from the trained weights and biases is plotted.

decision boundary on the toy dataset used.