Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 480 Bytes

File metadata and controls

20 lines (13 loc) · 480 Bytes

Presentations

A collection of presentations i have held at various venues.

Introduction to Machine Learning in Python (1. April 2016)

Internal presentation held at Accenture DigiX in Oslo.

Introduction to BI & Big Data (18. March 2016)

Guest lecture held at Westerdals (Oslo School of Arts, Communication and Technology).

Running the Datamaps.js example:

> cd map-plot-example
> python -m SimpleHTTPServer 8000
> # Python 3
> python -m http.server 8000