Skip to content

carlosmateo10/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages