Git Product home page Git Product logo

connectintensive's Introduction

Getting Started

This repo is a collection of Jupyter Notebooks to accompany the Udacity Connect Intensive Machine Learning Nanodegree. The code is written for Python 2.7, but should be (mostly) compatible with Python 3.x.

Installing Python and Jupyter Notebook

If you haven't already done so, you'll need to download and install Python 2.7. If using Mac OS X, you may want to use Homebrew as a package manager, following these instructions to install Python 2.7 or Python 3. You can also use Anaconda as a package manager. Then, you can follow these instructions to install Jupyter notebook. These instructions explain how to install both Python 2 and Python 3 kernels.

Fork and Clone this Repo

You can follow these instructions to create a fork of the ConnectIntensive repo, and clone it to your local machine. Once you've done so, you can navigate to your local clone of the ConnectIntensive repo and follow these instructions to run the Jupyter Notebook App.

Required Libraries and Packages

The required packages and libraries vary in each of these Jupyter Notebooks. The most commonly used ones are listed below:

Each Lesson Notebook lists its own specific prerequisites along with the objectives.

Lesson Notebooks

Most lesson notebooks have a corresponding solutions notebook with the outputs of each cell shown. For example, the notebook solutions-01.ipynb displays the output and shows the solutions to the exercises from lesson-01.ipynb.

  • lesson-00.ipynb : Hello Jupyter Notebook!
    • A "hello world" notebook to introduce the Jupyter IDE
    • Introduces import statements for commonly-used modules and packages
  • lesson-01.ipynb : An intro to Statistical Analysis using pandas
  • lesson-02.ipynb : Working with the Enron Data Set
  • lesson-03-part-01.ipynb : Building and Evaluating Models with sklearn (part 1)
    • Perform exploratory data analysis on a dataset
    • Tidy a data set so that it will be compatible with the sklearn library
  • lesson-03-part-02.ipynb : Building and Evaluating Models with sklearn (part 2)
  • lesson-04-part-01.ipynb : Bayes NLP Mini-Project
  • lesson-05.ipynb : Classification with Support Vector Machines
  • lesson-06-part-01.ipynb : Clustering Mini-Project
    • Perform k-means clustering on the Enron Data Set.
    • Visualize different clusters that form before and after feature scaling.
    • Plot decision boundaries that arise from k-means clustering using two features.
  • lesson-06-part-02.ipynb : PCA Mini-Project

Additional Resources

I find that learning Python from Jupyter Notebooks is addictive. Here are some other great resources.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.