tkda-h3 / vamo

Variational Autoencoder for Materials Optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vamo

Variational Autoencoder for Materials Optimization

Required Packages

  • python >= 3.4.x
  • numpy >= 1.11.x
  • scipy >= 0.18.x
  • pandas >= 1.11.x
  • tensorflow >= 1.x
  • keras >= 2.x
  • combo development version

Install Guide

  • Install COMBO with the develop version

    1. Download or clone the github repository, e.g.

      git clone https://github.com/tsudalab/combo.git git checkout develop

    2. Run setup.py install

      cd combo python setup.py install

  • Install TensorFlow

  • Install Keras

    pip3 install keras

Usage

  1. run encoder_Si-Ge.ipynb in order to learn the variational encoder
  2. run vamo_Si-Ge.ipynb for searching the structure with the maximum templature

About

Variational Autoencoder for Materials Optimization


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%