Skip to content

Simple Logistic Regression on a toy Dataset in Tensorflow.

License

Notifications You must be signed in to change notification settings

shambu09/logistic_regression

Repository files navigation

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.