8000 GitHub - MarcoAlejandro/cat-classifier: Building some image binary classifiers (cats) from scratch, using plain python/numpy to understand how the models work: Logistic Regression, L-Layered NeuralNetworks. · GitHub
[go: up one dir, main page]

Skip to content

MarcoAlejandro/cat-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains different models for image classification. Specifically, contains three models:

  • A logistic regression model.
  • A shallow neural network model.
  • A deep neural network with L layers.

The models are built from scratch using numpy. The objective is to gain intuition about how the internals of neural networks works, with concepts as forward propagation, backward propagation, and gradient descent optimization.

This is a self guide project for learning, while taking some courses about deep learning, and implementing those concepts on my own environment.

The idea is document a binnacle of the process and find out what went wrong after finish it.

About

Building some image binary classifiers (cats) from scratch, using plain python/numpy to understand how the models work: Logistic Regression, L-Layered NeuralNetworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0