Code Monkey home page Code Monkey logo

bot7's Introduction

Join the chat at https://gitter.im/torch/torch7

Notice: At present, bot7 requires use of updated Torch7 features not yet merged into torch/torch7. For the time being please use: https://github.com/j-wilson/torch7.

# bot7 # __bot7__ is a framework for Bayesian Optimization implemented in Torch7. For it's companion package on Gaussian Processes, please refer to [gpTorch7](https://github.com/j-wilson/gpTorch7). This package is currently still in an alpha-build stage; so, please feel free to pass along suggestions and/or feedback. ## Package Content ##
Directory Content
scientists Experiment runners
models Target function models
scores Acquisition functions (incl. EI, UCB)
grids Candidate grids
samplers Sampling methods (e.g. slice sampling)
examples Demos / Benchmark Functions

You can install bot7 via luarocks provided by the torch distribution.

git clone https://github.com/j-wilson/bot7
cd bot7
luarocks make

After installing bot7, you can load the package inside Torch via:

require('bot7');
th> bot7.
bot7.grids.       bot7.models.      bot7.samplers.    
bot7.scientists.  bot7.scores.      bot7.utils.

Developers' Notes

Please be sure to grab an updated copy of Torch7 prior to using bot7, as the package relies on newer functions (e.g. torch.potrf/s).

Further documentation coming soon.

bot7's People

Contributors

j-wilson avatar

Watchers

 avatar

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.