Cat Classifier
Amarjeet Sarma
Guwahati, Assam
- 0 Collaborators
A simple Cat Classifier using the Perceptron model implemented from scratch. ...learn more
Project status: Concept
Overview / Usage
Implementation of a basic perceptron model from scratch using NumPy that predicts if the image given as input is of a cat or not.
Methodology / Approach
Implementation of a basic perceptron model from scratch using NumPy that predicts if the image given as input is of a cat or not that takes the cat image as input and outputs 1/0 based on if the image is of a cat or not.
Technologies Used
NumPy