Project - Building Cat vs Non-Cat Image Classifier using NumPy and ANN

Project - Building Cat vs Non-Cat Image Classifier using NumPy and ANN

0% completed
11 Concepts | 2 Questions | 19 Assessments | 1,128 Learners

Welcome to this project on the Numpy - Cat vs Non-cat Classifier with Logistic Regression using Numpy. In this project, you will use Python and Numpy to build a Logistic Regression Classifier from scratch, and apply it to predict the class of an input image - whether it is a cat or a non-cat.

Though we have a lot of ready-made APIs like scikit-learn and Keras to build Machine Learning and Deep Learning models, it is very essential for a Machine Learning enthusiast to clearly understand the hidden mechanism behind the working of ML models. Upon completing this project, you will understand the pragmatic application of various Numpy functions with a clear picture of workflow in an end-to-end Machine Learning project.

Skills you will develop:

  1. Numpy
  2. Python Programming
  3. H5py files
  4. Machine Learning