AIPND-revision
AIPND-revision copied to clipboard
Revision to the code and associated files for the AI Programming with Python Nanodegree Program
AIPND-revision
This repository contains REVISED code and associated files for the AI Programming with Python Nanodegree program. This repository consists of a number of tutorial notebooks for various coding exercises and programming labs that will be used to supplement the lessons of the course.
Table Of Contents
Tutorial Notebooks
- No revisions
Programming Project
- Intro to Python Project - Classifying Pet Images: Determine which CNN architecture model works best at classifying images of dogs and their breeds.
NumPy and Pandas Mini-Projects
- No revisions
Matplotlib
- No revisions
Quiz Notes
- Notes: This directory contains more information about certain quizzes that are testing more challenging concepts. Additionally, one will find the Frequently Asked Questions for the Intro to Python Project. Click on the filename to view the contents of the notes on a quiz or the Intro to Python Project.
Dependencies
Each directory has a requirements.txt describing the minimal dependencies required to run the notebooks in that directory.
pip
To install these dependencies with pip, you can issue pip3 install -r requirements.txt.