An open API service indexing awesome lists of open source software.

https://github.com/sinanuozdemir/dcdsi-sinan


https://github.com/sinanuozdemir/dcdsi-sinan

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

## Sinan Ozdemir's DC DSI Material

Course materials for [General Assembly's Data Science course](https://generalassemb.ly/education/data-science/san-francisco/) in Washington, DC (7/5/16 - 7/9/16).

**Instructor:** Sinan Ozdemir

# Support Vector Machines

Slides book [here](slides/svm.pdf)

Note book [here](notebooks/svm.ipynb)

**Resources**

* An intro to [SVM](http://www.cs.columbia.edu/~kathy/cs4701/documents/jason_svm_tutorial.pdf)
* SVM Margins Example [here](http://scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html)
* SVM digits was adapted from [here](http://pythonprogramming.net/support-vector-machine-svm-example-tutorial-scikit-learn-python/)

# Web Development with Flask and Heroku

* [http://sinan-iris.herokuapp.com/](http://sinan-iris.herokuapp.com/)
* Slides [here](slides/web_dev.pdf)

# Pipeline

* Code [here](notebooks/pipeline.ipynb)