Code Monkey home page Code Monkey logo

gfa's Introduction

Machine-learning improves understanding of glass formation in metallic systems

Code and data associated with the publication "Machine-learning improves understanding of glass formation in metallic systems".

https://doi.org/10.1039/D2DD00026A

Instructions

The code in this repository utilises a number of other packages to process data, train neural networks, evaluate those networks, and visualise predictions.

To run this code, execute the following:

git clone https://github.com/Robert-Forrest/GFA
cd GFA
python3 -m pip install -r requirements.txt
python3 __main__.py examples/simple.yaml

The examples directory contains configuration files for a number of situations.

simple.yaml

simple.yaml contains configuration for the simple task, which trains a standard neural-network model. The prediction targets are defined in the targets list.

kfolds.yaml

kfolds.yaml contains configuration for the kfolds task, which performs k-folds cross-validation on the standard neural-network model.

kfoldsEnsemble.yaml

kfoldsEnsemble.yaml contains configuration for the kfoldsEnsemble task, which performs ensembling to create a meta-learner based on the submodels produced during k-folds cross-validation.

permutation.yaml

permutation.yaml contains configuration for the feature_permutation task, which shuffles features and measures the resulting change in model efficacy to judge their importance.

composition_scan.yaml

composition_scan.yaml contains configuration for the composition_scan task, which takes as input alloy spaces such as CuZr or FeNiBe, and creates graphs of features and predictions across composition space.

gfa's People

Contributors

robert-forrest avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.