Giter Site home page Giter Site logo

sunatthegilddotcom / ai4materials Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angeloziletti/ai4materials

0.0 2.0 0.0 83.03 MB

Machine learning and compressed sensing modeling of materials science data.

Home Page: https://ai4materials.readthedocs.io/en/latest/

License: Other

Python 28.57% CSS 0.11% Dockerfile 0.14% Shell 0.02% Jupyter Notebook 71.17%

ai4materials's Introduction

Documentation Status Build Status codecov License

Welcome to ai4materials's README

ai4materials allows to perform complex analysis of materials science data, using machine learning techniques. It also provide functions to pre-process (on parallel processors), save and subsequently load materials science datasets, thus easing the traceability, reproducibility, and prototyping of new models.

Documentation of a previous release can be found here: https://ai4materials.readthedocs.io/en/latest/

Code authors: Angelo Ziletti, Ph.D. ([email protected]; [email protected]), Andreas Leitherer ([email protected], [email protected])

ARISE: Crystal-structure recognition via Bayesian deep learning

This repository provides code for reproducing the results of

A. Leitherer, A. Ziletti, and L.M. Ghiringhelli,
Robust recognition and exploratory analysis of crystal structures via Bayesian deep learning, arXiv:2103.09777 (2021)

You can proceed with the installation steps as described below or directly proceed to a tutorial available at

http://analytics-toolkit.nomad-coe.eu/tutorial-ARISE

within the NOMAD analytics toolkit (https://nomad-lab.eu/AItutorials) where you do not have to install any software.

The code of this branch uses functionalities of ai4materials that is currently under development.


Installation

We recommend to create a virtual python 3.7 environment (for instance, with conda), and then execute

git clone https://github.com/angeloziletti/ai4materials.git 
cd ai4materials
git checkout ARISE
pip install -e .

To reproduce the results in arXiv:2103.09777, you need to install the quippy package (https://github.com/libAtoms/QUIP) to be able to compute the SOAP descriptor.


ARISE - Usage

For global or local analysis of single- or polycrystalline systems, one just needs to define the corresponding geometry file and load a pretrained model for prediction:

from ai4materials.models import ARISE

geometry_files = [ file_1, file_2, ... ]

predictions, uncertainty = ARISE.analyze(geometry_files, mode='global') 

predictions, uncertainty = ARISE.analyze(geometry_files, mode='local',
                                          stride=[[4.0, 4.0, 4.0], ...], box_size=[12.0, ...])

Please refer to http://analytics-toolkit.nomad-coe.eu/tutorial-ARISE and the associated publication for more details.

ai4materials's People

Contributors

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