Skip to content

Commit

Permalink
Initial file add
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhw committed May 13, 2017
0 parents commit dbac2cd
Show file tree
Hide file tree
Showing 42 changed files with 6,118 additions and 0 deletions.
89 changes: 89 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject
Binary file added imgs/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions index.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"imgs/header.png\" width=\"100%\">\n",
"\n",
"---------------\n",
"\n",
"## Course Index\n",
"\n",
"* [Designing layouts with combinatorial optimization](optimization/layout_optimization.ipynb)\n",
"* Machine learning for gesture recognition\n",
" * [Gesture recogntion notes](ml/gesture_recognition.pdf)\n",
" * [Simple Classification](ml/simple_classification.ipynb)\n",
" * [Feature Visualization](ml/feature_visualization.ipynb)\n",
" * [Hyperparamer tuning](ml/cv_hyperparmeter_tuning.ipynb)\n",
"* [Robust motion-based interfaces using probabilistic state tracking](probabilisticfiltering/probabilisticfiltering.ipynb)\n",
"* [Probabilistic decoding for intelligent text entry](statisticaldecoding/statisticaldecoding.ipynb)\n",
"\n",
"----\n",
"\n",
"**New to Jupyter? [Quickstart tutorial](jupyterbasics/JupyterBasics.ipynb).**"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Loading

0 comments on commit dbac2cd

Please sign in to comment.