Skip to content

Implementation of the algorithm detailed in paper "Evolutionary design of molecules based on deep learning and a genetic algorithm"

License

Notifications You must be signed in to change notification settings

lucidrains/evolutionary-design-molecules

Repository files navigation

Evolutionary Design of Molecules with Deep Learning and Genetic Algorithms (wip)

Unofficial implementation of the paper Evolutionary design of molecules based on deep learning and a genetic algorithm.

There are a few improvements that will be improvised on top of the general idea. (1) Use an equivariant attention network for the autoencoder. (2) Latent space will be using independent binary codes, the lookup-free quantization proposed by Yu et al. (3) Will bring in a few ideas to maintain greater diversity in the genetic pool

May also include a policy network for choosing the parents, as proposed in the paper Reinforced Genetic Algorithm for Structure-based Drug Design.

Citations

@article{article,
	author 	= {Kwon, Youngchun and Kang, Seokho and Choi, Youn-Suk and Kim, Inkoo},
	year 	= {2021},
	month 	= {08},
	title 	= {Evolutionary design of molecules based on deep learning and a genetic algorithm},
	journal = {Scientific Reports},
	doi 	= {10.1038/s41598-021-96812-8}
}
@article{Yu2023LanguageMB,
	title 	= {Language Model Beats Diffusion - Tokenizer is Key to Visual Generation},
	author 	= {Lijun Yu and Jos'e Lezama and Nitesh B. Gundavarapu and Luca Versari and Kihyuk Sohn and David C. Minnen and Yong Cheng and Agrim Gupta and Xiuye Gu and Alexander G. Hauptmann and Boqing Gong and Ming-Hsuan Yang and Irfan Essa and David A. Ross and Lu Jiang},
	journal = {ArXiv},
	year 	= {2023},
	volume 	= {abs/2310.05737},
	url 	= {https://api.semanticscholar.org/CorpusID:263830733}
}

About

Implementation of the algorithm detailed in paper "Evolutionary design of molecules based on deep learning and a genetic algorithm"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages