Skip to content

Ani0202/Neural-Network-Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-Logistic-Regression

Image recognition algorithm that recognizes cats

Problem Statement: You are given a dataset containing:

  • a training set of m_train images labeled as cat (y=1) or non-cat (y=0)
  • a test set of m_test images labeled as cat or non-cat
  • each image is of shape (num_px, num_px, 3) where 3 is for the 3 channels (RGB). Thus, each image is square (height = num_px) and (width = num_px). You will build a simple image-recognition algorithm that can correctly classify pictures as cat or non-cat.

About

Image recognition algorithm that recognizes cats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published