Scientific Programming
158 subscribers
158 photos
30 videos
138 files
446 links
Tutorials and applications from scientific programming

https://github.com/Ziaeemehr
Download Telegram
SciencePlots: Matplotlib styles for scientific plotting
SciencePlots
#python
#matplotlib
@scientific_programming
The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory. IDTxl provides functionality to estimate the following measures:

For network inference:
🌱multivariate transfer entropy (TE)/Granger causality (GC)
🌱 multivariate mutual information (MI)
🌱 bivariate TE/GC
🌱 bivariate MI

For analysis of node dynamics:
🌱 active information storage (AIS)
🌱partial information decomposition (PID)

https://github.com/pwollstadt/IDTxl

#information_theory
#network_inference
#transfer_entropy
#python
🔆 STAN
☘️ Stan is a state-of-the-art platform for statistical modeling and high-performance statistical computation.
☘️ Stan interfaces with the most popular data analysis languages (R, #python, shell, MATLAB, Julia, Stata) and runs on all major platforms (Linux, Mac, Windows).

🌱 Stan User’s Guide
🌱 PyStan Guide
To install simply use:
$ pip3 install pystan
Here is where I start to learn #Machine_Learning:

The course is available here:
Machine Learning, Andrew Ng
The whole course can be downloaded from here at once.

GitHub for Exercises in #Python.
You can check the solution in "solution" branch in case.
NetPyNE
#NetPyNE (Networks using #Python and #NEURON) is a Python package to facilitate the development, simulation, parallelization, analysis, and optimization of biological neuronal networks using the NEURON simulator.

Although NEURON already enables multiscale simulations ranging from the molecular to the network level, using NEURON for network simulations requires substantial programming, and often requires parallel simulations. NetPyNE greatly facilitates the development and parallel simulation of biological neuronal networks in NEURON for students and experimentalists. NetPyNE is also intended for experienced modelers, providing powerful features to incorporate complex anatomical and physiological data into models.
#simulator