Scope

Through this project, we wanted to show the potential of AI deep learning models in Manufacturing industry/Materials Science. We have created a demo based on the article Machine learning recommends affordable new Ti alloy with bone-like modulus.

Article summary

Abstract

Artificial neural network (called βLow approach) for designing affordable new Ti alloys with bone-like moduli.

ML Model (see Materials and methods section in the article)

  1. Two Artificial Neural Networks (ANNs) to predict (1) martensitic transformation start temperature (Ms temperature), (2) Young’s modulus (E) of the beta phase, separately.
  2. The architecture of the two ANNs should follow the paper’s instruction.
  3. The final model for E was designed as a 6-8-8-1 neural network. The final model for Ms temperature was designed as a 6-11-6-1 neural network.

Training Data

Two datasets: i) alloy composition and its E and ii) alloy composition and its Ms. The data of E measured by tensile tests were used. 80% data for training, 20% data for validation for both data sets. The training of E and Ms were done independently.

Input Data and Prediction

  1. Input: alloy element Ti, Nb, Zr, Sn, Mo, Ta, contents in weight percent (wt.%).
  2. Prediction: Young’s modulus (E) and martensitic transformation start temperature (Ms temperature)

Predictions by two well trained ANNs

Constrains: Ti content ([Ti]) ≥ 40 wt.%,the contents of other elements ≤ 40 wt.%, step size=1 wt.%.

Filters after getting the predictions and corresponding composition:

The performance of the well trained neural networks

The network predictions were measured by root-mean-square error (RMSE). The RMSE of well trained network E and Ms on validation data is 7.49 GPa and 32.34 K, respectively, which indicates that the predictions are very good, even better than the corresponding results in the paper.

Plot of Prediction vs. Ground truth of Young’s modulus (a) and Ms (b) networks obtained by our models.
Plot of Prediction vs. Ground truth of Young’s modulus (c) and Ms (d) networks in the reference paper.
Predicted Ms map of Ti-12Nb-xZr-xSn and the predicted E map with Ms=300 K contour line (in blue). The grey domain represents alloys with Ms>300 K meaning that the alloys transform into α martensite phase at room temperature and the colored domain represents alloys with Ms<300 K meaning that the alloys can possess a full β phase microstructure. The green dot indicates Ti-12Nb-12Zr-12Sn of which Ms and E were measured in the reference paper. The predicted values are very close to the experimental ones.

Conclusion

The ML models have successfully predicted some new Ti alloys, e.g., Ti-12Nb-12Zr-12Sn (wt.%), which are unexpected by conventional predictive methods. Their predicted Young’s moduli and Ms are proved by the experimental results in the reference paper. The predicted Young’s moduli are close to that of human bone. This new paradigm demonstrates high efficiency and accuracy of finding new alloys with limited resources and time compared to conventional methods. The application of neural network models can be extended to the martensitic transformation in other alloys.