Skip to content

This repo includes the dataset/code of 3D Convolutional Neural Network for material property prediction

Notifications You must be signed in to change notification settings

Raocp/3D-ConvNeuralNet-material-property-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-ConvNeuralNet-material-property-prediction

Authors and citation

This repo includes the dataset/scripts of 3D Convolutional Neural Network for material property prediction in paper:

Rao, Chengping, and Yang Liu. "Three-dimensional convolutional neural network (3D-CNN) for heterogeneous material homogenization." Computational Materials Science 184 (2020): 109850.

@article{rao2020three,
  title={Three-dimensional convolutional neural network (3D-CNN) for heterogeneous material homogenization},
  author={Rao, Chengping and Liu, Yang},
  journal={Computational Materials Science},
  volume={184},
  pages={109850},
  year={2020},
  publisher={Elsevier}
}

Description for each file

  • training&plot.py: Data processing, training and postprocessing scripts ;
  • data: The dataset for this application contains 2000 samples or (X, Y) pairs. X is the tensor of size 101x101x101 that carries the phase indication for a two-phase heterogeneous material microstructure (or Representative Volume Element). Y is a vector of size 12 that represents the effective material properties for the microstructure.
  • saved_model: The model with best performance on validation set.
  • gallery: Some figures.

Overview

Input X for the 3D Convolutional Neural Net, i.e. Cartisian grid carrying phase indication

Architecture of the 3D Convolutional Neural Net

Achieved prediction versus ground truth on testing data

Note

  • The code was developed based on TensorFlow 1.10.0 and Keras 2.2.4. All the runtime performance are evaluated on GeForce GTX 1080 Ti.

About

This repo includes the dataset/code of 3D Convolutional Neural Network for material property prediction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages