💥 Browser-based slides or PDFs of our talks and presentations
JavaScript CSS HTML
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.

README.md

Talks

Ongoing collection of talks about spaCy and other AI-related topics. Most slides are available as PDFs.

Table of contents

Date Topic Event Location
2018-05-28 tba Data Science Summit Tel Aviv, IL
2018-05-05 Teaching AI about Human Knowledge PyDays Vienna, AT
2018-04-14 Increasing Data Science Productivity University of San Francisco San Francisco, US
2018-04-12 Rapid NLP Annotation Through Binary Decisions, Pattern Bootstrapping and Active Learning Tom Tom Founders Festival Charlottesville, US
2018-04-12 Embed, Encode, Attend, Predict: A four-step framework for understanding neural network approaches to Natural Language Understanding problems Tom Tom Founders Festival Charlottesville, US
2018-03-21 Supervised Learning is Great — it's Data Collection That's Broken The Ground Malmö, SE
2017-11-02 Practical and Effective Neural Entity Recognition Zalando Research Berlin, DE
2017-08-28 spaCy 101 Retriever Oslo, NO
2017-06-13 Why Python is the best language for AI PyCon Tel Aviv, IL
2017-01-19 Teaching AI about Human Knowledge Founders Copenhagen, DK
2016-11-28 The State of AI 2016 AIAIAI! Oslo, NO
2016-11-21 spaCy and NLP Innovation LT-Accelerate Brussels, BE
2016-11-19 Introduction to spaCy Bothack Berlin, DE
2016-05-21 Designing spaCy: Industrial-strength NLP PyData Berlin, DE

Viewing the HTML slides

HTML slides are implemented in Jade (aka Pug) with help of reveal.js. The site is built or served by Harp. To view the slides, simply install Harp, clone this repository and run the server from the new directory. Then navigate your browser to http://localhost:9000.

sudo npm install --global harp
git clone https://github.com/explosion/talks
cd talks/<talk name>
harp server