Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 2991 2023-08-16 02:07:41 |
2 format change Meta information modification 2991 2023-08-16 02:57:03 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Rahman, M.H.; Shahriar, S.; Menezes, P.L. Machine Learning Algorithms for Oil and Lubricant Industry. Encyclopedia. Available online: https://encyclopedia.pub/entry/48105 (accessed on 27 July 2024).
Rahman MH, Shahriar S, Menezes PL. Machine Learning Algorithms for Oil and Lubricant Industry. Encyclopedia. Available at: https://encyclopedia.pub/entry/48105. Accessed July 27, 2024.
Rahman, Md Hafizur, Sadat Shahriar, Pradeep L. Menezes. "Machine Learning Algorithms for Oil and Lubricant Industry" Encyclopedia, https://encyclopedia.pub/entry/48105 (accessed July 27, 2024).
Rahman, M.H., Shahriar, S., & Menezes, P.L. (2023, August 16). Machine Learning Algorithms for Oil and Lubricant Industry. In Encyclopedia. https://encyclopedia.pub/entry/48105
Rahman, Md Hafizur, et al. "Machine Learning Algorithms for Oil and Lubricant Industry." Encyclopedia. Web. 16 August, 2023.
Machine Learning Algorithms for Oil and Lubricant Industry
Edit

Machine learning algorithms, namely- linear regression, logistic regression, support vector machines, discriminant analysis, naïve bayes, decision trees, and artificial neural network, will significantly influence the lubricant industry in coming decades, enabling the development of predictive models for lubricant performance, wear analysis, and formulation optimization. These algorithms have shown promise in leveraging complex datasets to provide insights into tribological behavior, paving the way for more efficient and tailored lubricant solutions.

algorithm friction machine learning neural network wear

1. Introduction

The modern world is dependent on versatile machinery that is susceptible to continuous friction and wear. As a result, numerous lubricants and additives have been developed to reduce the cost associated with friction and wear [1]. As per the literature, effective use of lubricants could contribute from 1% to 1.55% of the yearly gross domestic product (GDP) of the United States [2][3][4]. Therefore, effective lubrication is extremely important to strengthen the national economy. Lubricants can be categorically divided into three types: liquid, solid, and gaseous [5][6]. Each type has its own application, but overall the purpose is the same: optimizing friction and wear.
Among all lubricants, liquid lubricants have unique functional features that have helped them expand their applicability over many years [7][8]. Solubility, viscosity, heat capacity, wettability, dampening ability, resistance to corrosion, wear, and friction are typical characteristics of liquid lubricants [9][10][11]. Engineers have added solid particles to liquid lubricants and utilized their synergy to reduce friction and wear [12]. Tribologists have also developed superior lubricants that can provide high thermal stability, exhibit low volatility, and have a broad liquid range [13][14]. Therefore, the list of lubricants and their properties has become innumerable nowadays. As a result, it became difficult even for an expert to choose the best lubricant or simply predict the optimum condition for a chosen lubricant without going through a series of trials and errors. In addition, oil analysis is important to maintain the reliability of the equipment and enhance its lifespan. However, using conventional techniques, a data analyst can observe the tribological failure and take steps. But if an earlier prediction could be made, that could minimize the breakdown time. Therefore, tribologists have left their footprints in the computational field and found a wide potential to utilize ML algorithms to predict the optimum lubricant for tribological applications [15].
Machine learning is the study of algorithms that can train and improve themselves through observation. It can be carried out in two ways: (1) supervised learning and (2) unsupervised learning. Both of these types have their pros and cons. As a result, they need to be chosen wisely. Due to the complexity of parameters and methods, computer scientists and tribologists are working together to develop unique tools to predict optimum lubricants and optimum parameters to reach superior performance. Therefore, this approach’s success opens up wide potential to minimize the time and money associated with trial and error, which could strengthen the economy to a great extent [15]. At the current status quo, many tribological studies are devoted to the estimation of the marginal life of lubricants [16][17][18][19]. In practice, the prediction of the limit state for a lubricant is dependent on the manufacturer’s recommendation. When a pre-estimated service life is finished, an oil change is needed. However, the actual health of oil might be better to go on or could be already much worse even before the pre-estimated timeline. Therefore, to optimize the usage of lubricants, continuous monitoring of oil is a strong tool to save machine life and maintenance costs. By monitoring the performance of a lubrication system in real time, it is possible to detect potential issues before they become more serious problems. This can improve the reliability of the lubricants and the performance of the equipment. Therefore, with the development of accurate and efficient models, ML is poised to revolutionize the industry in the coming years [15]. Companies that adopt these technologies will be better positioned to deliver high-performance lubrication solutions that are optimized for specific applications while also reducing downtime and maintenance costs.

2. Machine Learning

Machine learning could be simply addressed as a computer program that can learn from experience (“E”), with respect to some tasks (“T”), and performance measures (“P”). As per Tom Mitchell, the performance of ML at tasks in “T”, as measured by “P” improves with experience “E” [20]. ML is a subset of artificial intelligence (AI), which helps computers act without explicit programming and instead utilizes the concept of statistics. ML has been widely utilized to find data patterns to make predictions. Nowadays, ML has advanced from pattern recognition studies and is capable of focusing on the recognition of patterns and regularities in data [21].

2.1. Machine Learning Types and Processes

Machine learning techniques can be categorically divided into supervised learning and unsupervised learning [22][23]. Each of these types consists of different processes and algorithms, as shown in Figure 1.
Figure 1. Categorical classification of machine learning applications as per Mathworks.
In the case of supervised learning, the model has access to both the training data and their labels, and the model can be trained on the labeled data to perform prediction tasks on any unseen data. The supervised learning task can be formulated as a classification or a regression problem [24]. Classification provides discrete-valued output. It is helpful to predict a characterization for a particular case; for a naive example, machine learning in tribology can predict if wear is coming from a specific type of coated surface or an uncoated surface, which is a discrete-valued output [25].
Regression, on the other hand, provides a continuous numerical value. It is helpful to estimate any relationship between variables. Some of the common regression algorithms are linear regression and logistic regression, to name a few. One example of regression could be the investigation of the relationship between the coefficient of friction (COF) and surface roughness in sliding contact [26][27]. For instance, let us consider a study where different sample surfaces with varying roughness values are subjected to sliding against a counter material. The COF is measured under controlled conditions, and the corresponding surface roughness parameters (Ra, Rq, Rsk, and Rku) are quantified for each sample. A regression analysis could then be performed to determine the correlation between the COF and surface roughness, allowing for the formulation of a predictive model. Such a model could help estimate the friction behavior of similar materials with known surface roughness, aiding in the design and optimization of tribological systems.
For unsupervised learning, no labeled data is provided to the model; rather, an unlabeled data set is fed, and the capabilities of the model are utilized to find the hidden structures in the dataset. Under the unsupervised learning category, cluster analysis is helpful to group a similar set of objects in one group while grouping another set of similar objects in another group. The wear particle data obtained from the lubricated system could be analyzed using this technique. Clustering can form distinct clusters of data that share similarities [28]. Such clustering can provide insights into the wear mechanisms, lubricant effectiveness, or the presence of any irregular wear conditions.

2.2. Machine Learning Algorithms

There are multiple algorithms available to utilize the characterization of a dataset. Each such algorithm needs a unique approach to learning. The choice of one algorithm for favoring a particular benefit could cause a tradeoff of other benefits, including accuracy, complexity, and speed [24]. Therefore, the success of an algorithm depends on the specific nature of the problem, its complexity, cost, and often trial and error.
Currently, there are different platforms to utilize ML algorithms, such as Matlab, Python, C, and C++, to name a few. In Figure 1, different algorithms are presented that are compatible with the Matlab platform [15].

2.3. Explored Machine Learning Algorithms

Machine learning is a process that involves computer programs using software such as MATLAB and Python and needs to be structured following some algorithms. Scientists have explored many fundamental algorithms for lubrication, and a few of them have repeatedly appeared in tribological studies, such as linear regression, logistic regression, support vector machines, discriminant analysis, Naïve Bayes, decision trees, and artificial neural networks.

3. Application of Machine Learning Algorithms for the Lubricant Industry

The lubricant industry is heading towards automation through condition monitoring and useful life prediction. This shift is not only happening on the experimental side to choose a lubricant; rather, it starts with the extraction of the crude oil from the oil bore [29]. The geological data and drill bit condition monitoring were a primary focus for safe oil extraction. When the crude oil is purified and assigned as lubricants, monitoring is very important to ensure a safe operation for the machine with minimum breakdown. For that, the condition of the lubricant is critical. In addition, at the design phase, the prediction of COF and wear is important to avoid unwanted machine breakdown due to lubrication failure. If the algorithm is trained well, it will predict with higher accuracy, which would be beneficial to designing lubricants with superior qualities. In addition, there have been studies where experimental parameter prediction was a key concern to identify failure conditions. Also, ML algorithms have been utilized for film thickness prediction, which dictates lubricant performance significantly. Overall, the recent progress of ML algorithms for lubrication could be segmented into the following four categories:
  • Predicting experimental parameters;
  • Predicting film thickness;
  • Predicting COF and wear;
  • Lubricant condition monitoring.

3.1. Predicting Experimental Parameters

Experimental parameter prediction is an important aspect where ML could be utilized. In a few earlier expeditions, wear profiles were inspected and trained against their operating conditions in order to enable the algorithm to predict the experimental conditions for any similar wear profile. This prediction is important because it can tell if any experimental condition has gone wrong. If there is significant wear observed, then the prediction can illustrate the condition behind that wear so that the operator can improvise such extreme conditions quickly to minimize that condition deliberately. Also, performing tests under critical conditions might be more convenient for computer simulation than real experiments.
In the recent past, Gong et al. [30] proposed an approach for simulating the tribochemistry, wear, and stress of a general fully formulated oil and found that tribofilm growth can be promoted by temperature and shear. Information from such simulations could be helpful in training ML models to predict experimental conditions. Also, molecular dynamic simulation can help predict the lubricant’s performance and evaluate its lubrication mechanisms. These techniques have been proven helpful to complement experimental observation to evaluate lubricant performance to some extent. Therefore, parameters from simulations are often used as descriptors to evaluate lubricant performance [31].

3.2. Predicting Film Thickness

ML has been implemented to predict the film thickness of lubricants. This is important for gearboxes, where oil lubrication restricts the real contact between gear teeth and reduces friction, heat buildup, vibration, and corrosion. Ali et al. [32] prescribed a lambda ratio (λ) to predict the fatigue life of the gears, where λ is the ratio between film thickness and RMS surface roughness. Basically, the factors that affect the λ ratio are load, temperature, surface roughness, and gear speed [33]. The film thickness could be derived using the following equation [32]:
Here, η0 is the dynamic viscosity of the lubricant in Pa·s, k = 1.6 α0.6 E0.03, α = pressure-viscosity co-efficient in mm2/N, R = equivalent radius in m, and ω = load applied normal to the line of contact in N/m. It was reported that gears usually operate in the elastohydrodynamic and boundary regimes [32]. In the boundary regime, the film thickness becomes lower, and contact between the tribo-pairs is likely to happen [3][34][35]. Therefore, knowledge about film thickness is very important to design and monitor oil performance. As per their studies, the network simulation conducted by MATLAB Simulink attained 100% success in predicting and classifying at high speed [32]

3.3. Predicting COF and Wear

The prediction of COF and wear rate is important from a research and development point of view. A lubricant may provide good performance at one operating condition but may not be effective at other conditions. Predicting their best fit-in situation is important to formulate novel lubricants with superior performances. ML has started to ease this task by helping to predict the COF and wear values for extreme conditions, provided that the algorithm is trained with the data that was obtained from tests previously.

3.4. Lubricant Condition Monitoring

Lubricant plays an important role in reducing friction, wear, and associated costs in machinery. Therefore, it is crucial to monitor the lubricant’s conditions regularly. In small-scale applications, periodic checks by maintenance technicians can ensure the safe usage of a lubricant. However, on sites such as wind turbines or in space, regular checking might be difficult. Also, the opportunity cost of inspection could be higher if the lubricant condition is monitored periodically by the shutdown of the running machines. In order to reduce these costs, lubrication condition monitoring (LCM) plays a very vital role. Manghai et al. [36] reviewed brake fault monitoring and highlighted the significance of ML in that process. For lubricant fault monitoring, a few classes of parameters hold significance.
Continuous lubrication condition monitoring is especially important for large-scale machine tribo-pairs, wind turbine gearsets, and large plants where regular maintenance might be difficult or may interrupt operating hours. Such interruption could lead to a significant reduction in production, and therefore, automatic condition monitoring could be a great tool to implement. In recent years, companies like SKF have offered remote diagnostic services for machinery that help monitor machine health regularly [37]. Schaeffler Group also offers condition monitoring services for customers, where vibration and temperature are used [38]. A vibration and temperature monitoring system involves a set of tools to measure one or more parameters in order to identify changes in the behavior of machinery. The key advantage of such monitoring is that it helps schedule maintenance activities based on predictive analysis. In addition to temperature and vibration, other parameters such as load, material hardness, and lubricant properties also play an important role and can help predict the service life of lubricants. In some recent research articles in this area, ML algorithms such as ANN, decision trees, Naïve Bayes, and SVM have been utilized.

4. Future of ML in the Lubrication Industry

Lubricant design and development over the last century were somewhat dependent on trial and error [39]. Now that ML has been introduced in the lubricant industry, future prospects will undoubtedly be influenced by this technique. Lubricant performance depends on the operating conditions, lubricant properties, and material-pair properties. Therefore, there is scope to incorporate a variety of parameters under machine learning other than those that have already been considered. In recent studies, it was observed that friction and wear can be correlated not only to sliding speed, sliding distance, and normal load but also to properties such as hardness, yield strength, tensile strength, and ductility [40]. It is very likely that ML descriptors will incorporate these variables to project COF and wear and may be able to further predict the associated real-time cost of energy due to such interaction.
Moreover, it is known that to reduce friction and wear, lubricant is introduced between tribo pairs, where the shear strength of the lubricant needs to be less than that of the mating surfaces. Otherwise, there will be abrasion due to the lubricants. Therefore, when using additives or solid lubricants, the shear modulus could be an important parameter. Similarly, the hardness of both mating surfaces is critical to determining the adhesive or plowing wear. ML can be utilized to identify correlations between different properties of lubricants, such as film thickness, viscosity, and COF, which can then be used to optimize lubrication performance for specific applications. As such, the use of ML in tribology has initiated a new branch of studies called “Triboinformatics” [41]. Triboinformatics aims to enhance understanding, prediction, and optimization of tribological processes through the utilization of innovative data-driven approaches. It involves the development of models, algorithms, and databases to capture, store, analyze, and visualize tribological data for various applications, such as lubricant design, material selection, and predictive maintenance. For instance, ML can be used to predict the lubrication properties of a specific set of lubricants under different operating conditions and can help determine the most effective lubricant to use for a particular application. Recent trends in ML for the lubrication industry include the development of efficient models that can forecast the performance of lubricants with a high degree of accuracy [42]. These models can be trained using large datasets, which allows for more accurate predictions of the performance of lubricants in real-world applications. Overall, by using ML algorithms, it is possible to gain insights into lubricant properties that could otherwise be difficult to predict and analyze [43][44][45].
In addition to lubricant design, ML can play a significant role in the predictive maintenance of machines and equipment that require lubrication. The analysis of machine data is one of the fastest-growing areas in the industrial Internet of Things (IoT) and data analytics [46]. By analyzing real-time sensor data, machine-learning algorithms can predict when a machine requires lubrication or maintenance. Another exciting prospect of ML in the lubrication industry is its potential to reduce environmental impact. With the growing concern about climate change, companies are looking for ways to reduce their carbon footprint. ML can be used to optimize lubricant use, minimize waste, and reduce the environmental impact of manufacturing processes. By identifying patterns in data and analyzing performance, ML algorithms can optimize lubrication systems to minimize waste and improve efficiency. Furthermore, with the rise of Industry 4.0, the lubrication industry is rapidly moving towards a more connected, digital future [47]. Companies can leverage the vast amounts of data generated by sensors and equipment to optimize performance, reduce costs, and improve quality using ML techniques. As a result, valuable insights into the operations are possible, which not only predict failures but also make data-driven decisions to improve the bottom line.
In summary, ML is transforming the lubrication industry by providing a more accurate and efficient way of designing lubricants, optimizing lubrication systems, predicting maintenance needs, reducing waste, and improving environmental sustainability [48]. As the technology continues to evolve, ML will play a critical role in the future of lubrication, helping companies to remain competitive and reduce their carbon footprint.

References

  1. Spikes, H. Friction modifier additives. Tribol. Lett. 2015, 60, 5.
  2. Tzanakis, I.; Hadfield, M.; Thomas, B.; Noya, S.; Henshaw, I.; Austen, S. Future perspectives on sustainable tribology. Renew. Sustain. Energy Rev. 2012, 16, 4126–4140.
  3. Matczak, L.; Johanning, C.; Gil, E.; Guo, H.; Smith, T.W.; Schertzer, M.; Iglesias, P. Effect of cation nature on the lubricating and physicochemical properties of three ionic liquids. Tribol. Int. 2018, 124, 23–33.
  4. Stern, D.I. Energy and economic growth in the USA: A multivariate approach. Energy Econ. 1993, 15, 137–150.
  5. Scharf, T.; Prasad, S. Solid lubricants: A review. J. Mater. Sci. 2013, 48, 511–531.
  6. Ingole, S.P.; Menezes, P.L.; Nosonovsky, M.; Lovell, M.R.; Kailas, S.V. Tribology for Scientists and Engineers: From Basics to Advanced Concepts; Springer: New York, NY, USA, 2013.
  7. Mortier, R.M.; Orszulik, S.T.; Fox, M.F. Chemistry and Technology of Lubricants; Springer: Dordrecht, The Netherlands; Berlin/Heidelberg, Germany; London, UK; New York, NY, USA, 2010; Volume 107115.
  8. Kasar, A.K.; Siddaiah, A.; Menezes, P.L. Multifunctional Bio-Based Lubricants: Synthesis, Properties and Applications; IOP Publishing: Bristol, UK, 2023.
  9. Cai, M.; Yu, Q.; Liu, W.; Zhou, F. Ionic liquid lubricants: When chemistry meets tribology. Chem. Soc. Rev. 2020, 49, 7753–7818.
  10. Reeves, C.J.; Siddaiah, A.; Menezes, P.L. Ionic liquids: A plausible future of bio-lubricants. J. Bio-Tribo-Corros. 2017, 3, 18.
  11. Rahman, M.H.; Warneke, H.; Webbert, H.; Rodriguez, J.; Austin, E.; Tokunaga, K.; Rajak, D.K.; Menezes, P.L. Water-Based Lubricants: Development, Properties, and Performances. Lubricants 2021, 9, 73.
  12. Sikdar, S.; Rahman, M.H.; Menezes, P.L. Synergistic study of solid lubricant nano-additives incorporated in canola oil for enhancing energy efficiency and sustainability. Sustainability 2021, 14, 290.
  13. Syahir, A.; Zulkifli, N.; Masjuki, H.; Kalam, M.; Alabdulkarem, A.; Gulzar, M.; Khuong, L.; Harith, M. A review on bio-based lubricants and their applications. J. Clean Prod. 2017, 168, 997–1016.
  14. Rahman, M.H.; Liu, T.; Macias, T.; Misra, M.; Patel, M.; Martini, A.; Menezes, P.L. Physicochemical and tribological comparison of bio-and halogen-based ionic liquid lubricants. J. Mol. Liq. 2023, 369, 120918.
  15. Rosenkranz, A.; Marian, M.; Profito, F.J.; Aragon, N.; Shah, R. The Use of Artificial Intelligence in Tribology—A Perspective. Lubricants 2021, 9, 2.
  16. Shram, V.; Agafonov, E.; Lysyannikov, N.; Lysyannikov, A.; Kovaleva, M. Prediction life of lubricants on the analysis of experimental data on their optical density. J. Phys. Conf. Ser. 2019, 1399, 55009.
  17. Ghaffari, M.A.; Zhang, Y.; Xiao, S. Multiscale modeling and simulation of rolling contact fatigue. Int. J. Fatigue 2018, 108, 9–17.
  18. Wolak, A. Statistical analysis of HTHS viscosity rating of present-day engine oils. Tribol. Trans. 2019, 62, 34–41.
  19. Zhu, Y.; Zhao, T.; Jiao, J.; Chen, Z. The lifetime prediction of epoxy resin adhesive based on small-sample data. Eng. Fail. Anal. 2019, 102, 111–122.
  20. Randerson. Machine Learning Simplified. Available online: https://randerson112358.medium.com/machine-learning-simplified-407caa414386 (accessed on 26 February 2021).
  21. Wakiru, J.M.; Pintelon, L.; Muchiri, P.N.; Chemweno, P.K. A review on lubricant condition monitoring information analysis for maintenance decision support. Mech. Syst. Signal Process. 2019, 118, 108–132.
  22. Mitchell, T.M. Machine Learning; Springer Nature: Berlin/Heidelberg, Germany, 1997.
  23. Goodfellow, I.; Bengio, Y.; Courville, A. Machine learning basics. Deep Learn. 2016, 1, 98–164.
  24. Mathworks. Machine Learning in MATLAB. Available online: https://in.mathworks.com/help/stats/machine-learning-in-matlab.html?w.mathworks.com (accessed on 26 February 2021).
  25. Kang, J.; Niu, Y.; Zhou, Y.; Fan, Y.; Ma, G. Wear Resistance Prediction of AlCoCrFeNi-X (Ti, Cu) High-Entropy Alloy Coatings Based on Machine Learning. Metals 2023, 13, 939.
  26. Bien, D.X. Predictive modeling of surface roughness in hard turning with rotary cutting tool based on multiple regression analysis, artificial neural network, and genetic programing methods. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2023, 09544054231157112.
  27. Suresh, P.; Rao, P.V.; Deshmukh, S. A genetic algorithmic approach for optimization of surface roughness prediction model. Int. J. Mach. Tools Manuf. 2002, 42, 675–680.
  28. Zhao, D.; Yan, J. Performance prediction methodology based on pattern recognition. Signal Process. 2011, 91, 2194–2203.
  29. Sircar, A.; Yadav, K.; Rayavarapu, K.; Bist, N.; Oza, H. Application of machine learning and artificial intelligence in oil and gas industry. Pet. Res. 2021, 6, 379–391.
  30. Gong, Y.; Wang, Y.; Ghanbarzadeh, A.; Wang, C.; Ishihara, A.; Tamura, Y.; Neville, A.; Morina, A. Experimental and numerical study on wear characteristics of steel surfaces involving the tribochemistry of a fully formulated oil. Part II: Computational modelling. Tribol. Int. 2023, 177, 107976.
  31. Baboukani, B.S.; Ye, Z.; Reyes, K.G.; Nalam, P.C. Prediction of Nanoscale Friction for Two-Dimensional Materials Using a Machine Learning Approach. Tribol. Lett. 2020, 68, 57.
  32. Ali, Y.H.; Abd Rahman, R.; Hamzah, R.I.R. Artificial neural network model for monitoring oil film regime in spur gear based on acoustic emission data. Shock Vib. 2015, 2015, 106945.
  33. Hamel, M.; Addali, A.; Mba, D. Monitoring oil film regimes with acoustic emission. Proc. Inst. Mech. Eng. Part J J. Eng. Tribol. 2014, 228, 223–231.
  34. Hamrock, B.J.; Dowson, D. Ball Bearing Lubrication: The Elastohydrodynamics of Elliptical Contacts; ASME: New York, NY, USA, 1981.
  35. Menezes, P.L.; Kailas, S.V. Effect of roughness parameter and grinding angle on coefficient of friction when sliding of Al–Mg alloy over EN8 steel. J. Tribol. 2006, 128, 697–704.
  36. Manghai, A.; Jegadeeshwaran, R.; Sugumaran, V. Brake Fault Diagnosis Through Machine Learning Approaches—A Review. Struct. Durab. Health Monit. 2017, 11, 43.
  37. SKF. Vibration Analysis and Diagnostics. Available online: https://www.skf.com/us/services/condition-based-maintenance/vibration-analysis-and-diagnostics (accessed on 22 June 2023).
  38. Schaeffler. Schaeffler OPTIME Condition Monitoring. Available online: https://www.schaeffler.com/ (accessed on 22 June 2023).
  39. Tysoe, W.T.; Spencer, N.D. Designing lubricants by artificial intelligence-the sequel. Tribol. Lubr. Technol. 2020, 76, 68–70.
  40. Hasan, M.S.; Kordijazi, A.; Rohatgi, P.K.; Nosonovsky, M. Triboinformatic modeling of dry friction and wear of aluminum base alloys using machine learning algorithms. Tribol. Int. 2021, 161, 107065.
  41. Hasan, M.S.; Kordijazi, A.; Rohatgi, P.K.; Nosonovsky, M. Triboinformatics approach for friction and wear prediction of Al-graphite composites using machine learning methods. J. Tribol. 2022, 144, 11701.
  42. Desai, P.S.; Granja, V.; Higgs, C.F., III. Lifetime prediction using a tribology-aware, deep learning-based digital twin of ball bearing-like tribosystems in oil and gas. Processes 2021, 9, 922.
  43. Jia, D.; Duan, H.; Zhan, S.; Jin, Y.; Cheng, B.; Li, J. Design and development of lubricating material database and research on performance prediction method of machine learning. Sci. Rep. 2019, 9, 20277.
  44. Zhang, Y.; Xu, X. Machine learning decomposition onset temperature of lubricant additives. J. Mater. Eng. Perform. 2020, 29, 6605–6616.
  45. Urban, A.; Zhe, J. A microsensor array for diesel engine lubricant monitoring using deep learning with stochastic global optimization. Sens. Actuators A Phys. 2022, 343, 113671.
  46. Paturi, U.M.R.; Palakurthy, S.T.; Reddy, N. The role of machine learning in tribology: A systematic review. Arch. Comput. Methods Eng. 2023, 30, 1345–1397.
  47. Paolanti, M.; Romeo, L.; Felicetti, A.; Mancini, A.; Frontoni, E.; Loncarski, J. Machine learning approach for predictive maintenance in industry 4.0. In Proceedings of the 2018 14th IEEE/ASME International Conference on Mechatronic and Embedded Systems and Applications (MESA), Oulu, Finland, 2–4 July 2018; pp. 1–6.
  48. Kasar, A.K.; Hill, P.; Sikdar, S.; Menezes, P.L. Machine learning to develop lubrication strategies. In Multifunctional Bio-Based Lubricants: Synthesis, Properties and Applications; IOP Publishing: Bristol, UK, 2023; pp. 5-1–5-16.
More
Information
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : , ,
View Times: 313
Revisions: 2 times (View History)
Update Date: 16 Aug 2023
1000/1000
Video Production Service