scispace - formally typeset
B

Bing Xu

Researcher at Université de Montréal

Publications -  28
Citations -  51147

Bing Xu is an academic researcher from Université de Montréal. The author has contributed to research in topics: Chemistry & Medicine. The author has an hindex of 14, co-authored 17 publications receiving 38405 citations. Previous affiliations of Bing Xu include Facebook.

Papers
More filters
Journal ArticleDOI

Generative Adversarial Nets

TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.
Posted Content

Generative Adversarial Networks

TL;DR: In this article, a generative adversarial network (GAN) is proposed to estimate generative models via an adversarial process, in which two models are simultaneously trained: a generator G and a discriminator D that estimates the probability that a sample came from the training data rather than G.
Journal ArticleDOI

Generative adversarial networks

TL;DR: A generative adversarial networks algorithm designed to solve the generative modeling problem and its applications in medicine, education and robotics are studied.
Posted Content

Empirical Evaluation of Rectified Activations in Convolutional Network.

TL;DR: The experiments suggest that incorporating a non-zero slope for negative part in rectified activation units could consistently improve the results, and are negative on the common belief that sparsity is the key of good performance in ReLU.
Posted Content

MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems

TL;DR: The API design and the system implementation of MXNet are described, and it is explained how embedding of both symbolic expression and tensor operation is handled in a unified fashion.