Deep Learning

Graph Convolutional Neural Networks for Molecule Generation

In this talk, I will discuss a graph convolutional neural network architecture for the molecule generation task. The proposed approach consists of two steps. First, a graph ConvNet is used to auto-encode molecules in one-shot. Second, beam search is …

Combinatorial Optimization

Scalable deep learning systems for practical NP-Hard combinatorial problems such as the TSP.

Quantum Chemistry

Chemical synthesis, structure and property prediction using deep neural networks.

Spatial Graph ConvNets

Graph Neural Network architectures for inductive representation learning on arbitrary graphs.

Graph Convolutional Neural Networks for Molecule Generation and Travelling Salesman Problem

In this talk, I will discuss how to apply graph convolutional neural networks to quantum chemistry and operational research. The same high-level paradigm can be applied to generate new molecules with optimized chemical properties and to solve the …

An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem

This paper introduces a new learning-based approach for approximately solving the Travelling Salesman Problem on 2D Euclidean graphs. We use deep Graph Convolutional Networks to build efficient TSP graph representations and output tours in a …

GraphTSNE: A Visualization Technique for Graph-Structured Data

We present GraphTSNE, a novel visualization technique for graph-structured data based on t-SNE. The growing interest in graph-structured data increases the importance of gaining human insight into such datasets by means of visualization. However, …

Convolutional Neural Networks on Graphs

Convolutional neural networks have greatly improved state-of-the-art performances in computer vision and speech analysis tasks, due to its high ability to extract multiple levels of representations of data. In this talk, we are interested in …

An Experimental Comparison of Text Classification Techniques

Text classification is the task of labeling text data from a predetermined set of thematic labels. It has become of increasing importance in recent years as we generate large volumes of data and require the ability to search through these vast …

An Experimental Study of Neural Networks for Variable Graphs

Graph-structured data such as social networks, functional brain networks, chemical molecules have brought the interest in generalizing deep learning techniques to graph domains. In this work, we propose an empirical study of neural networks for …