All Projects → udacity → Aipnd

udacity / Aipnd

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

Projects that are alternatives of or similar to Aipnd

Enterprise gateway
A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
Stars: ✭ 412 (-1.2%)
Mutual labels:  jupyter-notebook
Textbook
The textbook Computational and Inferential Thinking: The Foundations of Data Science
Stars: ✭ 413 (-0.96%)
Mutual labels:  jupyter-notebook
Ml Coursera Python Assignments
Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
Stars: ✭ 4,722 (+1032.37%)
Mutual labels:  jupyter-notebook
Neural Style Audio Tf
TensorFlow implementation for audio neural style.
Stars: ✭ 413 (-0.96%)
Mutual labels:  jupyter-notebook
Vegans
A library providing various existing GANs in PyTorch.
Stars: ✭ 414 (-0.72%)
Mutual labels:  jupyter-notebook
Modelsgenesis
Official Keras & PyTorch Implementation and Pre-trained Models for Models Genesis - MICCAI 2019
Stars: ✭ 416 (-0.24%)
Mutual labels:  jupyter-notebook
Pytorch Original Transformer
My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
Stars: ✭ 411 (-1.44%)
Mutual labels:  jupyter-notebook
Edward2
A simple probabilistic programming language.
Stars: ✭ 419 (+0.48%)
Mutual labels:  jupyter-notebook
Chisel Bootcamp
Generator Bootcamp Material: Learn Chisel the Right Way
Stars: ✭ 413 (-0.96%)
Mutual labels:  jupyter-notebook
Tutorials
Stars: ✭ 417 (+0%)
Mutual labels:  jupyter-notebook
Agile data code 2
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
Stars: ✭ 413 (-0.96%)
Mutual labels:  jupyter-notebook
Qiskit Textbook
A university quantum algorithms/computation course supplement based on Qiskit
Stars: ✭ 404 (-3.12%)
Mutual labels:  jupyter-notebook
Ai projects
I am a full-stack engineer for AI projects, glad to share my experience. pratices make the top engineer.
Stars: ✭ 416 (-0.24%)
Mutual labels:  jupyter-notebook
Handwriting Ocr
OCR software for recognition of handwritten text
Stars: ✭ 411 (-1.44%)
Mutual labels:  jupyter-notebook
Zihaopython
follow me and learn python easily
Stars: ✭ 418 (+0.24%)
Mutual labels:  jupyter-notebook
Self Driving Cars
Coursera Open Courses from University of Toronto
Stars: ✭ 412 (-1.2%)
Mutual labels:  jupyter-notebook
Tfoptflow
Optical Flow Prediction with TensorFlow. Implements "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume," by Deqing Sun et al. (CVPR 2018)
Stars: ✭ 415 (-0.48%)
Mutual labels:  jupyter-notebook
Single Parameter Fit
Real numbers, data science and chaos: How to fit any dataset with a single parameter
Stars: ✭ 419 (+0.48%)
Mutual labels:  jupyter-notebook
Pynq Classification
Python on Zynq FPGA for Convolutional Neural Networks
Stars: ✭ 417 (+0%)
Mutual labels:  jupyter-notebook
Deeplearningfortimeseriesforecasting
A tutorial demonstrating how to implement deep learning models for time series forecasting
Stars: ✭ 415 (-0.48%)
Mutual labels:  jupyter-notebook

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].