paper-with-me

Papers

A Python library for efficient computation of molecular fingerprints

2024-03-27 · Michał Szafarczyk, Piotr Ludynia, Przemysław Kukla

Machine learning solutions are very popular in the field of chemoinformatics, where they have numerous applications, such as novel drug discovery or molecular property prediction. Molecular fingerprints are algorithms commonly used for vectorizing chemical molecules as a part of preprocessing in this kind of solution. However, despite their popularity, there are no libraries that implement them efficiently for large datasets, utilizing modern, multicore architectures. On top of that, most of them do not provide the user with an intuitive interface, or one that would be compatible with other machine learning tools. In this project, we created a Python library that computes molecular fingerprints efficiently and delivers an interface that is comprehensive and enables the user to easily incorporate the library into their existing machine learning workflow. The library enables the user to perform computation on large datasets using parallelism. Because of that, it is possible to perform such tasks as hyperparameter tuning in a reasonable time. We describe tools used in implementation of the library and asses its time performance on example benchmark datasets. Additionally, we show that using molecular fingerprints we can achieve results comparable to state-of-the-art ML solutions even with very simple models.

📄 PDF Abstract BibTeX arXiv:2403.19718

Code (1)

arch4ngel21/scikit-fingerprints 공식 구현

Tasks

Drug DiscoveryMolecular Property PredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Scikit-fingerprints: easy and efficient computation of molecular fingerprints in Python

2024-07-18 · Jakub Adamczyk, Piotr Ludynia

In this work, we present scikit-fingerprints, a Python package for computation of molecular fingerprints for applications in chemoinformatics. Our library offers an industry-standard scikit-learn interface, allowing intu…

Molecular Property PredictionProperty Prediction

Molecular Fingerprints Are Strong Models for Peptide Function Prediction

2025-01-29 · Jakub Adamczyk, Piotr Ludynia, Wojciech Czech

We study the effectiveness of molecular fingerprints for peptide property prediction and demonstrate that domain-specific feature extraction from molecular graphs can outperform complex and computationally expensive mode…

Graph ClassificationGraph RegressionProperty Prediction

TF3P: Three-dimensional Force Fields Fingerprint Learned by Deep Capsular Network

2019-12-24 · Yanxing Wang, Jianxing Hu, Junyong Lai, Yibo Li 외

Molecular fingerprints are the workhorse in ligand-based drug discovery. In recent years, an increasing number of research papers reported fascinating results on using deep neural networks to learn 2D molecular represent…

Drug Discovery

QUBO-inspired Molecular Fingerprint for Chemical Property Prediction

2023-03-17 · Koichiro Yawata, Yoshihiro Osakabe, Takuya Okuyama, Akinori Asahara

Molecular fingerprints are widely used for predicting chemical properties, and selecting appropriate fingerprints is important. We generate new fingerprints based on the assumption that a performance of prediction using …

PredictionProperty Prediction

Hyper-Dimensional Fingerprints as Molecular Representations

2026-04-30 · Jonas Teufel, Luca Torresi, André Eberhard, Pascal Friederich arxiv

Computational molecular representations underpin virtual screening, property prediction, and materials discovery. Conventional fingerprints are efficient and deterministic but lose structural information through hash-bas…