talks
talks copied to clipboard
💥 Browser-based slides or PDFs of our talks and presentations
Talks
Ongoing collection of talks about spaCy and other NLP/Machine Learning/AI-related topics. Most slides are available as PDFs.
Table of contents
Date | Topic | Event | Location |
---|---|---|---|
2019-05-02 | Practical NLP transfer learning with spaCy and Prodigy Scale | O'Reilly Strata | London, UK |
2019-04-13 | Practical NLP transfer learning with spaCy and Prodigy | Women in Data Science | Poznań, PL |
2019-01-28 | Practical transfer learning for NLP with spaCy and Prodigy | Applied Machine Learning Days | Lausanne, CH |
2018-11-22 | The AI Revolution will not be Monopolized | Hack Talks | Helsinki, FI |
2018-10-31 | Building new NLP solutions with spaCy and Prodigy | Belgium NLP Meetup | Brussels, BE |
2018-10-31 | Rapid NLP Annotation Through Binary Decisions, Pattern Bootstrapping and Active Learning | Belgium NLP Meetup | Brussels, BE |
2018-07-26 | Building new NLP solutions with spaCy and Prodigy | EuroPython | Edinburgh, UK |
2018-07-26 | How to Ignore Most Startup Advice and Build a Decent Software Business | EuroPython | Edinburgh, UK |
2018-07-14 | Building new NLP solutions with spaCy and Prodigy | Sydney NLP Mini Conference | Sydney, AUS |
2018-07-07 | Building new NLP solutions with spaCy and Prodigy | PyData Berlin | Berlin, DE |
2018-05-28 | Rapid NLP Annotation Through Binary Decisions, Pattern Bootstrapping and Active Learning | Data Science Summit | Tel Aviv, IL |
2018-05-28 | Embed, Encode, Attend, Predict: A four-step framework for understanding neural network approaches to Natural Language Understanding problems | Data Science Summit | Tel Aviv, IL |
2018-05-05 | Teaching AI about Human Knowledge | PyDays | Vienna, AT |
2018-04-14 | Rapid NLP Annotation Through Binary Decisions, Pattern Bootstrapping and Active Learning | University of San Francisco | San Francisco, US |
2018-04-14 | Multi-Linguial Natural Language Understanding with spaCy | 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