This is a bundle compiling information (and snapshots of extenal repositories) related to the ODSC Europe sessions of 2017, held October 12-14 in London).
Not all sessions included code or were all that interesting, so there might be some not corresponding with a folder.
The intention is creating a folder per session attended, including slides and links when available. If no content is available for a certain session, no content will be provided. The sessions are sorted by a two digit prefix.
-
Algorithmic Trading, by Yves Hilpisch:
-
Deep Learning with TensorFlow for absolute beginners, by Kaz Sato and Matthias Feys:
- Presentation at https://docs.google.com/presentation/d/1OzUurRlaHHr_z9eiRFzlPWrr64Jtx1kthrhyuK1Bm8s/edit?usp=sharing
- This workshop was way too basic and we spent most of the time setting up Google Codelabs accounts and instances. I ended up downloading the dataset from https://opendata.cityofnewyork.us/, instead of using directly from the cloud managed BigQuery dataset. It was easy downloading it locally (it takes 240 MB or 40 MB compressed).
-
Probabilistic programming, by Tomas Wiecki:
- This was one of a series of sessions in quantitative trading (or Quant Finance), mostly centered around Quantopian for the sessions.
- The most interesting point - other than the idea of making money :) - was Bayesian statistics applications.
-
Insights from Complex Network Data, by Pablo Suau.
-
Deep Learning for Developers, by Julien Simon.
-
Deep Learning in Keras, by Leonardo de Marchi.
-
Introduction to Algorithmic Trading, by Max Margenot.
-
Introduction to Bayesian Analysis in Python, by Peadar Coyle.
-
Open Containerization Tooling, by Phil Weir.
-
Training, Managing and Deploying Models, by Piotr Migdał: essentially how to use Neptune.
-
Bayesian A/B testing, by Marc Garcia.
-
TDD-ing a Bayesian Classifier, by Robert Hardy: a look at pytest.
I'm currently using my own environment based on conda https://github.com/tnarik/env-machine_learning.
When present, *-work.ipynb
notebooks are the worked upon version of the corresponding notebook. That might include additional comments, path modification, etc.
Apart from pointers and links to libraries, techonologies and concepts (is always good to have an overview of what's out there), I started thinking on a couple of ideas and toy projects (either for practice or to further explore some new territories). Those won't be available here as they deserve their own repositories.