Skip to content
forked from udacity/AIPND

Code and associated files for the AI Programming with Python Nanodegree Program

License

Notifications You must be signed in to change notification settings

MunaKardous/AIPND

This branch is 7 commits behind udacity/AIPND:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a4c168 · Oct 12, 2020
Jan 9, 2019
Oct 2, 2020
Oct 12, 2020
Dec 5, 2018
Apr 3, 2018
Jul 3, 2018
Dec 4, 2019
May 15, 2018
Feb 28, 2018
Feb 28, 2018
May 17, 2018

Repository files navigation

AIPND

This repository contains 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

  • Linear Algebra Essentials
    • Vectors Lab Learn how to graph 2D vectors.
    • Linear Combination Lab Learn how to computationally determine a vector's span and solve a simple system of equations.
    • Linear Mapping Learn how to solve some problems computationally using vectors and matrices.

Programming Labs

NumPy and Pandas Mini-Projects

Matplotlib

  • Matplotlib Notebooks containing practice exercises for the Matplotlib lesson(s)

Quiz Notes

  • Notes: This directory contains more information about certain quizzes that are testing more challenging concepts. The filename indicates which quiz the note is covering. Additionally, one will find the Frequently Asked Questions for the Intro to Python Lab. Click on the filename to view the contents of the notes on a quiz or the Intro to Python Lab.

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

Code and associated files for the AI Programming with Python Nanodegree Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.5%
  • Python 25.3%
  • Other 1.2%