theAnton-forks / AIPND-revision

Revision to the code and associated files for the AI Programming with Python Nanodegree Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

Revision to the code and associated files for the AI Programming with Python Nanodegree Program

License:MIT License


Languages

Language:Python 95.9%Language:Batchfile 2.1%Language:Shell 1.9%