99-ML-Learning-Projects icon indicating copy to clipboard operation
99-ML-Learning-Projects copied to clipboard

[EXE] Logistic Regression as a Neural Network- Basic Deep Learning Algorithms

Open rakshaa2000 opened this issue 5 years ago • 3 comments

Learning Goals

Learn the gradient descent algorithm using numpy and matplotlib.

Exercise Statement

This exercise helps classify pictures as cat and non-cat with the help of neural networks with 2 layers.

Prerequisites

Must know the basics of logistic regression.

Data source/summary:

This is the solution to the Neural Networks Exercise in Coursera. It is a custom dataset.

(Optional) Suggest/Propose Solutions

I have the solution notebook for this exercise. I will be happy to create pull request to include the exercise.

(Optional) Further Links/Credits to Relevant Resources:

Found this exercise here

rakshaa2000 avatar Oct 01 '20 16:10 rakshaa2000

@rakshaa2000 can you use the cats vs dogs dataset instead, because that would be great.

AjayKhalsa avatar Oct 02 '20 08:10 AjayKhalsa

Sure, I'll work on it ✌

rakshaa2000 avatar Oct 02 '20 08:10 rakshaa2000

@rakshaa2000 can I work on this issue now?

darpan-2001 avatar Oct 08 '22 15:10 darpan-2001