Jupyter/List: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
Statsmodels library - documentation notebooks: | Statsmodels library - documentation notebooks: | ||
* https://github.com/statsmodels/statsmodels/wiki/Examples | * https://github.com/statsmodels/statsmodels/wiki/Examples | ||
tSNE visualization method: | |||
* iris dataset: https://nbviewer.jupyter.org/github/danielfrg/py_tsne/blob/master/examples/iris.ipynb | |||
* mnist dataset: https://nbviewer.jupyter.org/github/danielfrg/py_tsne/blob/master/examples/mnist.ipynb | |||
News categorization using Naive Bayes via scikit-learn: | News categorization using Naive Bayes via scikit-learn: | ||
Revision as of 22:41, 28 November 2017
Gallery from IPython documentation:
Statsmodels library - documentation notebooks:
tSNE visualization method:
- iris dataset: https://nbviewer.jupyter.org/github/danielfrg/py_tsne/blob/master/examples/iris.ipynb
- mnist dataset: https://nbviewer.jupyter.org/github/danielfrg/py_tsne/blob/master/examples/mnist.ipynb
News categorization using Naive Bayes via scikit-learn:
IPython notebooks for probabilistic methods/bayesian methods for hackers:
Conway's game of life:
IPython recipes:
- Github repository here: https://github.com/ipython-books/cookbook-code
- Longer list of notebooks here: https://ipython-books.github.io/cookbook/