-
I am seeking assistance in using ISiCLE on a local server without relying on Cascade and obtaining NMR chemical shifts directly. My goal is to provide molecular structures to ISiCLE and retrieve the c…
-
GNN Intro Review
_The following peer review was solicited as part of the Distill review process._
_**The reviewer chose to waive anonymity.** Distill offers reviewers a choice between anon…
-
### Describe the workflow you want to enable
In many multioutput problems, for example in chemoinformatics, there are missing values in target values, because only some properties are actually measur…
-
### Project Title: **Predicting Antibiotic Resistance Mechanisms with DeepChem**
### Project Description
Develop a deep learning model in the DeepChem framework to predict the mechanisms of antibi…
-
I want to implement some physics based priors. An example would be a Coulomb interaction based on pre-computed partial charges that are stored in the dataset. `BasePrior.forward()` is supposed to re…
-
Hello interested contributors! Welcome to the `covid19-review` project. Our goal here is to provide an up-to-date perspective on the current peer reviewed and preprinted literature around diagnostics …
-
在给定参考资料上回答问题时,非常偏向英文输出。使用prompt或者system控制仍然无效。
![image](https://github.com/user-attachments/assets/caa5dcaf-5d49-4309-ba30-b17bfd893e7f)
![image](https://github.com/user-attachments/assets/7ddcb5a1-…
-
Hi everyone,
In this project, we have a bunch of experimental data on the binding of small molecules to WDR91. Many of the molecules are in nice matched pairs, in which the molecules differ by a si…
-
Category: `Application`
**Overview**
We at VaultChem, a startup combining encryption and chemistry, aim to use Zamas `Concrete ML` library for FHE inference of molecular properties. Consider a s…
-
Batch size is 2048. Getting the training data from the q I see
x_train, y_train = train_q.get()
print('X.. ' + str(x_train.shape) + ' Y.. ' + str(y_train.shape))
X.. (2048, 2980) Y.…