Complex Systems Summer School 2016-Tutorials
From Santa Fe Institute Events Wiki
Title
Speaker:
Date & Time:
Motivation and content:
Interested:
NetLogo Introduction
Speaker: Abigail Devereaux
Date & Time: TBD by interested folks
Motivation and content: I will walk through the code for the Schelling Segregation model in Netlogo, first on a grid, then on a network. This tutorial is meant for people who want to learn NetLogo. I suggest before we start that you download Netlogo and go through the tutorial here: [[1]]
Interested:
- Chenling
- Ellen
- Anjali
- Chris Revell
- Scott
- Usama
- Jacob
- Will
- Mark
- Rana
- Marilia
- Justin
- Philip
- Andy
- Asher
- Lin-Qing
Decomposition of Games
Speaker: Santiago Guisasola
Date & Time: TBD
Motivation and content: I will present a method of decomposing n-player 2-strategy games into several components. One of these components, the "strategic" component, contains all needed information to compute Nash Equilibria. So... what are the other components good for?
Interested:
Introduction to Git
Speaker: Fabio
Date & Time: To be convened with interested participants. Tutorial is planned to last 1 hour.
Motivation and content: As your model evolves, the source code becomes increasingly more complex and difficult to maintain. Git takes care of this workload by recording every change to your project files, allowing you to review your development history, helping you to try and experiment new model features in a safe way, tracking your model variants and versions, and implementing collaboration with your co-researchers. This tutorial will cover the basics of: commits, branches, merging, versioning, and collaboration. GitHub and GitLab will be discussed.
Suggestions: You should have basic experience using text terminals. Please install Git in your own laptop and make sure to bring it to the tutorial. Also, please open a free account on gitlab.com before joining the tutorial. Optionally, you can also open a free github account. Please contact facorread@gmail.com with any inquiries.
Interested participants:
Please sign up and contact facorread@gmail.com
Structural pattern discovery in spatio-temporal data
Speaker: Pavel
Date & Time: TBD
Motivation and content: The problem of informative pattern discovery in time series traditionally receives much attention. Discovering patterns is important in areas as diverse as medicine, security, astronomy, industry, sciences, and finance, to name just a few, where patterns typically convey critical and actionable information.
In this hands-on tutorial, I review three symbolic discretization-based techniques for time-series patterns discovery: (i) SAX-VSM -- an algorithm for discovery of class-characteristic patterns in contrast time series sets, (ii) GrammarViz -- a grammatical inference-based technique for variable-length time series motif (i.e., frequent pattern) discovery, and (iii) RRA -- a grammatical inference and algorithmic (i.e., Kolmogorov) complexity -based algorithm for variable-length time series discord (i.e., anomaly) discovery. In addition, I discuss our recent effort for discretization parameters optimization.
All discussed techniques are implemented in Java (high-throughput) and R (convenience) and I show how to use these in experimental/exploratory settings.
Source code:
1) SAX-VSM
2) Grammarviz2
3) jmotif-R
Supporting papers:
1) SAX-VSM: Interpretable Time Series Classification Using SAX and Vector Space Model
2) GrammarViz 2.0: a tool for grammar-based pattern discovery in time series
3) Time series anomaly discovery with grammar-based compression
Interested: