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.
- No revisions
- Intro to Python Project - Classifying Pet Images: Determine which CNN architecture model works best at classifying images of dogs and their breeds.
- No revisions
- No revisions
- 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.
Each directory has a requirements.txt
describing the minimal dependencies required to run the notebooks in that directory.
To install these dependencies with pip, you can issue pip3 install -r requirements.txt
.