TDC CONNECTIONS
Building Software in the Connected World

Trilha ARTIFICIAL INTELLIGENCE INTERNACIONAL

Knowing the AI trends will change the landscape of the future

Artificial Intelligence (AI) has been a hot topic for several years now, constantly finding its way into a growing number of everyday applications.

In this track, you'll have access to the new trends in AI and the opportunity to learn more about its various subfields, such as machine learning, deep learning, natural language processing (NLP) and robotics.

Data e Local

Quarta-feira, 9 de Junho de 2021

09h às 19h GMT-3

ACESSO REMOTO COM TRANSMISSÃO ONLINE

Investimento

Para brasileiros, em R$:
1 trilha: de R$ 145 por R$ 110
2 trilhas: de R$ 290 por R$ 198
3 trilhas: de R$ 435 por R$ 285
* preço válido até 26/04, veja tabela completa

Para brasileiros, em R$:
1 trilha: de R$ 145 por R$ 130
2 trilhas: de R$ 290 por R$ 230
3 trilhas: de R$ 435 por R$ 330
* preço válido até 28/05, veja tabela completa

Para brasileiros, em R$:
1 trilha: R$ 145
2 trilhas: de R$ 290 por R$ 260
3 trilhas: de R$ 435 por R$ 370
* preço válido até 10/06, veja tabela completa

Para estrangeiros, em US$:
1 trilha: $30 por $20 USD
Connect Pass: $80 por $60 USD
* preço válido até 08/05

Para estrangeiros, em US$:
1 trilha: $30 por $25 USD
Connect Pass: $80 por $70 USD
* preço válido até 01/06

Para estrangeiros, em US$:
1 trilha: $30 USD
Connect Pass: $60 USD
* preço válido até 10/06

Como se inscrever

Programação / Palestras Time Zone: GMT-3

Horário Conteúdo
10:15 às 10:45 (GMT-3)
13:15 às 13:45 (GMT)

TDC Opening

At International Stadium with Yara Senger
10:50 às 11:25 (GMT-3)
13:50 às 14:25 (GMT)

Machine/Deep Learning for Accurate Diagnosis of Covid-19

Noureddin Sadawi

In this presentation, I am going to present and review three techniques that employ machine/deep learning for the accurate diagnosis of Covid-19. These techniques are powerful and can save time and effort. Their performance is comparable with that of polymerase chain reaction (PCR) test. In fact, they can be better than human expert diagnosis. All of this and more will be covered in the talk.

11:30 às 12:05 (GMT-3)
14:30 às 15:05 (GMT)

Deep Learning-Driven Text Summarization & Explainability for Legal Documents

Nina Hristozova

Legal documents tend to be very long and complex, therefore summarizing them is a laborious and time consuming task.

Thomson Reuters Labs added innovative Deep Learning (DL) capabilities to an existing editorial tool to augment this experience. A DL-powered summarisation model was built to automatically generate an initial version of those summaries, which are then verified by internal editors.

Having a machine-generated summary helped our editors a lot in terms of time savings. But, is there a way to add even more value for our editors and increase their trust in this AI system? To answer this question we turned to the concept of Explainable AI.

Join our talk to find out HOW!

12:10 às 12:45 (GMT-3)
15:10 às 15:45 (GMT)

Deep Learning for Tabular Data using PyTorch Tabular

Manu Joseph

PyTorch Tabular - a new deep learning library which makes working with Deep Learning and tabular data easy. Built on top of PyTorch and PyTorch Lightning and works on pandas dataframes directly.

Many SOTA models like NODE and TabNet are already implemented in the library with a unified API. PyTorch Tabular is designed to be easily extensible for researchers, simple for practitioners, and robust in industrial deployments.

Talk Outline

  • Tabular Data and Deep Learning
  • The journey through SOTA
  • Design Principles of PyTorch Tabular
  • Unified API for SOTA Tabular Models
  • Usage Examples (Code)
  • Hidden Tricks and Techniques (Code)
  • How to install and contribute?
12:50 às 13:50 (GMT-3)
15:50 às 16:50 (GMT)
Networking e Visitação a Stands

Intervalo para fazer networking e conhecer os estandes do evento.

14:00 às 14:05 (GMT-3)
17:00 às 17:05 (GMT)
Abertura da trilha pela coordenação

Aqui os coordenadores se apresentam e fazem uma introdução para a trilha.

14:10 às 14:45 (GMT-3)
17:10 às 17:45 (GMT)

Yearn to Learn

Matthew Emerick

Despite a skills shortage, there are millions of people interested in artificial intelligence. How do you get from zero to hired? What path should you take? How do you navigate all of the available resources? Are you stuck in tutorial hell? How do you stand out?

Join me as we discuss the opportunities, both technical and non-technical, for anyone and everyone interested in such an amazing field. Be part of the future with this tour de force of information that can help you move forward.

14:50 às 16:05 (GMT-3)
17:50 às 19:05 (GMT)

How to introduce AI into my company's products?

Flávio Henrique Moura Stakoviak / Ricardo Fernandes / Matthew Emerick
Painel Digital desta Trilha \ Digital Panel of this Track
16:10 às 16:25 (GMT-3)
19:10 às 19:25 (GMT)
Networking e Visitação a Stands

Intervalo para fazer networking e conhecer os estandes do evento.

16:25 às 17:00 (GMT-3)
19:25 às 20:00 (GMT)

Responsible AI

Pedro Lelis

Let's start by introducing some cases in order to exemplify the importance of responsibility when working with AI systems. We'll talk about survivorship bias, loan decisions for different groups and bias / variance trade off.

Finally, we'll discuss good practices to promote fairness, interpretability, privacy and security.

17:05 às 17:40 (GMT-3)
20:05 às 20:40 (GMT)

Generating Classic Nintendo Music with Python and Magenta

Samuel Agnew

Artificial Creativity has been a topic of debate among scholars, artists, and computing experts. What's not controversial is that writing code to generate music is a ton of fun. Tools like Magenta, a Python library powered by Tensorflow for handling music data, make it easier for developers to use machine learning for music without being neural network experts.

In this talk we will walk through how to create music with Magenta using a recurrent neural network trained on the soundtracks from classic games on the Nintendo Entertainment System. We will also live-code a web application which uses the Twilio API to provide a phone number people can call to listen to computer-generated music.

17:45 às 18:20 (GMT-3)
20:45 às 21:20 (GMT)

Understanding Machine Learning for Java Developers

Frank Greco

Machine Learning (ML) is a huge, long-term global trend that affects every part of the stack from the user to the hardware. Visual Recognition (VisRec) is an important subclass of ML with wide business applications across many types of industries and use cases.

But for Java developers, there doesn?t seem to be many ML coding options other than learning Python.  The current ML libraries either are very complex and designed for data scientists, or they are Java wrappers around C/C++ libraries and don?t ?feel? like Java tools.

JSR381 is a new Java-native API for ML.  We?ll talk about goals with JSR381, the API, its internal architecture, and show some examples.

18:25 às 18:45 (GMT-3)
21:25 às 21:45 (GMT)
Encerramento

Após a apresentação de resultados do dia, no palco da Stadium, muitos sorteios fecharão o dia.

Programação sujeita a alterações
áudio somente em inglês Time Zone: GMT-3

Patrocinadores




Apoio

Apoio Trilha


Apoio Mídia


Realização