All Projects → JamesPHoughton → Pysd Cookbook

JamesPHoughton / Pysd Cookbook

Simple Recipes for Powerful Analysis of System Dynamics Models

Projects that are alternatives of or similar to Pysd Cookbook

Bnet
Batch Normalization with Enhanced Linear Transformation
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Elemnet
Deep Learning the Chemistry of Materials From Only Elemental Composition for Enhancing Materials Property Prediction
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Latent dirichlet allocation
This is the Code for "Generative Models - The Math of Intelligence #8" By Siraj Raval on Youtube
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Yolov5 Deepsort
Stars: ✭ 42 (-4.55%)
Mutual labels:  jupyter-notebook
Midi Miner
Python MIDI track classifier and tonal tension calculation based on spiral array theory
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Reinforcement Learning Notebooks
A collection of Reinforcement Learning algorithms from Sutton and Barto's book and other research papers implemented in Python.
Stars: ✭ 1,020 (+2218.18%)
Mutual labels:  jupyter-notebook
Pyprogbook
金融大數據首部曲 書名: Python 程式設計入門 — 金融商管實務案例 讀者可以在此下載教學資源含程式碼
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Attention
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Business Analytics Ime654
Course homepage for "Business Analytics (IME654)" @Korea University
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Sagemaker Churn
Hands-on SageMaker lab looking at cell phone churn
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Fastseq
A way to use N-Beats in fastai for sequence data
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Deeptutor
Spaced repetition through deep reinforcement learning
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Walkwithfastai.github.io
Host for https://walkwithfastai.com
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Airbnb
Predict the destination countries when user first book using Airbnb
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Teaching Material
Teaching materials for the machine learning and deep learning classes at Stanford and Cornell
Stars: ✭ 1,022 (+2222.73%)
Mutual labels:  jupyter-notebook
News push project
Real Time News Scraping and Recommendation System - React | Tensorflow | NLP | News Scrapers
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Ngcm Tutorial
Materials for the IPython/Jupyter workshop at the NGCM Summer Academy, at Southampton University, Boldrewood campus.
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Python4scientificcomputing numpy pandas matplotlib
python4ScientificComputing, Numpy, Pandas and Matplotlib
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook
Parlai agents
# ParlAI Agent examples with PyTorch, Chainer and TensorFlow
Stars: ✭ 44 (+0%)
Mutual labels:  jupyter-notebook

PySD Cookbook

Simple recipes for powerful analysis of system dynamics models

by James Houghton

This cookbook is intended as a resource for system dynamics practitioners working to use big data to improve their modeling practice. I strive to make each recipe short, simple to understand, and transferable, so that the script can be copied and adapted to the desired problem.

Each recipe is structured as follows:

  1. Introduction to the technique and its relevance to System Dynamics
  2. Ingredients necessary to use the technique
  3. Description of the Demo Model
  4. Description of the Demo Data
  5. Notes on the particular third party python libraries in use
  6. Steps necessary to conduct the analysis with code examples

How to use this cookbook

An easily readable, linked version of this cookbook is available on Read the Docs

Every recipe in this cookbook is an executable ipython notebook. Because of this, I recommend that you download a copy of the cookbook, and follow along by executing the steps in each notebook as you read, playing with the parameters, etc.

If you want to implement a recipe, you can then make a copy of the notebook you are interested in, and modify it to analyze your own problem with your own data.

To download the cookbook in its entirity, use this link or select one of the options in the righthand panel of the github window.

Structure of this repository

As several recipes may use the same models or the same data, I've separated the recipes into a directory called Analyses where individual recipes are grouped by category. The Data directory contains all of the data used in the analyses, and in most cases notebooks describing the data, where it came from, and how it is formatted. The Models directory includes the various model files that are used throughout the analyses.

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].