Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

NeuralNetwork

Logistic Regression with a Neural Network mindset We are going to build a logistic regression from a neural network point of view to separate 2 classes from the MNIST dataset. The neural network will have 28x28 = 784 input neurons, no hidden layers and 1 output with a sigmoid as activation function. The output (𝑦) will take values from 0 to 1 and can be thresholded at 0.5 to predict the classes.

About

Logistic Regression with a Neural Network mindset

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages