Put AI to Work
April 15-18, 2019
New York, NY
Please log in

Recurrent neural networks for time series analysis

Bruno Goncalves (Data For Science)
1:45pm5:15pm Tuesday, April 16, 2019
Implementing AI
Location: Trianon Ballroom
Secondary topics:  Models and Methods, Temporal data and time-series
Average rating: ***..
(3.50, 6 ratings)

Who is this presentation for?

  • Data scientists

Level

Intermediate

Prerequisite knowledge

  • A working knowledge of Python

Materials or downloads needed in advance

  • A laptop with Python 3 and Keras installed

What you'll learn

  • Learn how to use recurrent neural networks, gated recursive units, and long short-term memory for time series analysis

Description

From the closing price of the stock market to the number of clicks per second on a web page or the sequence of venues visited by a tourist exploring a new city, time series and temporal sequences of discrete events are everywhere around us. Understanding them requires taking into account the sequence of values seen in previous steps and even long-term temporal correlations.

Join Bruno Gonçalves to learn how to use recurrent neural networks, a technique originally developed for natural language processing, to model and forecast time series. You’ll also discover the advantages and disadvantages of recurrent neural networks with respect to more traditional approaches.

Outline:

Recurrent neural networks

  • Review of feed-forward networks
  • Introduction to recursion
  • Types of recurrent neural networks
  • Your first recurrent network

Gated recurrent units

  • Advantages of recursion
  • Controlling information flow
  • Gates and internal logic

Long short-term memory

  • Remembering the past
  • Avoiding vanishing gradients
  • Memory cells

All code and slides presented during the tutorial will be made available in the course GitHub repository.

Photo of Bruno Goncalves

Bruno Goncalves

Data For Science

Bruno Gonçalves is a chief data scientist at Data For Science, working at the intersection of data science and finance. Previously, he was a data science fellow at NYU’s Center for Data Science while on leave from a tenured faculty position at Aix-Marseille Université. Since completing his PhD in the physics of complex systems in 2008, he’s been pursuing the use of data science and machine learning to study human behavior. Using large datasets from Twitter, Wikipedia, web access logs, and Yahoo! Meme, he studied how we can observe both large scale and individual human behavior in an obtrusive and widespread manner. The main applications have been to the study of computational linguistics, information diffusion, behavioral change and epidemic spreading. In 2015, he was awarded the Complex Systems Society’s 2015 Junior Scientific Award for “outstanding contributions in complex systems science” and in 2018 was named a science fellow of the Institute for Scientific Interchange in Turin, Italy.

Comments on this page are now closed.

Comments

Picture of Bruno Goncalves
Bruno Goncalves | CHIEF DATA SCIENTIST
04/11/2019 5:02pm EDT

Hi, as long as you have some experience with programming you should be fine following the coding examples. In any case, a large portion of the tutorial is theoretical, explaining the underlying concepts and ideas.

Fikria Chaouki | VP ADVANCED ANALYTICS
04/10/2019 11:07am EDT

Hello, I have a question regarding this tutorial, do you think I can follow the course even I’m not a big user of Python? thank you for your answer. BR