EmoryUniversityTheoreticalBiophysics / Sirisaac

Licence: mit
Automated dynamical systems inference

Projects that are alternatives of or similar to Sirisaac

Satellite imagery analysis
Implementation of different techniques to find insights from the satellite data using Python.
Stars: ✭ 31 (-11.43%)
Mutual labels:  jupyter-notebook
Chinese Stock Prediction Using Weibo Baidu News Sentiment
📈 A neural network regression model trained to predict the mean stock price percentage change everyday using financial factors like previous close price, actual previous close price, open price, market capitalization, total market value, price-to-earning ratio and price-to-book ratio, along with corresponding Sina Weibo and Baidu News sentiment scores.
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Dltemplate
Boilerplate for Deep Learning Projects
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Presentations
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Nlpnotebook
一份不断完善的NLP学习笔记
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Warp Pytorch
WARP loss for Pytorch as described by the paper: WSABIE: Scaling Up To Large Vocabulary Image Annotation
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Pyannote Core
Advanced data structures for handling temporal segments with attached labels.
Stars: ✭ 34 (-2.86%)
Mutual labels:  jupyter-notebook
Machine Learning Approach For Malware Detection
A Machine Learning approach for classifying a file as Malicious or Legitimate
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Drugs Recommendation Using Reviews
Analyzing the Drugs Descriptions, conditions, reviews and then recommending it using Deep Learning Models, for each Health Condition of a Patient.
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Hetmogp
Heterogeneous Multi-output Gaussian Processes
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Mlwpy code
Code from the Pearson Addison-Wesley book Machine Learning with Python for Everyone
Stars: ✭ 34 (-2.86%)
Mutual labels:  jupyter-notebook
Stratx
stratx is a library for A Stratification Approach to Partial Dependence for Codependent Variables
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Product Recommendation With Watson Ml
Build a recommendation engine with Spark and Watson Machine Learning
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+2648.57%)
Mutual labels:  jupyter-notebook
Misc
Machine Learning / Randomized Algorithm and more
Stars: ✭ 34 (-2.86%)
Mutual labels:  jupyter-notebook
Picanet
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Which animal
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Capsule
DEPRECATED- see https://github.com/OpenMined/OpenMined or https://github.com/OpenMined/PySyft
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (+0%)
Mutual labels:  jupyter-notebook

SirIsaac

Automated dynamical systems inference.

Main goal: Given experimental dynamical systems trajectories, find a dynamical system that can predict future trajectories.

References

An example of the SirIsaac algorithm applied to experimental data appears in the following publication:

  • Daniels, B. C., Ryu, W. S., & Nemenman, I. (2019). Automated, predictive, and interpretable inference of Caenorhabditis elegans escape dynamics. Proc. Natl. Acad. Sci. USA.
    https://doi.org/10.1073/pnas.1816531116

Details of the theory and rationale behind the SirIsaac approach are described here:

  • Daniels, B. C., & Nemenman, I. (2015). Automated adaptive inference of phenomenological dynamical models. Nature Communications, 6, 8133.
    https://doi.org/10.1038/ncomms9133

  • Daniels, B. C., & Nemenman, I. (2015). Efficient Inference of Parsimonious Phenomenological Models of Cellular Dynamics Using S-Systems and Alternating Regression. Plos One, 10(3), e0119821.
    https://doi.org/10.1371/journal.pone.0119821

Dependencies

Python 2.6 or later (not Python 3)
Scipy
Matplotlib
(One way to install the above is with Anaconda or Sage. See Installation.md.)

SloppyCell (https://github.com/GutenkunstLab/SloppyCell)

Optional dependencies

mpi4py (for running on multiple processors)
SBML (systems biology markup language)
BioNetGen
Pygraphviz (for creating network diagrams)
ipython (for reading ipython notebook file describing example usage)

Contributors

Bryan Daniels, Ilya Nemenman

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].