Giter VIP home page Giter VIP logo

gnn-for-particle-crushing's Introduction

GNN-For-Particle-Crushing

Code for the paper Graph Neural Networks-based Hybrid Framework For Predicting Particle Crushing Strength.

We have generated 45,000 numerical simulations for particle crushing with 900 different particle types in total, the Cartesian product of 20 different particle diameters, 15 different scale shapes in the (X, Y, Z) axes, and 3 different compression axes under one-dimensional compression. Download data_files from Google Drive and place the directory in the current folder.

Setup the Environment

  • conda create -n particle python=3.9 -y

  • conda activate particle

  • pip install -r requirements.txt. My torch version is torch-1.10.2+cu113.

  • Install the dependency of torch_geoemtric according to PyG. My PYG version is torch-1.10.2+cu113, and I recommend to download these dependency packages from PyG-torch.10.2+cu113.

  • pip install torch-geometric==2.0.3

  • bash ./init.sh to create useful directories.

Run non-Deep methods

  • python main_baselines.py --model Linear
  • python main_baselines.py --model Ridge
  • python main_baselines.py --model RF
  • python main_baselines.py --model XGB
  • python main_baselines.py --model LGB

Run DNNs

  • python main_nn.py --model MLP
  • python main_nn.py --model MeshNet
  • python main_nn.py --model GIN
  • python main_nn.py --model ExpC

Other parameters

  • Set the task, --test-choice diameter | scale | rotation, refers to the diameter, shape, and axis task in our paper.

Cite us

@article{zheng2023graph,
  title={Graph Neural Networks-based Hybrid Framework For Predicting Particle Crushing Strength},
  author={Zheng, Tongya and Zhang, Tianli and Guan, Qingzheng and Huang, Wenjie and Feng, Zunlei and Song, Mingli and Chen, Chun},
  journal={arXiv:2307.13909 },
  year={2023},
  pages={1--43},
  publisher={arxiv}
}

gnn-for-particle-crushing's People

Contributors

doujiang-zheng avatar

Stargazers

Rui Wang avatar  avatar

Watchers

James Cloos 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.