Giter Site home page Giter Site logo

Comments (5)

capaulson avatar capaulson commented on August 18, 2024

I like the idea of parallel computing in general. I'm not sure if tensorflow is the right solution here, or if something like MPI is sufficient. The step that takes time is evaluating hyperparameters in a stochastic optimiser. It should be fairly easy enable parallel/clustering on that. In fact, I had it running at one point on a 32 core server in a parallel mode. What specific features do you think tensorflow brings to this toolkit?

from pykriging.

pangard avatar pangard commented on August 18, 2024

I guess using tensorflow or theano is not convenient until any of those projects becomes more widespread, if they ever do. I would like to write code that uses all the cores/gpus/machines available using just one tool, rather that tensorflow or theano for evaluating the function and mpi for krigging, above all because they are nested.
Thanks anyone

from pykriging.

capaulson avatar capaulson commented on August 18, 2024

If you want to look into this further, take a look at where the hyper parameter optimisation is done in the code. I use the Inspyred library for the multi-objective optimisation, which does have some built in parallelisation: http://pythonhosted.org/inspyred/reference.html?highlight=parallel#inspyred.ec.evaluators.parallel_evaluation_pp.

from pykriging.

pangard avatar pangard commented on August 18, 2024

Thanks!

from pykriging.

capaulson avatar capaulson commented on August 18, 2024

I'm going to close this for now. Thanks for the feedback!

from pykriging.

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.