This project is an implementation of a logistic regression classifier to recognize cats. The implementation is done with a neural network mindset, which helps in understanding the intuitions about deep learning.
- 1 - Packages
- 2 - Overview of the Problem set
- 3 - General Architecture of the learning algorithm
- 4 - Building the parts of our algorithm
- 5 - Merge all functions into a model
- 6 - Further analysis (optional/ungraded exercise)
- 7 - Test with your own image (optional/ungraded exercise)
This project requires Python 3 and the following Python libraries installed:
To run the project, you also need to have software installed to run and execute a Jupyter Notebook.
In a terminal or command window, navigate to the top-level project directory Logistic_Regression_with_a_Neural_Network_mindset/
(that contains this README), and run one of the following commands:
ipython notebook Logistic_Regression_with_a_Neural_Network_mindset.ipynb