Coder Social home page Coder Social logo

ml-kirigami-tf's Introduction

ML_for_kirigami_design (TensorFlow version)

Python package to model and to perform topology optimization for graphene kirigami using deep learning. We use convolutional neural networks (similar to VGGNet architecure) for regression.

General usage

  • Python script to create and test fine grid dataset from coarse grid dataset is avalaible in bin\create-and-test-fine-grid.py
  1. Regression and optimization
  • A python code to perform regression with TensorFlow is avalaible in notebooks\CNN\01-regression.ipynb
  • A python code to perform search optimal design with TensorFlow is avalaible in notebooks\CNN\02-search-designs.ipynb
  1. Dataset
  • Raw dataset of coarse-grained configs is avaialble in raw. This dataset generated using AIREBO potential with 1.7 mincutoff which is the default of CH.airebo.

This package is still under developement. More features will be added soon.

Building the conda environment

All dependencies are included in environment.yml and requirements.txt file. The enviroment can be generated by using

mamba env create --prefix ./env --file environment.yml --force

or

conda env create --prefix ./env --file environment.yml --force

If mamba do not exists then install it via

conda activate base
conda install mamba -n base -c conda-forge

Update the conda env

If you add (remove) dependencies to (from) the environment.yml file or the requirements.txt file after the environment has already been created, then you can re-create the environment with the following command.

conda activate base
mamba env update --prefix ./env --file environment.yml  --prune

References

ml-kirigami-tf's People

Contributors

hello-arun 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.