An open API service indexing awesome lists of open source software.

https://github.com/ababaee1/deep_learning_3d_printing

Neural network models for predicting flexural rigidity of metal 3D printed beams using cross-sectional layer images. Multiple architectures including ANNs and CNNs with/without PCA dimensionality reduction were developed and compared.
https://github.com/ababaee1/deep_learning_3d_printing

Last synced: 11 months ago
JSON representation

Neural network models for predicting flexural rigidity of metal 3D printed beams using cross-sectional layer images. Multiple architectures including ANNs and CNNs with/without PCA dimensionality reduction were developed and compared.

Awesome Lists containing this project

README

          

# Using Deep Learning (CNN, ANN) for Flexural Rigidity Prediction in 3D printed Structures






**Neural network models for predicting flexural rigidity of metal 3D printed porous gyroid beams using cross-sectional layer images. Multiple architectures including ANNs and CNNs with/without PCA dimensionality reduction were developed and compared.**

## Key Features
- ├── data/
- │ ├── images.zip/ # Layer image data
- │ └── test_data.csv/ # Bending test results
- ├── models/ # Model implementations
- │ ├── ANN_PCA.ipynb
- │ ├── ANN_single_image.ipynb
- │ ├── CNN.ipynb
- │ └── Model.ipynb
- └── utils/ # Data preprocessing
- ├── Getting_DataFrame.ipynb
- └── Image_combine.ipynb

## Dependencies

- Python 3.7+
- TensorFlow 2.x
- scikit-learn
- numpy
- pandas
- matplotlib