https://github.com/neonwatty/udacity_mlnd_classification_lab
https://github.com/neonwatty/udacity_mlnd_classification_lab
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonwatty/udacity_mlnd_classification_lab
- Owner: neonwatty
- Created: 2016-10-10T21:27:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T15:09:54.000Z (about 9 years ago)
- Last Synced: 2025-02-12T09:58:24.036Z (8 months ago)
- Language: Jupyter Notebook
- Size: 417 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Click the Launch Binder tab below tolaunch a live instance of the Jupyter notebooks in this repo.
[](http://mybinder.org:/repo/jermwatt/udacity_mlnd_classification_lab)
# Udacity Machine Learning Nanodegree classification lab
This repo contains iteractive demos of several machine learning algorithms introduced in the introductory lectures for Udacity's Machine Learning Nanodegree program. These interactive demos come in the form of Python based [Jupyter notebooks](http://jupyter.org/) (these are files with the extension .ipynb), which is a convenient open source platform for using Python to perform machine learning (and more generally computational science) tasks.
A short description of the notebooks in this repo:
**nonlinear_demo.ipynb** - this allows you to play around with several popular algorithms including: kernelized Support Vector Machines, neural networks, and decision trees. Using two dimensional toy datasets you can compare how an individual algorithm performs over a range of its parmeter values, as well as compare how algorithms stack up against each other.
To see a rubric for this project (a high level overview of what we hope you gain from using these notebooks) see *MLND_lab_classification_rubric.pdf*, located in this repo.