greenelab / deep-review

A collaboratively written review paper on deep learning, genomics, and precision medicine
https://greenelab.github.io/deep-review/
Other
1.24k stars 270 forks source link

Automatic chemical design using a data-driven continuous representation of molecules #104

Open evancofer opened 7 years ago

evancofer commented 7 years ago

https://arxiv.org/abs/1610.02415v1

Directly related to #52 and #53. Somewhat related to #45, #55, and #56. This preprint examines an autoencoder-based method for representing molecules with continuous values.

Abstract:

We report a method to convert discrete representations of molecules to and from a multidimensional continuous representation. This generative model allows efficient search and optimization through open-ended spaces of chemical compounds. We train deep neural networks on hundreds of thousands of existing chemical structures to construct two coupled functions: an encoder and a decoder. The encoder converts the discrete representation of a molecule into a real-valued continuous vector, and the decoder converts these continuous vectors back to the discrete representation from this latent space. Continuous representations allow us to automatically generate novel chemical structures by performing simple operations in the latent space, such as decoding random vectors, perturbing known chemical structures, or interpolating between molecules. Continuous representations also allow the use of powerful gradient-based optimization to efficiently guide the search for optimized functional compounds. We demonstrate our method in the design of drug-like molecules as well as organic light-emitting diodes.

agitter commented 7 years ago

Chemistry

Computational aspects

Why include it in the review

Other notes