Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saketkc/notebooks
:green_book: Jupyter notebooks for demo/projects, now that github supports them
https://github.com/saketkc/notebooks
jupyter-notebook notebook rmarkdown
Last synced: 24 days ago
JSON representation
:green_book: Jupyter notebooks for demo/projects, now that github supports them
- Host: GitHub
- URL: https://github.com/saketkc/notebooks
- Owner: saketkc
- License: bsd-2-clause
- Created: 2015-06-01T10:51:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T08:21:04.000Z (over 4 years ago)
- Last Synced: 2023-03-12T08:18:19.496Z (over 1 year ago)
- Topics: jupyter-notebook, notebook, rmarkdown
- Language: Jupyter Notebook
- Homepage: http://nbviewer.jupyter.org/github/saketkc/notebooks/tree/master/
- Size: 24.7 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notebooks
Jupyter notebooks for demo/projects- Python
- [Academic Valentines](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/AcademicValentines.ipynb)
- [Motif Finder](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/motif_finder/Motif%20Analysis.ipynb)
- [Expectation Maximization](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Expectation%20Maximisation.ipynb)
- [Bayesian Networks](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Bayesian%20Network.ipynb)
- [PDF=PMF?](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/PDF.ipynb)
- [Normality and Chi-Square relation](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Normality%20and%20Chi%20Squared.ipynb)
- [Mixed Linear Models using statsmodels](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Mixed_Linear_Models.ipynb)
- [Examples of Expectation Maximisation](The-EM-Algorithm-And-Extensions)
- [Finding a "Kneedle" in a Haystack: Detecting Knee Points in System Behavior](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Kneedle%20Algorithm.ipynb?flush_cache=True)
- [Sequence Logo in Python -- multiple fonts](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Sequence%20Logo%20Python%20%20--%20Any%20font.ipynb?flush_cache=true)
- [Determinant of large sparse matrices](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/logdet-sparse-matrix.ipynb)
- [REL-plots](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/RLE%20Plots%20--%20Visualising%20Unwanted%20Variation.ipynb)
- [Shadowgrams](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/python/Shadowgram.ipynb)- Julia
- [Optimal Control Design of a Reparable Multistate system](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/julia/math-501-project.ipynb)- Matlab
- [CSCI 567: Machine Learning Homework 1](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/matlab/CSCI-567_Homework1.ipynb)- R
- [Central Limit Theorem](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/R/CLT.ipynb)
- [Multiple Linear Regression](http://nbviewer.jupyter.org/github/saketkc/notebooks/blob/master/R/MultipleLinearRegression_in_R.ipynb)
- [Emojis in Rmarkdown](http://htmlpreview.github.io/?https://github.com/saketkc/notebooks/blob/master/R/emoji_demo.html)