Git Product home page Git Product logo

pdc's Introduction

PDC

Efficient phase diagram construction based on uncertainty sampling

USAGE

  • The following command outputs the next point in 'next_point.csv' without parameter constraint.
    • python PDC_sampler.py data.csv --estimation [Estimation method] --sampling [Sampling method]
    • Estimation method: LP or LS
    • Sampling method: LC, MS, EA, or RS
  • The following command outputs the next point in 'next_point.csv' with parameter constraint.
    • python PDC_sampler.py data.csv --estimation [Estimation method] --sampling [Sampling method] --parameter_constraint --prev_point '20, 100'
  • The following command outputs the multiple next points in 'next_point.csv' without parameter constraint.
    • python PDC_sampler.py data.csv --estimation [Estimation method] --sampling [Sampling method] --multi_method [Multiple method] --multi_num [Number of suggestions] --NE_k [k]
    • Estimation method: LP or LS
    • Sampling method: LC, MS, EA, or RS
    • Multiple method: OU or NE (OU: Only US ranking, NE: Neighobr Exclusion)
    • Number of suggestions: integer
    • k: k value in neighbor exclusion

Reference

Kei Terayama, Ryo Tamura, Yoshitaro Nose, Hidenori Hiramatsu, Hideo Hosono, Yasushi Okuno, Koji Tsuda, Efficient Construction Method for Phase Diagrams Using Uncertainty Sampling, Physical Review Materials, Vol. 3, No. 3, 033802, 2019. [DOI: 10.1103/PhysRevMaterials.3.033802]

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.