GithubHelp home page GithubHelp logo

Comments (4)

dkoes avatar dkoes commented on September 15, 2024

Yes, what problems are you running into that would make you think otherwise?

from libmolgrid.

croshong avatar croshong commented on September 15, 2024

Thanks for your reply

I could find the model detail in https://github.com/gnina/models

Now I'm trying to make a simple 3D-cnn script with model in https://github.com/gnina/models in Keras/tensorflow

I can modify create model function

The thing that I'm not fully confident is the input generation part which involve molgrid.

In the example script in gnina.github.io/libmolgrid

The input data seems to be splitted into batch which has a size of 50 and fed into model

500 times( epoch) with next_batch() statement

I want to setup train/validation procedure and finally test procedure

to do that for each epoch

I extracted 10 bacth( maybe random?) for training and 10 batch( maybe random?) for validation
and run train_on_batch and test_on_batch

and finally for test,
extract 10 batch and predict with generated model and calculate R^2

attached files are the simple python code which does 3D cnn with keras/tensorlfow made by me

Can you please check whether there is problem or not?

really thanks for your hlep
tt3_v2.txt

from libmolgrid.

dkoes avatar dkoes commented on September 15, 2024

Why do you think there might be a problem? Have you run the code? What is the output?

from libmolgrid.

croshong avatar croshong commented on September 15, 2024

No there is no problem in running example code but I think there is only training data and training process in the example code
so to include validation/test process for my purpose, I have modified the example code as attached file

from libmolgrid.

Related Issues (20)

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.