Next Article in Journal
Aluminum Bronze/Udimet 500 Composites Prepared by Electron-Beam Additive Double-Wire-Feed Manufacturing
Previous Article in Journal
Surface Roughening Behavior of the 6063-T4 Aluminum Alloy during Quasi-in Situ Uniaxial Stretching
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Deep Neural Network-Evaluated Thermal Conductivity for Two-Phase WC-M (M = Ag, Co) Cemented Carbides

1
School of Metallurgy and Environment, Central South University, Changsha 410083, China
2
Key Laboratory of Computing and Stochastic Mathematics (Ministry of Education), School of Mathematics and Statistics, Hunan Normal University, Changsha 410081, China
3
State Key Laboratory of Powder Metallurgy, Central South University, Changsha 410083, China
4
Institute of Engineering Research, Jiangxi University of Science and Technology, Ganzhou 341000, China
5
Ganzhou Achteck Tool Technology Co., Ltd., Ganzhou 341000, China
*
Authors to whom correspondence should be addressed.
Materials 2022, 15(18), 6269; https://doi.org/10.3390/ma15186269
Submission received: 5 August 2022 / Revised: 27 August 2022 / Accepted: 7 September 2022 / Published: 9 September 2022
(This article belongs to the Section Metals and Alloys)

Abstract

:
DNN (Deep Neural Network) is one kind of method for artificial intelligence, which has been applied in various fields including the exploration of material properties. In the present work, DNN, in combination with the 10-fold cross-validation, is applied to evaluate and predict the thermal conductivities for two-phase WC-M (M = Ag, Co) cemented carbides. Multi-layer DNNs were established by learning the measured thermal conductivities for the WC-Ag and WC-Co systems. It is observed that there are local-minimum regions for the loss functions during training and testing the DNNs, and the presently utilized Adam optimizer is valid for breaking the local-minimum regions. The good agreements between the DNN-evaluated thermal conductivities and the measured ones manifest that the DNNs were well trained and tested. Moreover, another 1000 input data points were randomly generated for the established DNNs to predict the thermal conductivities for WC-Ag and WC-Co systems, respectively. Compared with the thermal conductivities predicted by the previously developed physical model, the presently established DNNs show similarly robust predicting ability. Concerning the efficiency, it is demonstrated in the present work that machine learning is promising to explore the material properties, especially in the high-dimensional parameter space, more efficiently than previous models, and thus can considerably contribute to the corresponding material design with less time consumption and costs.

1. Introduction

Cemented carbide is one typical kind of composite materials, which consists of the hard phase and binder phase. It is of high hardness and toughness and is thus widely applied in the industry as inserts for metal cutting, rolls for hot/cold-roll and wear parts, etc. [1,2,3,4,5,6]. Cemented carbide mostly serves at high temperatures. In this situation, heat conduction is one key factor for preventing the concentration of thermal stress and thus prolonging the service life. However, the current focus for studying cemented carbides is the mechanical properties while the thermophysical properties are relatively less investigated, in which thermal conductivity is of great importance. High thermal conductivity can considerably prolong the service life of materials, especially for the cemented carbides which usually serve at high temperatures [6]. Therefore, it is necessary and urgent to study thermal conductivity for cemented carbides. In our previous work, a physically sound model for evaluating the thermal conductivity for composite materials was developed, which was applied to WC-M (M = Co, Ag) cemented carbides [7]. Although this model is of good reliability, it is critically dependent on the accuracy of the model parameters, i.e., ITR (Interfacial Thermal Resistance) and the thermal conductivity of pure WC phase, which are difficult to obtain [7]. We previously obtained both the model parameters by fitting the numerous thermal conductivities of WC-M (M = Co, Ag) cemented carbides [7], which is not efficient enough. To the best of our knowledge, the current efficient way to obtain the ITR and the thermal conductivity of pure WC phase are TDTR (Time-domain thermoreflectance) [8,9] and SThM (Scanning thermal microscopy) methods [10], but they can be hardly utilized to measure them at high temperatures, which are necessary for modeling the thermal conductivity for cemented carbides. Therefore, in order to avoid this difficulty and thus improve the evaluating efficiency, machine learning is an alternative approach which is not based on these model parameters due to its algorithm. It is believed that applying machine learning to evaluate the thermal conductivity for cemented carbides is of both scientific and technological interest.
Recently, machine learning methods have developed very fast due to the improvement of computer science and technology [11,12,13,14,15,16,17,18]. Deep learning, which is based on DNN (Deep Neural Network), is one of the most powerful methods [19,20,21,22,23,24,25]. DNN achieves great success in various applications such as image recognizing, natural language process, and biological technology. As a well-known case, Alpha-Go was trained by the multi-layer DNN and beat the best human player in the game of Go [26]. Nowadays, more and more researchers are applying DNN to evaluate the properties of materials [27,28,29,30,31] and obtained reasonable and desired results. However, it is well known that DNN can produce reasonable results, but the obtained model parameters are difficult to be explained physically. It is thus expected that if both the physical model and DNN are applied to study material properties, the obtained results can be more explainable and reliable by the cross-validation of the two methods. Therefore, it is also of great interests to make comprehensive comparisons between the physical model and DNN on the performance for assessing the material properties. It should be noted that for feeding DNN models, the reliability of data needs to be ensured. As we investigated before [7], the thermal conductivity data available in literature for two-phase WC-Co and WC-Ag cemented carbides are of great quantity and quality. Thus, in the present work, two-phase WC-Co and WC-Ag are chosen as the model systems. Based on the preceding descriptions, the aims of the present work are: (i) to develop DNN for evaluating the thermal conductivity for two-phase WC-Ag and WC-Co systems where 10-fold cross-validation is also applied in order to increase the evaluation efficiency and accuracy, (ii) to compare the DNN-evaluated thermal conductivities with the measured ones for verifying the reliability of the presently established DNN models, and (iii) to randomly produce 2000 groups of input data points which are to be fed into the established DNN models as well as the previously developed physical models for making comparisons, thus validating the ability of the presently established DNN models to predict thermal conductivity for WC-Ag and WC-Co cemented carbides.

2. Materials and Methods

2.1. Deep Neural Network

A DNN is a sequential alternative composition of linear functions and nonlinear activation functions. Given m , n 1 , let Θ x = W x + b be a linear function mapping n m , where W m × n and b m are called weight and bias, respectively. The non-linear activation function σ u : . By applying the activation function component wisely, a DNN with L + 1 layers can be expressed in an iterative compact way:
T x = T L x ; T l x = Θ l σ T l 1 x ,   l = 1 , 2 , , L ,
With T 0 x = Θ 0 x , or equivalently,
T x = Θ L σ Θ L 1 σ Θ 1 σ Θ 0 x .
Here, Θ l x = W l x + b l : n l n l + 1 . This DNN is also considered to have L hidden layers and its l -th layer has n l neurons. Denoting θ as all the weights and biases, we write a DNN as T x ; θ . In Figure 1a, we illustrate a DNN with 2 hidden layers. The input dimension is 3 while the output dimension is 1. There are 10 neurons in each hidden layer.
DNN has the property of universal approximation [32], which means a sufficiently large DNN can approximate any continuous function. The thermal conductivity of WC-M cemented carbides can be determined by the grain size of WC, the temperature, and the volume fraction of WC phase [7]. There is no doubt that we can depend on the universal approximation property of DNN to investigate such a complicated quantitative relation between the thermal conductivity and WC grain size, temperature, and WC volume fraction. It should be noted that DNN has the ability to analyze the feature importance automatically, and thus it is not necessary to pretreat the features.

2.2. DNN-Based Thermal Conductivity Model

We modeled the thermal conductivity as a DNN y = T x ; θ , where x 3 corresponds to the grain size of WC (m), the temperature (K), and the volume fraction of WC phase, while y is the thermal conductivity(W/mK). Given x , the predicted thermal conductivity is y ^ = T x ; θ . When choosing the depth and width of the DNN model, it is worth noting that the deeper and wider the DNN is, the more powerful the DNN is, but the computational cost is also larger. To balance the model capacity and the computation cost, in this work, we chose a DNN with 2 hidden layers. The first layer contains 128 neurons while the second layer contains 10 neurons. The activation function is chosen to be ReLU (Rectified Linear Activation) function σ u = max 0 , x , which is one of the most popular activation functions and helps to overcome the gradient vanishing problem [21].
The weights and biases θ in DNN should be trained by experimental data to achieve the best prediction. Given a training data set x i , y i i = 1 n , we find the best θ by minimizing the MSE (Mean Square Error) of the predictions y ^ i = T x i ; θ , where MSE is defined as
M S E θ = 1 n i = 1 n y i y ^ i 2 = 1 n i = 1 n y i T x i ; θ 2 .
This minimization is done by the gradient-based optimization algorithms. The DNN can be evaluated efficiently by forward propagation algorithm, while the gradient is calculated by backward propagation algorithm [19]. This procedure is shown in Figure 1b. We choose Adam [33] with mini batch as the optimization algorithm, which is one of the most popular algorithms in deep learning committee. The learning rate is chosen to be 0.001, while other parameters are set as default.
In machine learning, we need to divide our data set into training data and test data. The training data are used to train the model (i.e., to determine parameters θ ) while test data are used to measure the generalization ability of the model, which mean whether the trained model is still valid for data out of training data.
To reduce the bias introduced by data splitting and improve the accuracy of the obtained DNN, K-fold cross validation is a very useful technique. K-fold cross validation randomly divides the entire dataset into K parts. In each fold, K-1 parts are used as training data and one part is left as test data. The average performance of the K folds measures the generalization ability of DNN model. Generally, K is set to be 5 or 10. In the present work, 10-fold cross validation is used in all the numerical experiments. An illustration of 10-fold cross validation procedure is shown in Figure 2.

3. Results and Discussion

3.1. DNN Model for WC-Ag System

We collected data on the thermal conductivity and corresponding grain size of WC phase, temperature, and volume fraction of WC phase for two-phase WC-Ag system from Ref. [34]. In Ref. [34], the two-phase structure of WC-Ag system can be identified. Meanwhile, there are 90 lines of thermal conductivity data, where 81 lines are training data and 9 lines are test data. In order to train such a small dataset, 10-fold cross validation is applied to split these data into training and test datasets. We trained each fold by 20,000 iteration times with batch size 10. The whole process of training and test took 58 min using the personal computer (CPU: Intel(R) Core (TM) i5-6300HQ). Table 1 shows the training and test R2 score of each fold. From Table 1, we can find that DNN performs very well on both training and test dataset, since the training and test R 2 are larger than 0.95 for all folds. The average training and test R 2 are, respectively, 0.9859 and 0.9745, which suggest that the evaluation and prediction of the presently obtained DNN models are reliable. It can be also seen that fold 3 demonstrates the best training and test R2 score among all the folds. Therefore, fold 3 is considered to be the most appropriate DNN model for the next thermal conductivity evaluations for the two-phase WC-Ag system. In order to indicate the whole evaluation process by DNN model, Figure 3 is plotted to show the values of training MSE and test MSE for fold 3 during the entire machine-learning process. Note that the MSE for training demonstrates the performance for fitting the DNN model while the MSE for test presents the generalization ability of the obtained DNN model. It can be seen from Figure 3 that both the training and test MSEs decrease with the iteration time, and the MSEs of the training dataset is generally smaller than those of the test datasets. In order to obtain the best DNN model, both the training and test MSE should be minimized globally or near globally, meaning that the local minimum should be avoided. However, it can be seen from Figure 3 that the curve is of a ladder-like shape, indicating that in the ‘ladder’, the loss function falls into the local minimum. In such a situation, Adam optimizer [33] is utilized to break this local minimum successfully. Moreover, the training and test MSEs are small enough that they cannot further decrease after 10,000 iteration times. It should be noted that machine-learning performance of other folds are similar to fold 3.
Subsequently, using the well-established DNN model of fold 3, the thermal conductivities are evaluated and compared with the measured ones. Figure 4 shows the comparisons of training and test thermal conductivities with the measured ones, respectively, where we can see that both the training and test thermal conductivities by fold 3 show quite good agreements with the measured ones.

3.2. DNN Model for WC-Co System

In our previous work, it was found that the thermal conductivity for two-phase WC-Co system abruptly changes at 695 K due to the phase transition of the binder phase Co [7]. It should be noted that in Ref. [7], XRD (X-ray diffraction) and SEM (Scanning Electron Microscope) were conducted, which can verify the two-phase structure of prepared WC-Co samples. Therefore, in order to obtain reasonable calculation results by physical models, we operated the calculations of the thermal conductivity for WC-Co system above and below 695 K separately in our previous work [7], while in this work we are trying to use the robust DNN method to train all the thermal conductivity data in one operation, regardless of the phase-transition temperature of Co. The training and test thermal conductivity datasets of thermal conductivities for WC-Co system are taken from Refs. [7,35]. In total, 109 lines of thermal conductivities of WC-Co system are collected, in which 98 lines are the ones for training while 11 lines are for test. The value of iterations of training and test for the neuron network is also set to be 20,000. Similarly, in one iteration, 10 rounds of training and test are conducted by the 10-fold cross-validation, as described in Section 2. Table 2 presents the training and test R2 score of each fold. The average R2 scores for training and test are 0.9838 and 0.9449, respectively, indicating that the 10-fold cross validation performs well. It can be also seen from Table 2 that fold 3 shows the best R2 score and thus it is utilized for the next evaluations. Since the main purpose is to minimize the MSE, the variation of training and test MSE with the iteration times for fold 3 is plotted in Figure 5. It can be seen from Figure 5 that the training and test MSE decrease with the iteration time, indicating that the presently determined DNN structure for evaluating thermal conductivity for two-phase WC-Co system is reasonable. By using the Adam optimizer, the local minimum can also be broken successfully to continue the minimization process, as presented in Figure 5. After 5000 iteration time, the MSE value remains almost the same and cannot further decrease. Therefore, the deep-learning process is considered to be finalized. The whole process for training and test took 67 min using the personal computer (CPU: Intel(R) Core (TM) i5-6300HQ).
Applying the obtained DNN model by fold 3, the thermal conductivities for WC-Co system are evaluated and compared with the measured ones from our previous work [7] and Ref. [35]. As shown in Figure 6, all the training and test thermal conductivities agree quite well with the measured ones, demonstrating that the obtained DNN model by fold 3 is reasonable. It should be noted that although the presently established DNN model can better reproduce the measured thermal conductivities than the physical model [7], a total of hundreds of parameters were utilized in this DNN model, which are much more than the parameters used in the physical model (6 parameters). Next, we will make a comprehensive comparison between this established DNN model and physical model to further validate the prediction performance of the present DNN model.
To be concluded, the DNNs for evaluating thermal conductivity for both two-phase WC-Co and WC-Ag systems have been established. The generalizability of the established DNNs is also of great interest. Thus, in future work, we will be able to develop one general DNN to evaluate thermal conductivity for all WC-based cemented carbides with more thermal conductivities being measured.

3.3. Validation of the Present DNN Models

It is of great interest to validate the performance of the presently established DNN model for predicting the thermal conductivities for WC-Ag and WC-Co systems, in comparison with the physical model. Therefore, another 1000 input data points at random phase compositions, grain sizes and temperatures were generated for WC-Ag and WC-Co systems, respectively. We selected fold 3 for predicting thermal conductivities of both WC-Ag and WC-Co systems since they performed best among all the folds. For WC-Ag system, Figure 7 is plotted to show the comparison between the DNN-predicted thermal conductivities and the ones evaluated by the physical model [7], where the R2 value is determined to be 0.9510. The good agreement indicates that this obtained DNN model also achieves a good performance for predicting the thermal conductivities for WC-Ag system.
Moreover, Figure 8 presents the comparison between the DNN-predicted thermal conductivities and the ones evaluated by our previously established physical model [7]. The thermal conductivities are separated into two datasets, i.e., above 695 K and below 695 K. It can be found that although we established only one DNN model regardless of the phase-transition temperature of the binder phase Co, the DNN-predicted results agree well with the ones by the physical models [7], with the R2 score as 0.9072. Therefore, the presently established DNN model for evaluating the thermal conductivity for WC-Co system is considered to have a similarly good prediction ability to the physical models [7]. It is worth mentioning that such a good prediction ability is partly due to the strategy of the 10-fold cross validation, where the test dataset contributes a lot to improving the prediction ability of the DNN model.
In comparison with developing the physical model, establishing DNN models has its advantages and disadvantages. From the time consumption for establishing the DNN models we can see that it is more efficient than obtaining the physical model. However, the number of parameters utilized in each DNN model is much more than the physical model. Furthermore, if more factors should be considered in the physical model for evaluating the thermal conductivity for composite materials such as the porosity, grain distribution and shape factor, etc., the difficulty for developing the physical model will be increased exponentially. For instance, in our previous work [7], to evaluate only one of the key factors (i.e., ITR for thermal conductivity) was complex enough and thus was very time-consuming. In this case, DNN models are promising to improve this situation to consider other factors for assessing the material properties with less time consumptions and costs, and thus can further contribute to design materials with desired properties efficiently.

4. Conclusions

In the present work, the DNN method, in combination with the 10-fold cross validation, was applied to evaluate and predict the thermal conductivities for two-phase WC-Ag and WC-Co systems. The main conclusions are as follows:
  • The established DNN models can well reproduce the measured thermal conductivities for the WC-Ag and WC-Co systems, presenting their good performances for the evaluations;
  • The present DNN models demonstrate good performances for predicting the thermal conductivities for WC-Ag and WC-Co systems since the DNN-predicted thermal conductivities agree well with the ones predicted by the physical model;
  • Even though the number of parameters utilized in the DNN models is much more than the that in the physical model, the DNNs are of higher efficiency and thus are promising to be utilized in more complex explorations for material properties.

Author Contributions

Conceptualization, S.W. and Y.D.; methodology, S.W. and X.L.; validation, B.W. and Y.L.; investigation, S.W. and J.T., Z.T., L.Y.; resources, S.W., J.L.; data curation, S.W.; writing—original draft preparation, S.W.; writing—review and editing, X.L. and Y.D.; supervision, X.L. and Y.D.; funding acquisition, X.L., J.L., Z.T., L.Y. and Y.D. All authors have read and agreed to the published version of the manuscript.

Funding

Financial supports from the National Natural Science Foundation of China (Grant No. 52031017), the Key Research and Development Projects of Jiangxi Science and Technology Department (Grant No. 20181ACE50008 V) are greatly acknowledged. Xiaoguang Li is supported by National Natural Science Foundation of China (Grant No. 12101230).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Fletcher, E. Cobalt in Cemented Carbides; Centre D’Information Du Cobalt: Brussels, Belgium, 1960; pp. 345–361. [Google Scholar]
  2. Guimarães, B.; Figueiredo, D.; Fernandes, C.; Silva, F.; Miranda, G.; Carvalho, O. Laser machining of WC-Co green compacts for cutting tools manufacturing. Int. J. Refract. Met. Hard Mater. 2019, 81, 316–324. [Google Scholar] [CrossRef]
  3. Farag, I.K.S.; Ries, B. The influence of grain growth inhibitors on the micrtostructure and properties of submicron, ultrafine and nano-structured hardmetals—A review. Int. J. Refract. Met. Hard Mater. 2018, 77, 12–30. [Google Scholar] [CrossRef]
  4. Santhanam, A.T. Application of transition metal carbides and nitrides in industrial tools. In The Chemistry of Transition Metal Carbides and Nitrides; Springer: Dordrecht, The Netherlands, 1996; pp. 28–52. [Google Scholar] [CrossRef]
  5. Toth, L.E. Transition Metal Carbides and Nitrides; Academic Press: New York, NY, USA, 1971. [Google Scholar]
  6. Emanueli, L.; Pellizzaru, M.; Molinari, A.; Castellani, F.; Zinutti, E. Thermal fatigue behavior of WC-20Co and WC-30(CoNiCrFe) cemented carbide. Int. J. Refract. Met. Hard Mater. 2016, 60, 118–124. [Google Scholar] [CrossRef]
  7. Wen, S.; Du, Y.; Tan, J.; Liu, Y.; Zhou, P.; Long, J.; Kaptay, G. A new model for thermal conductivity of “continuous matrix/dispersed and separated 3D-particles” type composite materials and its application to WC-M (M = Co, Ag) systems. J. Mater. Sci. Technol. 2022, 97, 123–133. [Google Scholar] [CrossRef]
  8. Jiang, P.; Qian, X.; Yang, R. Tutorial: Time-domain thermoreflectance (TDTR) for thermal property characterization of bulk and thin film materials. J. Appl. Phys. 2018, 124, 161103. [Google Scholar] [CrossRef]
  9. Jiang, P.; Qian, X.; Yang, R. Time-domain thermoreflectance (TDTR) measurements of anisotropic thermal conductivity using a variable spot size approach. Rev. Sci. Instrum. 2017, 88, 074901. [Google Scholar] [CrossRef]
  10. Zhang, Y.; Zhu, W.; Hui, F.; Lanza, M.; Borca-Tasciuc, T.; Muñoz Rojo, M. A Review on Principles and Applications of Scanning Thermal Microscopy (SThM). Adv. Funct. Mater. 2020, 30, 1900892. [Google Scholar] [CrossRef]
  11. Dietterich, T.G. Machine-Learning Research. AI Mag. 1997, 18, 97–136. [Google Scholar]
  12. Schapire, R.E. The Boosting Approach to Machine Learning: An Overview. In Nonlinear Estimation and Classification; Springer: New York, NY, USA, 2003; Volume 171, pp. 149–171. [Google Scholar]
  13. Abadi, M.; Barham, P.; Chen, J.; Chen, Z.; Davis, A.; Dean, J.; Devin, M.; Ghemawat, S.; Irving, G.; Isard, M.; et al. TensorFlow: A system for large-scale machine learning. In Proceedings of the 12th USENIX Symposium on Operating Systems Design and Implementation, Savannah, GA, USA, 2–4 November 2016; pp. 265–283. [Google Scholar]
  14. Jordan, M.I.; Mitchell, T.M. Machine learning: Trends, perspectives, and prospects. Science 2015, 349, 255–260. [Google Scholar] [CrossRef]
  15. Langley, P. Elements of Machine Learning; Morgan Kaufmann: Burlington, MA, USA, 1996. [Google Scholar]
  16. Mohri, M.; Rostamizadeh, A.; Talwalkar, A. Foundations of Machine Learning; MIT Press: Cambridge, MA, USA, 2018. [Google Scholar]
  17. Sra, S.; Nowozin, S.; Wright, S.J. Optimization for Machine Learning; MIT Press: Cambridge, MA, USA, 2012. [Google Scholar]
  18. Zhang, X.-D. Machine learning. In A Matrix Algebra Approach to Artificial Intelligence; Springer: Singapore, 2020; pp. 223–440. [Google Scholar]
  19. Goodfellow, I.; Bengio, Y.; Courville, A. Deep Learning; MIT Press: Cambridge, MA, USA, 2016. [Google Scholar]
  20. Lecun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
  21. Schmidhuber, J. Deep Learning in Neural Networks: An Overview. Neural Netw. 2015, 61, 85–117. [Google Scholar] [CrossRef] [PubMed]
  22. Mishra, M.; Srivastava, M. A view of artificial neural network. In Proceedings of the 2014 International Conference on Advances in Engineering & Technology Research (ICAETR-2014), Unnao, India, 1–2 August 2014; pp. 1–3. [Google Scholar]
  23. Dongare, A.; Kharde, R.; Kachare, A.D. Introduction to artificial neural network. Int. J. Eng. Innov. Technol. 2012, 2, 189–194. [Google Scholar]
  24. Abiodun, O.I.; Jantan, A.; Omolara, A.E.; Dada, K.V.; Mohamed, N.A.; Arshad, H. State-of-the-art in artificial neural network applications: A survey. Heliyon 2018, 4, e00938. [Google Scholar] [CrossRef] [PubMed]
  25. Gupta, N. Artificial neural network. Netw. Complex Syst. 2013, 3, 24–28. [Google Scholar]
  26. Silver, D.; Huang, A.; Maddison, C.J.; Guez, A.; Sifre, L.; van den Driessche, G.; Schrittwieser, J.; Antonoglou, I.; Panneershelvam, V.; Lanctot, M.; et al. Mastering the game of Go with deep neural networks and tree search. Nature 2016, 529, 484–489. [Google Scholar] [CrossRef] [PubMed]
  27. Tagade, P.M.; Adiga, S.P.; Pandian, S.; Park, M.S.; Hariharan, K.S.; Kolake, S.M. Attribute driven inverse materials design using deep learning Bayesian framework. npj Comput. Mater. 2019, 5, 127. [Google Scholar] [CrossRef]
  28. Umehara, M.; Stein, H.S.; Guevarra, D.; Newhouse, P.F.; Boyd, D.A.; Gregoire, J.M. Analyzing machine learning models to accelerate generation of fundamental materials insights. npj Comput. Mater. 2019, 5, 34. [Google Scholar] [CrossRef]
  29. Wu, S.; Kondo, Y.; Kakimoto, M.-A.; Yang, B.; Yamada, H.; Kuwajima, I.; Lambard, G.; Hongo, K.; Xu, Y.; Shiomi, J.; et al. Machine-learning-assisted discovery of polymers with high thermal conductivity using a molecular design algorithm. npj Comput. Mater. 2019, 5, 66. [Google Scholar] [CrossRef]
  30. Wu, Y.-J.; Fang, L.; Xu, Y. Predicting interfacial thermal resistance by machine learning. npj Comput. Mater. 2019, 5, 56. [Google Scholar] [CrossRef]
  31. Zeng, Y.; Li, Q.; Bai, K. Prediction of interstitial diffusion activation energies of nitrogen, oxygen, boron and carbon in bcc, fcc, and hcp metals using machine learning. Comput. Mater. Sci. 2018, 144, 232–247. [Google Scholar] [CrossRef]
  32. Hornik, K. Approximation capabilities of multilayer feedforward networks. Neural Netw. 1991, 4, 251–257. [Google Scholar] [CrossRef]
  33. Kingma, D.; Ba, J. Adam: A method for stochastic optimization. arXiv 2014, arXiv:1412.6980. [Google Scholar]
  34. Ray, N.; Kempf, B.; Mützel, T.; Froyen, L.; Vanmeensel, K.; Vleugels, J. Effect of WC particle size and Ag volume fraction on electrical contact resistance and thermal conductivity of Ag-WC contact materials. Mater. Des. 2015, 85, 412–422. [Google Scholar] [CrossRef] [Green Version]
  35. Vornberger, A.; Pötschke, J.; Gestrich, T.; Herrmann, M.; Michaelis, A. Influence of microstructure on hardness and thermal conductivity of hardmetals. Int. J. Refract. Met. Hard Mater. 2020, 88, 105170. [Google Scholar] [CrossRef]
Figure 1. (a) The overall structure of the multi-layer DNN; (b) The forward propagation and backpropagation of the DNN.
Figure 1. (a) The overall structure of the multi-layer DNN; (b) The forward propagation and backpropagation of the DNN.
Materials 15 06269 g001
Figure 2. The scheme of the k-fold cross-validation, which divides the dataset into training folds and test folds for k times of learning iterations.
Figure 2. The scheme of the k-fold cross-validation, which divides the dataset into training folds and test folds for k times of learning iterations.
Materials 15 06269 g002
Figure 3. The training and validating MSEs varying with the iteration times for evaluating the thermal conductivity for the WC-Ag system.
Figure 3. The training and validating MSEs varying with the iteration times for evaluating the thermal conductivity for the WC-Ag system.
Materials 15 06269 g003
Figure 4. The comparisons of training and test thermal conductivities by fold 3 with the measured ones for WC-Ag system.
Figure 4. The comparisons of training and test thermal conductivities by fold 3 with the measured ones for WC-Ag system.
Materials 15 06269 g004
Figure 5. The training and test MSE varying with the iteration time for evaluating the thermal conductivity for WC-Co system.
Figure 5. The training and test MSE varying with the iteration time for evaluating the thermal conductivity for WC-Co system.
Materials 15 06269 g005
Figure 6. The comparison between the training and test thermal conductivities by fold 3 with measured thermal conductivities for the WC-Co system.
Figure 6. The comparison between the training and test thermal conductivities by fold 3 with measured thermal conductivities for the WC-Co system.
Materials 15 06269 g006
Figure 7. The comparison between the DNN-predicted thermal conductivities and the evaluated ones by the physical model for the WC-Ag system.
Figure 7. The comparison between the DNN-predicted thermal conductivities and the evaluated ones by the physical model for the WC-Ag system.
Materials 15 06269 g007
Figure 8. The comparison between the DNN-predicted thermal conductivities and the evaluated ones by the physical model for the WC-Co system.
Figure 8. The comparison between the DNN-predicted thermal conductivities and the evaluated ones by the physical model for the WC-Co system.
Materials 15 06269 g008
Table 1. The training and test R 2 scores of 10-fold cross validation for evaluating thermal conductivity for WC-Ag system. The average R 2 is shown in the last column.
Table 1. The training and test R 2 scores of 10-fold cross validation for evaluating thermal conductivity for WC-Ag system. The average R 2 is shown in the last column.
Fold12345678910Average
Training R 2 0.98360.96750.99880.98930.99820.96670.98800.99600.98100.99030.9859
Test R 2 0.97270.95020.99870.98840.99680.91750.96150.98780.98550.98610.9745
Table 2. The training and test R 2 scores of 10-fold cross validation for evaluating thermal conductivity for WC-Co system. The average R 2 is shown in the last column.
Table 2. The training and test R 2 scores of 10-fold cross validation for evaluating thermal conductivity for WC-Co system. The average R 2 is shown in the last column.
Fold12345678910Average
Training R 2 0.99160.97720.98560.97350.98620.98900.98340.98490.97800.98850.9838
Test R 2 0.94000.85480.98810.93640.97750.92430.96530.96230.93510.96530.9449
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wen, S.; Li, X.; Wang, B.; Tan, J.; Liu, Y.; Lv, J.; Tan, Z.; Yin, L.; Du, Y. Deep Neural Network-Evaluated Thermal Conductivity for Two-Phase WC-M (M = Ag, Co) Cemented Carbides. Materials 2022, 15, 6269. https://doi.org/10.3390/ma15186269

AMA Style

Wen S, Li X, Wang B, Tan J, Liu Y, Lv J, Tan Z, Yin L, Du Y. Deep Neural Network-Evaluated Thermal Conductivity for Two-Phase WC-M (M = Ag, Co) Cemented Carbides. Materials. 2022; 15(18):6269. https://doi.org/10.3390/ma15186269

Chicago/Turabian Style

Wen, Shiyi, Xiaoguang Li, Bo Wang, Jing Tan, Yuling Liu, Jian Lv, Zhuopeng Tan, Lei Yin, and Yong Du. 2022. "Deep Neural Network-Evaluated Thermal Conductivity for Two-Phase WC-M (M = Ag, Co) Cemented Carbides" Materials 15, no. 18: 6269. https://doi.org/10.3390/ma15186269

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop