Skip to content

A logistic regression classifier to recognize cats. Also the first programming assignment on Neural Network and deep learning of Andrew Ng

Notifications You must be signed in to change notification settings

Curisan/cat_reg_lr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat_reg_lr

A logistic regression classifier to recognize cats. Also the first programming assignment on Neural Network and deep learning of Andrew Ng

"cat_reg_lr_tf" is the tensorflow implement and "cat_reg_lr_keras" is the keras implement.

Through comparing the three methods. The keras is the most easy, then tensorflow and finally python code. The keras implement don't need to care about the Mathematical equations and define the variable and placeholder compare to tensorflow. It is very easy to use.

About

A logistic regression classifier to recognize cats. Also the first programming assignment on Neural Network and deep learning of Andrew Ng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages