Code Monkey home page Code Monkey logo

Comments (3)

ahmetrifaioglu avatar ahmetrifaioglu commented on August 28, 2024 1

Dear Dimitrios,

Yes, this makes sense and it is one way to go.

Another way would be separating a set of compounds as test set and using them only for testing to see if the model can predict completely unseen compounds.

Best

from deepscreen.

ahmetrifaioglu avatar ahmetrifaioglu commented on August 28, 2024

Dear Dimitros,
Thank you for your interest in DEEPScreen and pointing out this issue. Yes, this should be corrected as it may lead overfitting. PyTorch implementation of DEEPScreen is new and it is still going on. This was just a code hack for me for the datasets that have only test samples without the validation dataset. I forgot to change it and sorry for the inconvenience. I will upload the correct version.

The original DeepScreen implementation (paper version) was on tflearn. It does not have this issue so you can have look from the link below:

https://github.com/cansyl/DEEPScreen/blob/master/bin/trainDEEPScreen.py

We are planning to release the Pytorch version soon. In its current state; datasets have been updated (ChEMBL v28) for the PyTorch version, different bioactivity thresholds is being tried, initial implementation with a simple CNN model has finished. However, it is still under development and another colleague is now working on these improvements. We are planning to release the new implementation, models and a hopefully web server soon.

--
Ahmet

from deepscreen.

diliadis avatar diliadis commented on August 28, 2024

Dear Ahmet,
Thank you for the quick response and the clarification. I am quite interested in the multi-task formulation of the problem (basically treat the different protein targets as tasks).

Screenshot 2021-09-10 144601

By doing that, I can compare the single-task models (what is done in this implementation and the corresponding paper) with an approach that trains with all targets simultaneously. The current train-val-test splits that you offer have compound overlaps between the train and test sets of different targets (for example a compound can be in the training set of target A and the test set of target B). So, if I want to create a multi-task version of the dataset I end up with compounds that show up in both the train and test sets. Does it make sense to create a dataset (see right figure) by combining all the interactions and then randomly split at a specific compound (see right figure)??

Thanks,
Dimitrios

from deepscreen.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.