Machine Learning Approach to Predict the Curie Temperature of Fe- and Pt-Based Alloys
Svitlana Ponomarova, Oleksandr Ponomarov, Yurii Koval
TL;DR
This work addresses predicting the Curie/Néel temperature for Fe- and Pt-based ternary alloys by developing a data-driven ML pipeline that explicitly incorporates composition and atomic ordering via a high-dimensional feature set $f(c_{Fe}, c_{Pt}, c_{Pd}, r_{Fe}, r_{Pt}, r_{Pd}, s_{Fe}, s_{Pt}, s_{Pd}, Z_{Fe}, Z_{Pt}, Z_{Pd}, \eta)$. Using Azure ML and Monte Carlo cross-validation, the Voting Ensemble emerges as the top predictor with a normalized RMSE of $NRMSE=0.051$, outperforming other regressors on a 100-row experimental dataset. The study analyzes Fe-Pt-Pd systems with Pd up to 5 at.% in both ordered ($L1_2$) and disordered states, revealing that Pd substitution effects on Tc depend on ordering, and that Tc trends align with binary FePt data. A thermodynamic model is developed to relate the free energy $f(c_{Fe}, c_{Pt}, c_{Pd}, \eta)$ to the observed Tc behavior, highlighting a critical Pd concentration where configurational free-energy extrema occur. The approach generalizes to other multicomponent alloys and provides a computational pathway for rapid, data-driven design of magnetic materials, with practical implications for spintronics and data storage.
Abstract
Various techniques can be employed to determine the temperature of magnetic transformation, whether it be the Curie or Neel temperature. The standard procedure typically involves creating alloys with defined compositions and performing measurements experimentally. Alternatively, these temperatures can be predicted based on a material known physical and chemical properties prior to experiments. We identified an optimal feature set and selected the most effective algorithm. Our findings show that the Voting Ensemble model, when combined with Monte Carlo cross-validation, achieves the highest prediction accuracy. The normalized root mean squared error serves as the primary performance metric. For implementation, we utilize the Azure Machine Learning framework for its robust computational and integration capabilities. This approach offers an efficient and reliable strategy for designing and predicting the Curie temperature of ternary alloys. The paper also highlights potential applications of the model and its extensions for other systems.
