Next Article in Journal
Exploring Electrochemical Direct Writing Machining of Patterned Microstructures on Zr702 with Polyacrylamide Polymer Electrolyte
Next Article in Special Issue
Optical Properties and Growth Characteristics of 8-Quinolinolato Lithium (Liq) Nano-Layers Deposited by Gas Transport Deposition
Previous Article in Journal
A True Random Number Generator Design Based on the Triboelectric Nanogenerator with Multiple Entropy Sources
Previous Article in Special Issue
A Low-Power Optoelectronic Receiver IC for Short-Range LiDAR Sensors in 180 nm CMOS
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Machine Learning-Guided Cycle Life Prediction for Electrochromic Devices Based on Deuterium and Water Mixing Solvent

1
School of Electronics and Information Engineering, South China Normal University, Foshan 528225, China
2
School of Semiconductor Science and Technology, South China Normal University, Foshan 528225, China
3
School of Software, South China Normal University, Foshan 528225, China
4
State Key Laboratory of Luminescent Materials and Devices, School of Materials Science and Engineering, South China University of Technology, Guangzhou 510640, China
5
Aberdeen Institute of Data Science and Artificial Intelligence, South China Normal University, Foshan 528225, China
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Micromachines 2024, 15(9), 1073; https://doi.org/10.3390/mi15091073
Submission received: 31 July 2024 / Revised: 16 August 2024 / Accepted: 22 August 2024 / Published: 26 August 2024

Abstract

:
Electrochromic devices have demonstrated considerable potential in a range of applications, including smart windows and automotive rearview mirrors. However, traditional cycle life testing methods are time-consuming and require significant resources to process a substantial amount of generated data, which presents a significant challenge and remains an urgent issue to be addressed. To address this challenge, we proposed the use of Long Short-Term Memory (LSTM) networks to construct a prediction model of the cycle life of electrochromic devices and introduced an interpretable analysis method to further analyze the model’s predictive capabilities. The original dataset used for modeling was derived from preliminary experiments conducted under 1000 cycles of six devices prepared with varying mixing ratios of heavy water (D2O). Furthermore, validation experiments confirmed the feasibility of the D2O mixing strategy, with 83% of the devices exhibiting a high initial transmittance modulation amplitude (ΔT = 43.95%), a rapid response time (tc = 7 s and tb = 8 s), and excellent cyclic stability (ΔT = 44.92% after 1000 cycles). This study is the first to use machine learning techniques to predict the cycle life of electrochromic devices while proposing performance enhancement and experimental time savings for inorganic all-liquid electrochromic devices.

1. Introduction

Electrochromic devices, which change color when electricity is applied, are widely used in smart windows to save energy [1,2,3], aircraft portholes [4], automotive mirrors [5], and displays [6]. A crucial performance aspect of electrochromic devices is their cycle life. This indicates the maximum cycles a device can undergo before its performance declines. It is determined by the device’s sustained transmittance modulation amplitude (ΔT) over cycles [7,8,9], with a 30% reduction in ΔT typically indicating losses in electrochromic functionality [10]. For solid electrochromic devices, researchers are working to address the performance degradation relating to ion insertion and extraction by improving preparation methods (ΔT = 67.5% after 750 cycles) [11], material combinations (ΔT > 60% after 100 cycles) [12], and structural design (ΔT > 40% after 1300 cycles) [13] to extend their cycle life. In contrast, water-based liquid electrochromic devices have simple structures and anti-degradation advantages due to liquid mobility but also suffer from performance decline caused by hydrogen evolution reactions. Li et al. showed that heavy water (D2O) can extend cycle life via hydrogen bonding [14]. However, cycle life extension through the use of heavy water needs to be improved. In parallel, cycle life testing is challenging and data-heavy, requiring tools for more accessible research and insight [8,15,16].
As an indispensable tool in computer science, machine learning (ML) has been employed to analyze and interpret vast quantities of data [17]. Its application in materials science has garnered considerable interest in recent years [18,19,20,21,22]. Unlike the trial-and-error method, ML extracts correlations and material properties from preliminary experimental data to build models that guide research on material performance and longevity [23]. In numerous studies, ML techniques have been successfully employed to investigate the cycle life of various materials and devices, including batteries [24], quantum dots [25], titanium alloys [26], and chalcogenides [27]. Among these studies, the Long Short-Term Memory (LSTM) algorithm stands out for its proficiency in capturing long-term dependencies and processing sequential data, ideal for time-series forecasts and modeling degradation patterns. Zhang et al. developed an LSTM for lithium-ion battery RUL prediction, trained on degradation data from six batteries over 600 cycles. It outperformed traditional methods with errors confined to 10–20 cycles [28]. Similarly, John M. Howard et al. utilized an LSTM model to predict the photoluminescence of metal halide chalcogenides based on humidity and luminescence data, achieving an accuracy of over 89% within the next 12 h [29].
Currently, there is already some research applying ML in the field of simulation and prediction of the performance of electrochromic devices. Kong et al. developed high-performance electrochromic devices using a multilayer perceptron model to predict optimal concentrations from experimental data [30]. Faceira et al. utilized ML to predict the impact of sputtering parameters on the electrochromic properties of WO3 thin films, optimizing the fabrication process through a predictive model based on experimental data [31]. However, compared with its extensive use in analyzing and forecasting battery and chalcogenide cycle life, ML has not yet been applied to the cycle life analysis of electrochromic devices. Meanwhile, in existing studies on ML for predicting device cycle life, such as for batteries [32,33], most rely on publicly available datasets and lack experimental ML studies using exclusively self-collected data. It is also worth noting that Interpretable ML is increasingly emphasized at the intersection of materials science and computer science [34]. It provides researchers with deeper knowledge to guide experimental design and material optimization. In this context, the study of cycle life modeling of electrochromic devices incorporating interpretability is of particular importance.
In this study, we found a high cyclic stability all-liquid electrochromic device consisting of a hybrid functional layer synthesized from ammonium metatungstate and iron(II) chloride in a mixed solvent of deionized water (H2O) and D2O. This device achieved optimal transmission modulation amplitude (ΔT = 43.95%), swift response time (tc = 7 s and tb = 8 s), and long cycle life at an 83% D2O ratio (ΔT = 44.92% after 1000 cycles). The proposed D2O mixing strategy is able to assist the device in improving cycle life. In addition, based on the initial experimental data of the design, we constructed an LSTM model employed with a unique dataset, enabling the accurate prediction of the device’s transmittance over 500 cycles. We also enhance the interpretability of LSTM models by applying the locally interpretable model-agnostic interpretation (LIME) method. This study represents the first application of ML in the field of cycle life prediction for electrochromic devices and helps to accelerate the experimental development process.

2. Materials and Methods

Figure 1 outlines our ML approach for predicting the cycle life of electrochromic devices. Six devices, each made with varying ratios of deionized to D2O, were tested for 1000 cycles at 45 A/m2 (Figure 1a). The normalized data were used to train an LSTM model, with the 1000-cycle time series split into a train–test set (first 500 cycles) and a validation set (last 500 cycles) (Figure 1b). The model refined parameters based on predictions to find the optimal solution (Figure 1c). Additional devices with new ratios were tested to validate the model (Figure 1d). Further details on the experiments and model construction will follow.

2.1. Solution Preparation

2 mL of solvent was added to the beaker, which was selected to be a mixture of heavy water (D2O, 99.9%, Jinan Mena Science and Technology Co., Ltd., Jinan, China) and H2O in different volume ratios. These ratios were 0%, 20%, 40%, 60%, 80%, and 100%, respectively. Ammonium metatungstate (AMT, (NH4)6H2W12O40−xH2O, 99.5%, Guangzhou Chemical Reagent Factory, Guangzhou, China) and ferrous chloride (FeCl2·4H2O, McLean Biochemicals Co. Ltd., Shanghai, China) were added to formulate 6 groups of different solutions. The concentration of ammonium metatungstate was maintained at 0.100 mol/L, while that of ferrous chloride was set at 0.150 mol/L. The mixed solutions were subjected to ultrasonic oscillation to facilitate the formation of precursor solutions. All chemical materials and reagents utilized throughout the solution preparation were employed in their original state without undergoing any further purification.

2.2. Device Fabrication

Here, 4 × 4 cm2 indium tin oxide (ITO) glass substrates were cleaned with H2O and anhydrous ethanol for 15 min each and dried in an oven. Following this, two pieces of ITO glass were bonded with double-sided adhesive to form an effective area of 2 × 3 cm2. The solution was injected using the capillary method and finally fixed by applying UV-curable adhesive (see Figure 2). Following the above steps, the 6 prepared devices were uniformly named D-x, with x being the ratio of D2O mixing. The mixed functional layer had a thickness of 53.57 μm, as shown in Figure S1a.

2.3. Performance Characterization

The input current for the electrochromic experiments was provided by an electrochemical workstation (CH Instruments CHI660E, CH Instruments, Shanghai, China). A multi-current stepping (IStep) method was used to provide a constant current input, and 1000 cycles of current on/off tests were conducted at 0.027 A, corresponding to a current density of 45 A/m2, with a duration of 20 s for electrification and 40 s for power-off, making each cycle 60 s long. A micro-spectrometer (Morpho PG2000, Morpho, Shanghai, China) was used to record the change in transmittance over time. Since the main range for the optical transmittance spectra of the device in the initial state, colored state, and bleached state is 650–750 nm (see Figure S1b), we selected 700 nm as the reference wavelength.

2.4. Data Collection and Preprocessing

Following the D2O reference ratio, transmittance was measured over 1000 test cycles. Each cycle consisted of a 20 s charging phase followed by a 40 s rest phase, conducted at a current density of 45 A/m2. For each cycle, the maximum transmittance (Tm) and minimum transmittance (Ts) values were recorded and stored in the dataset.
To reduce the impact of data magnitude and outliers on model training, we applied min–max normalization to all the data. The relevant formulas are given in Equations (1) and (2) [35].
T m = T m T m m a x
T s = T s T s m a x
In the above formula, Tmmax is the maximum of Tm in one 1000 times cycles test. Similarly, Tsmax is the maximum of Ts in the cycle test.

2.5. Modeling Methods

The LSTM neural network (shown in Figure 3a) was constructed to predict the results of future cycles of electrochromic testing based on the highest and lowest transmittance of the historical cycles of electrochromic testing.
LSTM is a specialized type of recurrent neural network (RNN) designed to learn long-range dependencies in sequential data effectively. Introduced by Hochreiter and Schmidhuber in 1997 [36], LSTM uses a unique gating mechanism consisting of input gates (IGs), forget gates (FGs), and output gates (OGs) to manage the flow of information through the network, and it uses a hidden state unit (HSU) in each LSTM unit (LU) to store all the sequential feature in the dataset. These characteristics have made LSTMs popular in various fields, including time series analysis [37], natural language processing [38], and computer vision [39]. LSTM is trained using gradient descent and backpropagation to minimize prediction error by optimizing model weights. Specifically, gradient descent updates weights in the direction of decreasing loss, while backpropagation computes the gradient by moving backward through the network, layer by layer, adjusting each weight to reduce the error.
The LSTM neural network we built contains 20 LU, each of which accepts 2 types of input data (the highest and lowest transmittance in a cycle test) and passes the data features to the subsequent LUs for storage in HSU, ultimately predicting the highest and lowest transmittance for the new cycle of testing at the 20th LU in conjunction with the existing training data.
In the realm of time-series forecasting, sliding window cross-validation emerges as a widely adopted strategy for assessing the performance of predictive models. This method is particularly suited for scenarios where sequentially leveraging historical data is crucial for enhancing predictive accuracy. In our study, we employed this technique to evaluate our predictive model for a given dataset comprising 1000 lines of data points, which were partitioned into a “train-test set” and a “validation set” on a 1:1 basis. Consequently, the initial 500 lines of data points were chosen to train and evaluate the model.
We implemented a “many-to-one” (m-1) sliding window structure (shown in Figure 3b) in the training and testing phases. This structure, as opposed to its “many-to-many” (m-m) counterpart, facilitates a more comprehensive utilization of past information by allowing each current input block to encompass overlapping data from the preceding block. Specifically, we set the window length to 20, with an output length of 1, and a sliding step size of 1. This configuration ensures that during each iteration, the model undergoes 480 successive window slides, and it can effectively capture temporal dependencies across the data sequence.
The adoption of the m-1 sliding window structure is motivated by its ability to capitalize on the overlapping information between consecutive input blocks. It is not only exposed to a broader context of historical data but can also better comprehend temporal patterns and dynamics within the series. In comparison to the m-m structure, where each output is independently influenced by a corresponding input time step, the m-1 structure enables the model to generate predictions that are inherently informed by the entirety of the current input block, thereby enhancing the overall predictive accuracy.
The model was trained in several iterations and tested on the training set, and R2 (Coefficient of Determination) and RMSE (Root Mean Square Error) were used as the evaluation metrics of the model’s fitting effectiveness. The combination of hyperparameters with the best performance is found by optimizing the maximum training iterations, batch size, loss function, and other model hyperparameters to maximize R2 and minimize RMSE. Grid search (GS) is a systematic hyperparameter tuning method that was used to find the best combination of hyperparameters for LSTM models. Based on measuring 6 sets of electrochromic devices with different concentrations of D2O added, we evaluated the fit of the system using a combination of R2 and RMSE and randomly fabricated one device that was different from the existing experiments for evaluation.
The implementation of the LSTM model is mainly based on Python 3.7.1, sci-kit-learn 1.0.2, and torch 1.13.1. The computer model used for experimental modeling is Legion Y9000X IAH7 with a 12th Gen Intel® CoreTM i7-12700H CPU (Intel Corporation, Santa Clara, CA, USA), an NVIDIA GeForce RTX 3060 GPU, and 16 GB Samsung 4800 MHz DDR5 (Samsung, Seoul, Republic of Korea) memory.

3. Results and Discussion

3.1. Electrochromic Performance of the Devices

From the transmission spectrum shown in Figure S1b, it can be seen that the spectral curves of the initial and bleached states almost completely overlap. This indicates that the device has excellent reversibility and is able to quickly return to the original color after a power failure. In contrast, the memory effect refers to the phenomenon that the device maintains the color change state in the absence of a continuous electric field, which is usually manifested by the inability to fully return to the initial state during the fading process [40]. Since the spectral curves almost overlap, it indicates that the memory effect of the device is very small. This excellent reversibility and low memory effect ensures the long-term stability of the device.
Figure S2 displays the transmittance changes of the six devices during 1000 cycle life tests. Further, D-80 and D-100 were analyzed for ΔT, response time, and ΔT retention post-1000 cycles to understand the cycle life improvement mechanism. ΔT is the transmittance difference between the colored (tc) and bleached (tb) states, as detailed in Equation (3) [35].
Δ T = T b T c
The response time is the duration for a device to transition between bleached and colored states, measured by a 90% optical transmittance change. ΔT retention is the ratio of post-cycle ΔT to the initial ΔT [41].
Figure 4 illustrates that D-80 had an initial ΔT of 46.42%, tc of 8 s, and tb of 10 s, while D-100 had an initial ΔT of 54.78%, tc of 9 s, and tb of 17 s. After 1000 cycles, D-80’s ΔT slightly rose to 46.64%, while D-100’s dropped to 42.06% yet remained above 70%. Despite a lower initial ΔT, D-80 showed quicker response and better ΔT retention than their 100% counterparts.
This discrepancy may be attributed to the device’s reaction mechanism during the cycling process, as shown in Figure S3. The reactions involved are shown below. Equations (4) and (5) correspond to electrochromic reactions. Equations (6) and (7) correspond to the electrolysis of water and the combination of protons generated by H2O electrolysis with metatungstate to affect the discoloration of the device. Meanwhile, D2O electrolysis is shown in reaction 8, except that the degree of heavy water electrolysis is mild and almost negligible at low voltages [42,43,44].
H 2 W 12 O 40 6 + xFe 2 + + ye = H 2 W 12 O 40 6 x y + xFe 3 +   ( coloring )
H 2 W 12 O 40 6 x y + xFe 3 + ye = H 2 W 12 O 40 6 + xFe 2 +   ( bleaching )  
n H 2 O = 2 n H + + n 2 O 2
H 2 W 12 O 40 6 + 2 n H + = H 2 W 12 O 40 n 6 + n H 2 O
D 2 O = D 2 + 1 2 O 2
In the cycle life test, transmittance notably dropped, more so in the bleached state. During the coloring phase, the presence of electrolytic reactions increases the concentration of the bleaching solution. This leads to delayed particle deposition and bleaching recovery. The device’s ΔT initially fell but stabilized as hydrogen precipitation and D2O electrolysis reached equilibrium [43]. Performance initially declined due to memory effects and charge accumulation but stabilized with continued cycling. D-100 initially had a higher ΔT, but it decreased compared to D-80. The higher D2O content strengthened hydrogen bonds and stabilized D-O bonds, allowing higher voltage tolerance. However, high voltages can cause significant charge accumulation and reduce ΔT and may also lead to ammonium metatungstate crystallization, diminishing electrochromic properties. Identifying the optimal mix of D2O and H2O is crucial for enhancing device life and stability [14].

3.2. Modeling and Comparison

An aging model is essential to forecast the cycle life of electrochromic devices, updating performance data to capture long-term trends for accurate predictions. Four ML methods were tested to determine the best predictor of cyclic lifespan, which included LSTM, RNN, Bidirectional Recurrent Neural Network (Bi-RNN), and Gated Recurrent Unit (GRU).
Figure 5 presents the average performance metrics of the model training and test sets for the four methods. The specific R2 and RMSE regarding each model at different D2O ratios are provided in Tables S2–S4 of the ESI. LSTM excels in forecasting electrochromic device cycle life, effectively capturing transmittance trends. RNN and Bi-RNN are less stable and accurate in testing than LSTM. GRU’s performance is the weakest, needing improvement. LSTM is the top pick for cycle life predictions.
The comparison results show that the LSTM neural network is superior for predicting the cycle life of electrochromic devices, leading to its selection for forecasting. In our experiments, six devices with varying D2O concentrations were tested using LSTM models, optimized through a grid search for hyperparameters. From the loss function for the training set curves shown in Figure S4 of the ESI, it can be seen that the loss function tends to stabilize, indicating that it has converged, meaning that the model is trained to a reasonable degree.
All models converged after 20 training iterations. Table 1 provides the metrics for fitting the LSTM model to the cycle life data. The high R2 and low RMSE values demonstrate the predictive accuracy and reliability of the model.
Figure 6 shows that the LSTM model fits all six electrochromic device concentrations well. However, the prediction accuracy of some concentration groups was lower than expected, especially after more than 700 cycles. This can be partly attributed to uncertainty in experimental operation, systematic errors, differences in device preparation and testing environments, differences in long-term device stability, and environmental fluctuations during experiments.
Additionally, to ascertain whether this observation is associated with the division ratio of the dataset, we proceeded to subdivide the training-test set and validation set in accordance with the ratio of 750:250 and reconstructed the model. The results (see Figure S5 and Table S5) demonstrate that the prediction bias persists even with the revised division of the dataset. This indicates that the dataset’s division method is not the main cause of the fitting discrepancy.
In order to deeply analyze the causes of prediction bias, we introduce the LIME method. LIME is a versatile approach for analyzing the interpretability of machine learning models. This method involves training an interpretable machine learning model using understandable features and then fitting a local linear model in the neighborhood of a specific sample to obtain feature weights of the original model. By analyzing these feature weights, LIME quantifies feature importance and assesses the impact of individual features on the model’s predictions for specific samples.
We applied the LIME method to analyze which factors influence the output values of a LSTM neural network. As shown in Figure 7, in the LSTM neural network with a 40% heavy water doping ratio, both the maximum and minimum values are primarily influenced by the 13th to 20th groups of training data within the sliding window. The importance weights for the 20th input group reach as high as 0.42 and 0.39, respectively, indicating that the model effectively captures the transmittance variation trends caused by chemical changes in electrochromic devices during cyclic testing. It also selectively disregards the influence of older historical data.
These findings further emphasize that statistical metrics such as the coefficient of R2 and RMSE should not be solely relied upon in modeling cycle life prediction of electrochromic devices but should be comprehensively evaluated in conjunction with interpretable analyses of feature significance.
In conjunction with the results of model construction, we performed an in-depth analysis of the time periods with significant prediction deviations. For D-0, the model showed poor performance due to H2O causing strong hydrolysis, memory effects, and charge buildup, leading to only a general downward trend being predictable and small fluctuations being hard to forecast. Instability due to hydrolysis was also observed in D-20 and D-40. For devices with a high percentage of D2O, the late changes are related to the difficulty of electrolyzing D2O and the nature of its electrolytic equilibrium. The properties of D2O allow the devices to withstand higher voltages. Still, at the same time, the devices are more susceptible to damage at high voltages, resulting in abnormal performance degradation. These analyses are consistent with our previous analyses of D2O mixing methods to improve device cycling performance.
The LSTM model is valid despite the discrepancies in the predictions. It was able to capture the characteristics of the cyclic life change of electrochromic devices after long test cycles. This was confirmed by the comparative results of the dataset segmentation and interpretability analysis. This shows that the LSTM model is suitable for predicting the cycle life of electrochromic devices.

3.3. Prediction and Validation

We successfully built an LSTM model to predict cycle life for the preliminary experiment data. Due to the regularized concentrations, the model may have limited applicability at unknown ratios. Therefore, we created two validation groups with devices comprising 70% (D-70) and 83% (D-83) of the 10% range before and after 80%.
As shown in Figure 8, both D-70 and D-83 devices exhibited excellent performance. The D-83 performed better with an initial ΔT of 43.95%, a fast response time (tc = 7 s and tb = 8 s), and a ΔT of 44.92% after 1000 cycles at a current density of 45 A/m². Previous research has examined the relationship between D2O mixture concentration and device performance. The cyclic stability of the D-70 and D-83 devices is consistent with these findings. This stability is mainly due to the enhanced hydrogen bonding of D2O, which increases the device’s withstand voltage and reduces the hydrolysis reaction. Consequently, the device maintains performance and transitions gradually to a steady state. Table 2 shows some data from similar cycle life studies for comparison. Compared with other devices, our prepared device has the advantage of easy fabrication and simple structure. It balances several fundamental properties, including long cycle life, high modulation capability, fast response, and long-term stability.
To further validate the suitability and accuracy of the model, we used the LSTM model constructed in the previous section for the data of D-70 and D-83. The prediction results are shown in Figure 9, and the R2 and RMSE scores are shown in Table 3. The prediction of D-70 almost overlaps with the fitted curve of the original data, indicating a good prediction. In contrast, the maximum deviation of D-83’s model from the actual value occurs after 800 cycles. These fluctuations are challenging for the model to predict and impact prediction accuracy. However, the model demonstrates exceptional performance in predicting the maximum transmittance with high precision and minimal error. These results demonstrate that the LSTM model can be effectively utilized for the prediction of device cycle life, accurately capturing the general trend of cycling performance. With this ML-assisted approach, it is possible to reduce the time cost and expand upon existing experiments significantly.

4. Conclusions

In this study, we have employed LSTM modeling and combined it with the interpretable analytical method to predict and analyze the cycle life of devices with different concentration ratios. D-83, prepared in the validation experiments, exhibited excellent performance, with 43.95% initial ΔT, a fast response time (tc = 7 s and tb = 8 s), and high cyclic stability (ΔT = 44.92% after 1000 cycles). The high performance confirms the feasibility of mixing H2O and D2O as solvents, which can provide a new idea for subsequent inorganic all-liquid devices. The established LSTM model is able to predict future cyclic changes accurately. Therefore, this approach improves efficiency and provides a reliable tool for long-term performance prediction. Our combined device–algorithm approach can provide a reference for future research on the cycle life of electrochromic devices.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/mi15091073/s1, Figure S1: (a) The confocal laser scanning microscope (CLSM) image of the device sample. (b) The optical transmittance spectra of the device in the initial, colored, and bleached state; Figure S2: ΔT change graphs during 1000 cycle life tests for 6 devices: (a) D-0, (b) D-20, (c) D-40, (d) D-60, (e) D-80, (f) D-100; Figure S3: Schematic diagram of device reaction principle; Figure S4: Loss function curves for the training set; Figure S5: Cycle life prediction results for 6 models (dataset divided according to 750:250). They were trained on datasets collected from (a) D-0, (b) D-20, (c) D-40, (d) D-60, (e) D-80, and (f) D-100; Table S1: Transmittance data before and after stability; Table S2: Values of R2 and RMSE in RNN models; Table S3: Values of R2 and RMSE in GRU models; Table S4: Values of R2 and RMSE in Bi-RNN models; Table S5: R2 and RMSE values for 6 LSTM models (dataset divided according to 750:250).

Author Contributions

Conceptualization, M.L. and S.K.; Methodology, S.K., Y.W. and Q.C.; Funding Acquisition, Y.Z., H.N. and M.L.; Validation, Y.W., H.L. and D.S.; Formal Analysis, Y.W. and S.K.; Investigation, Y.W., S.K., Q.Y. and Z.Q.; Resources, Y.Z., H.N. and M.L.; Data Curation, Y.W. and H.L.; Writing—Original Draft, Y.W., S.K. and H.L.; Writing—Review and Editing, Y.Z., M.L. and H.N.; Visualization, Y.W., H.L. and D.S.; Supervision, Y.Z., M.L. and H.N.; Project Administration, Y.Z., M.L. and H.N. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the South China Normal University Undergraduate Innovation and Entrepreneurship Training Program (S202310574017 and S202410574038) and the Key-Area Research and Development Program of Guangdong Province (2020B0101030008).

Data Availability Statement

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

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Navya, P.V.; Sampath, S. Energy-Efficient UV-to-NIR Active Smart Electrochromic Tetrabenzofluorene Molecules. J. Mater. Chem. A 2024, 12, 8972–8981. [Google Scholar] [CrossRef]
  2. Sun, Y.; Li, Y.; Xu, W.; Wang, W.; Wei, W.; Zhang, C. A Glare Predictive Control Strategy for Split-Pane Electrochromic Windows: Visual Comfort and Energy-Saving Assessment. Renew. Energy 2023, 218, 119259. [Google Scholar] [CrossRef]
  3. Bai, T.; Li, W.; Fu, G.; Zhang, Q.; Zhou, K.; Wang, H. Dual-Band Electrochromic Smart Windows towards Building Energy Conservation. Sol. Energy Mater. Sol. Cells 2023, 256, 112320. [Google Scholar] [CrossRef]
  4. Jeong, C.Y.; Kubota, T.; Tajima, K.; Kitamura, M.; Imai, H. Complementary Electrochromic Devices Based on Acrylic Substrates for Smart Window Applications in Aircrafts. Mater. Chem. Phys. 2022, 277, 125460. [Google Scholar] [CrossRef]
  5. Ren, R.; Liu, S.; Gao, Y.; Lei, P.; Wang, J.; Tong, X.; Zhang, P.; Wang, Z.; Cai, G. Tunable Interaction between Zn2+ and Superstructured Nb18W16O93 Bimetallic Oxide for Multistep Tinted Electrochromic Device. ACS Energy Lett. 2023, 8, 2300–2307. [Google Scholar] [CrossRef]
  6. Zhao, S.; Chen, L.; Huang, W.; Liu, Y.-H. Transparent Multicolor Electrochromic Displays with Ingenious Hues Adjustment by Integrating Cholesteric Liquid Crystal with Viologen Gel. Adv. Opt. Mater. 2023, 11, 2300503. [Google Scholar] [CrossRef]
  7. Weng, S.; Zhang, C.; Wang, Q.; Xu, G.; Zhou, J.; Song, K.; Rogachev, A.A.; Yarmolenko, M.A.; Cao, H.; Zhang, H. In Situ Formation of Solid Electrolyte Interphase for Improved Cyclability of Electrochromic Tungsten Oxide Thin Films. Surf. Interfaces 2024, 46, 103992. [Google Scholar] [CrossRef]
  8. Padilla, J.; Niklaus, L.; Schott, M.; Posset, U.; Faceira, B.; Mjejri, I.; Rougier, A.; Alesanco, Y.; Viñuales, A.; Shen, D.E.; et al. Quantitative Assessment of the Cycling Stability of Different Electrochromic Materials and Devices. ACS Appl. Opt. Mater. 2023, 1, 1174–1183. [Google Scholar] [CrossRef]
  9. Gu, C.; Wang, S.; He, J.; Zhang, Y.-M.; Zhang, S.X.-A. High-Durability Organic Electrochromic Devices Based on in-Situ-Photocurable Electrochromic Materials. Chem 2023, 9, 2841–2854. [Google Scholar] [CrossRef]
  10. Pan, M.; Zhou, Q.; Liu, J.; He, Q.; Gong, C.; Tang, Q.; Shen, W. Electrochromic Materials Containing Pyridinium Salt and Benzoate Moieties with Dual-Colored and Long-Life Performance. Sol. Energy Mater. Sol. Cells 2022, 240, 111712. [Google Scholar] [CrossRef]
  11. Wang, W.; Tian, B.; Yang, X.; Zhu, S.; Jian, M.; Yang, L. Significantly Enhanced Oxygen Vacancies in W18O49 Nanowires for Electrochromic Films by Annealing in Argon. Ceram. Int. 2024, 50, 19898–19909. [Google Scholar] [CrossRef]
  12. Huang, Q.; Zhang, Q.; Xiao, Y.; He, Y.; Diao, X. Improved Electrochromic Performance of NiO-Based Thin Films by Lithium and Tantalum Co-Doping. J. Alloys Compd. 2018, 747, 416–422. [Google Scholar] [CrossRef]
  13. Jun Park, Y.; Kang, K.-M.; Ho Kang, J.; Ho Han, S.; Seong Jang, H.; Yeon Lee, J.; Yoon, T.-S.; Nah, Y.-C.; Kim, D.H. Enhancement of Electrochromic Response and Cyclic Durability of WO3 Thin Films by Stacking Nb2O5 Layers. Appl. Surf. Sci. 2022, 582, 152431. [Google Scholar] [CrossRef]
  14. Li, M.; Yan, H.; Kong, S.; Ning, H.; Guo, C.; Li, X.; Qiu, T.; Luo, C.; Yao, R.; Peng, J. High-Performance and Stability Electrochromic Devices with a Water Isotopologue. J. Phys. Chem. Lett. 2023, 14, 9677–9682. [Google Scholar] [CrossRef] [PubMed]
  15. Wu, X.; Fan, Q.; Bai, Z.; Zhang, Q.; Jiang, W.; Li, Y.; Hou, C.; Li, K.; Wang, H. Synergistic Interaction of Dual-Polymer Networks Containing Viologens-Anchored Poly(Ionic Liquid)s Enabling Long-Life and Large-Area Electrochromic Organogels. Small 2023, 19, 2301742. [Google Scholar] [CrossRef]
  16. Hopmann, E.; Elezzabi, A.Y. Electrochemical Stability Enhancement of Electrochromic Tungsten Oxide by Self-Assembly of a Phosphonate Protection Layer. ACS Appl. Mater. Interfaces 2020, 12, 1930–1936. [Google Scholar] [CrossRef] [PubMed]
  17. Jordan, M.I.; Mitchell, T.M. Machine Learning: Trends, Perspectives, and Prospects. Science 2015, 349, 255–260. [Google Scholar] [CrossRef] [PubMed]
  18. Gao, C.; Min, X.; Fang, M.; Tao, T.; Zheng, X.; Liu, Y.; Wu, X.; Huang, Z. Innovative Materials Science via Machine Learning. Adv Funct Mater. 2022, 32, 2108044. [Google Scholar] [CrossRef]
  19. Butler, K.T.; Davies, D.W.; Cartwright, H.; Isayev, O.; Walsh, A. Machine Learning for Molecular and Materials Science. Nature 2018, 559, 547–555. [Google Scholar] [CrossRef]
  20. She, C.; Huang, Q.; Chen, C.; Jiang, Y.; Fan, Z.; Gao, J. Machine Learning-Guided Search for High-Efficiency Perovskite Solar Cells with Doped Electron Transport Layers. J. Mater. Chem. A 2021, 9, 25168–25177. [Google Scholar] [CrossRef]
  21. Huang, Q.; Fan, Z.; Hong, L.; Cheng, S.; Tan, Z.; Tian, G.; Chen, D.; Hou, Z.; Qin, M.; Zeng, M.; et al. Machine Learning Based Distinguishing between Ferroelectric and Non-Ferroelectric Polarization-Electric Field Hysteresis Loops. Adv. Theory Simul. 2020, 3, 2000106. [Google Scholar] [CrossRef]
  22. Jha, D. Enabling Deeper Learning on Big Data for Materials Informatics Applications. Sci. Rep. 2021, 11, 4244. [Google Scholar] [CrossRef]
  23. Wang, A.Y.-T.; Murdock, R.J.; Kauwe, S.K.; Oliynyk, A.O.; Gurlo, A.; Brgoch, J.; Persson, K.A.; Sparks, T.D. Machine Learning for Materials Scientists: An Introductory Guide toward Best Practices. Chem. Mater. 2020, 32, 4954–4965. [Google Scholar] [CrossRef]
  24. Severson, K.A.; Attia, P.M.; Jin, N.; Perkins, N.; Jiang, B.; Yang, Z.; Chen, M.H.; Aykol, M.; Herring, P.K.; Fraggedakis, D.; et al. Data-Driven Prediction of Battery Cycle Life before Capacity Degradation. Nat. Energy 2019, 4, 383–391. [Google Scholar] [CrossRef]
  25. Chen, C.; Lin, X.; Wu, X.; Bao, H.; Wu, L.; Hu, X.; Zhang, Y.; Yang, D.; Hou, W.; Cao, W.; et al. Machine Learning Assisted Stability Analysis of Blue Quantum Dot Light-Emitting Diodes. Nano Lett. 2023, 23, 5738–5745. [Google Scholar] [CrossRef]
  26. Zhou, C.; Yuan, R.; Su, B.; Fan, J.; Tang, B.; Zhang, P.; Li, J. Creep Rupture Life Prediction of High-Temperature Titanium Alloy Using Cross-Material Transfer Learning. J. Mater. Sci. Technol. 2024, 178, 39–47. [Google Scholar] [CrossRef]
  27. Liu, Z.; Zhang, J.; Rao, G.; Peng, Z.; Huang, Y.; Arnold, S.; Liu, B.; Deng, C.; Li, C.; Li, H.; et al. Accelerating Photostability Evaluation of Perovskite Films through Intelligent Spectral Learning-Based Early Diagnosis. ACS Energy Lett. 2024, 9, 662–670. [Google Scholar] [CrossRef]
  28. Zhang, Y.; Xiong, R.; He, H.; Pecht, M. Long Short-Term Memory Recurrent Neural Network for Remaining Useful Life Prediction of Lithium-Ion Batteries. IEEE Trans. Veh. Technol. 2018, 67, 5695–5705. [Google Scholar] [CrossRef]
  29. Howard, J.M.; Wang, Q.; Srivastava, M.; Gong, T.; Lee, E.; Abate, A.; Leite, M.S. Quantitative Predictions of Moisture-Driven Photoemission Dynamics in Metal Halide Perovskites via Machine Learning. J. Phys. Chem. Lett. 2022, 13, 2254–2263. [Google Scholar] [CrossRef]
  30. Kong, S.; Li, M.; Xiang, Y.; Wu, Y.; Fan, Z.; Yang, H.; Cai, Q.; Zhang, M.; Zhang, Y.; Ning, H. Machine Learning-Guided Investigation for a High-Performance Electrochromic Device Based on Ammonium Metatungstate-Iron(ii) Chloride-Heavy Water Electrochromic Liquid. J. Mater. Chem. C 2023, 11, 12776–12784. [Google Scholar] [CrossRef]
  31. Faceira, B.; Teule-Gay, L.; Rignanese, G.-M.; Rougier, A. Toward the Prediction of Electrochromic Properties of WO3 Films: Combination of Experimental and Machine Learning Approaches. J. Phys. Chem. Lett. 2022, 13, 8111–8115. [Google Scholar] [CrossRef] [PubMed]
  32. Tian, Y.; Lai, R.; Li, X.; Xiang, L.; Tian, J. A Combined Method for State-of-Charge Estimation for Lithium-Ion Batteries Using a Long Short-Term Memory Network and an Adaptive Cubature Kalman Filter. Appl. Energy 2020, 265, 114789. [Google Scholar] [CrossRef]
  33. Liu, K.; Shang, Y.; Ouyang, Q.; Widanage, W.D. A Data-Driven Approach With Uncertainty Quantification for Predicting Future Capacities and Remaining Useful Life of Lithium-Ion Battery. IEEE Trans. Ind. Electron. 2021, 68, 3170–3180. [Google Scholar] [CrossRef]
  34. Zhong, X.; Gallagher, B.; Liu, S.; Kailkhura, B.; Hiszpanski, A.; Han, T.Y.-J. Explainable Machine Learning in Materials Science. npj Comput. Mater. 2022, 8, 204. [Google Scholar] [CrossRef]
  35. Lei, P.; Wang, J.; Gao, Y.; Hu, C.; Zhang, S.; Tong, X.; Wang, Z.; Gao, Y.; Cai, G. An Electrochromic Nickel Phosphate Film for Large-Area Smart Window with Ultra-Large Optical Modulation. Nano-Micro Lett. 2023, 15, 34. [Google Scholar] [CrossRef]
  36. Shi, X.; Chen, Z.; Wang, H.; Yeung, D.Y.; Wong, W.-K.; Woo, W. Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting. In Proceedings of the Neural Information Processing Systems 2015, Montreal, QC, Canada, 7–12 December 2015. [Google Scholar]
  37. Tang, S.; Li, C.; Zhang, P.; Tang, R. SwinLSTM: Improving Spatiotemporal Prediction Accuracy Using Swin Transformer and LSTM. In Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 13424–13433. [Google Scholar]
  38. Du, J.; Vong, C.; Chen, C. Novel Efficient RNN and LSTM-Like Architectures: Recurrent and Gated Broad Learning Systems and Their Applications for Text Classification. IEEE Trans. Cybern. 2021, 51, 1586–1597. [Google Scholar] [CrossRef]
  39. Chen, C.; Jing, L.; Li, H.; Tang, Y.; Chen, F.; Tan, B. Using Time-Series Imagery and 3DLSTM Model to Classify Individual Tree Species. Int. J. Digit. Earth 2024, 17, 2308728. [Google Scholar] [CrossRef]
  40. Roy, S.; Ganeshan, S.K.; Pal, S.; Chakraborty, C. Targeted enhancement of electrochromic memory in Fe(II) based metallo-supramolecular polymer using molybdenum disulfide quantum dots. Sol. Energy Mater. Sol. Cells 2022, 236, 111487. [Google Scholar] [CrossRef]
  41. Guo, Q.; Zhao, X.; Li, Z.; Wang, D.; Nie, G. A Novel Solid-State Electrochromic Supercapacitor with High Energy Storage Capacity and Cycle Stability Based on Poly(5-Formylindole)/WO3 Honeycombed Porous Nanocomposites. Chem. Eng. J. 2020, 384, 123370. [Google Scholar] [CrossRef]
  42. Lai, H.; Cai, Q.; Li, M.; Kong, S.; Wu, Y.; Yang, H.; Zhang, Y.; Ning, H. Machine Learning-Guided Performance Evaluation of an All-Liquid Electrochromic Device. ACS Appl. Mater. Interfaces 2024, 16, 28798–28807. [Google Scholar] [CrossRef]
  43. Junbo, Z.; Kuisheng, W.; Huitang, S.; Shaobo, W. Dynamic Equations of Impurity Hydrogen during Heavy Water Electrolysis. Int. J. Hydrogen Energy 2004, 29, 1393–1396. [Google Scholar] [CrossRef]
  44. Kong, S.; Zhang, G.; Li, M.; Yao, R.; Guo, C.; Ning, H.; Zhang, J.; Tao, R.; Yan, H.; Lu, X. Investigation of an Electrochromic Device Based on Ammonium Metatungstate-Iron (II) Chloride Electrochromic Liquid. Micromachines 2022, 13, 1345. [Google Scholar] [CrossRef] [PubMed]
  45. Liang, Y.; Cao, S.; Wei, Q.; Zeng, R.; Zhao, J.; Li, H.; Yu, W.W.; Zou, B. Reversible Zn2+ Insertion in Tungsten Ion-Activated Titanium Dioxide Nanocrystals for Electrochromic Windows. Nano-Micro Lett. 2021, 13, 196. [Google Scholar] [CrossRef]
  46. Sun, B.; Liu, Z.; Li, W.; Huang, H.; Xia, Y.; Gan, Y.; Liang, C.; Zhang, W.; Zhang, J. A High-Performance Electrochromic Battery Based on Complementary Prussian White/Li4Ti5O12 Thin Film Electrodes. Sol. Energy Mater. Sol. Cells 2021, 231, 111314. [Google Scholar] [CrossRef]
  47. Eyovge, C.; Deenen, C.S.; Ruiz-Zepeda, F.; Bartling, S.; Smirnov, Y.; Morales-Masis, M.; Susarrey-Arce, A.; Gardeniers, H. Color Tuning of Electrochromic TiO2 Nanofibrous Layers Loaded with Metal and Metal Oxide Nanoparticles for Smart Colored Windows. ACS Appl. Nano Mater. 2021, 4, 8600–8610. [Google Scholar] [CrossRef]
  48. Zhang, W.; Li, H.; Yu, W.W.; Elezzabi, A.Y. Transparent Inorganic Multicolour Displays Enabled by Zinc-Based Electrochromic Devices. Light Sci Appl 2020, 9, 121. [Google Scholar] [CrossRef] [PubMed]
  49. Constantin, C.-P.; Damaceanu, M.-D. A Refreshing Perspective on Electrochromic Materials: Phenoxazine as an Opportune Moiety towards Stable and Efficient Electrochromic Polyimides. Chem. Eng. J. 2023, 465, 142883. [Google Scholar] [CrossRef]
  50. Lin, T.; Liu, W.; Yan, B.; Li, J.; Lin, Y.; Zhao, Y.; Shi, Z.; Chen, S. Self-Assembled Polyaniline/Ti3C2Tx Nanocomposites for High-Performance Electrochromic Films. Nanomaterials 2021, 11, 2956. [Google Scholar] [CrossRef] [PubMed]
  51. Su, K.; Sun, N.; Yan, Z.; Jin, S.; Li, X.; Wang, D.; Zhou, H.; Yao, J.; Chen, C. Dual-Switching Electrochromism and Electrofluorochromism Derived from Diphenylamine-Based Polyamides with Spirobifluorene/Pyrene as Bridged Fluorescence Units. ACS Appl. Mater. Interfaces 2020, 12, 22099–22107. [Google Scholar] [CrossRef]
  52. Wu, W.; Fang, H.; Ma, H.; Wu, L.; Zhang, W.; Wang, H. Boosting Transport Kinetics of Ions and Electrons Simultaneously by Ti3C2Tx (MXene) Addition for Enhanced Electrochromic Performance. Nano-Micro Lett. 2021, 13, 20. [Google Scholar] [CrossRef]
  53. Wang, K.; Tao, K.; Jiang, R.; Zhang, H.; Liang, L.; Gao, J.; Cao, H. A Self-Bleaching Electrochromic Mirror Based on Metal Organic Frameworks. Materials 2021, 14, 2771. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Flowchart of the development process for ML to predict the cycle life of electrochromic devices, including.
Figure 1. Flowchart of the development process for ML to predict the cycle life of electrochromic devices, including.
Micromachines 15 01073 g001
Figure 2. Flowchart of electrochromic device preparation.
Figure 2. Flowchart of electrochromic device preparation.
Micromachines 15 01073 g002
Figure 3. (a) Structure of the LSTM model used for cycle life prediction. (b) The m-1 structure of sliding windows in the LSTM neural network.
Figure 3. (a) Structure of the LSTM model used for cycle life prediction. (b) The m-1 structure of sliding windows in the LSTM neural network.
Micromachines 15 01073 g003
Figure 4. Transmittance–time characteristics and response time at 700 nm for (a) D-80 and (b) D-100. Transmittance change at 700 nm for (c) D-80 and (d) D-100 after 1000 cycles. Insets in (a,b) show the device in its initial and colored states.
Figure 4. Transmittance–time characteristics and response time at 700 nm for (a) D-80 and (b) D-100. Transmittance change at 700 nm for (c) D-80 and (d) D-100 after 1000 cycles. Insets in (a,b) show the device in its initial and colored states.
Micromachines 15 01073 g004
Figure 5. Comparison of prediction results for LSTM, RNN, Bi-RNN, and GRU Models: (a) R2 of max transmittance, (b) RMSE of max transmittance, (c) R2 of min transmittance, and (d) RMSE of min transmittance.
Figure 5. Comparison of prediction results for LSTM, RNN, Bi-RNN, and GRU Models: (a) R2 of max transmittance, (b) RMSE of max transmittance, (c) R2 of min transmittance, and (d) RMSE of min transmittance.
Micromachines 15 01073 g005
Figure 6. Cycle life prediction results for 6 models (dataset divided according to 500:500). They were trained on datasets collected from (a) D-0, (b) D-20, (c) D-40, (d) D-60, (e) D-80, and (f) D-100.
Figure 6. Cycle life prediction results for 6 models (dataset divided according to 500:500). They were trained on datasets collected from (a) D-0, (b) D-20, (c) D-40, (d) D-60, (e) D-80, and (f) D-100.
Micromachines 15 01073 g006
Figure 7. LIME analysis of LSTM: feature importance for predicting output values with D-40.
Figure 7. LIME analysis of LSTM: feature importance for predicting output values with D-40.
Micromachines 15 01073 g007
Figure 8. ΔT, tb, and tc at 700 nm for (a) D-70 and (c) D-83. Transmittance-time graph for 1000 cycles test for (b) D-70 and (d) D-83.
Figure 8. ΔT, tb, and tc at 700 nm for (a) D-70 and (c) D-83. Transmittance-time graph for 1000 cycles test for (b) D-70 and (d) D-83.
Micromachines 15 01073 g008
Figure 9. (a) Prediction results for the maximum transmittance for (a) D-70 and (c) D-83. Prediction results for the minimum transmittance for (b) D-70 and (d) D-83.
Figure 9. (a) Prediction results for the maximum transmittance for (a) D-70 and (c) D-83. Prediction results for the minimum transmittance for (b) D-70 and (d) D-83.
Micromachines 15 01073 g009
Table 1. R² and RMSE values for 6 LSTM models (dataset divided according to 500:500).
Table 1. R² and RMSE values for 6 LSTM models (dataset divided according to 500:500).
DevicesMax TransmittanceMin Transmittance
R2RMSER2RMSE
Train-TestValidationTrain-TestValidationTrain-TestValidationTrain-TestValidation
D-00.9990.9760.3240.5570.9820.8540.2450.104
D-200.9990.9760.1120.2080.9990.9860.0440.104
D-400.9990.9880.2790.3480.9990.8020.0440.536
D-600.9980.9030.3150.6570.9980.8650.9530.106
D-800.9990.9280.0870.0760.9980.9680.0190.032
D-1000.9960.9680.1340.930.9670.9020.1370.740
Table 2. Comparison of electrochromic performance between this work and other reported works.
Table 2. Comparison of electrochromic performance between this work and other reported works.
EC DevicesΔT (%) @ Wavelength (nm)Respond Time tc/tb (s)CycleΔT (%) after CyclesRef. No
Ammonium metatungstate-iron(II) chloride (With 83% D2O)43.95@7007.0/8.0100044.92This work
Zn-W/TiO266@5509.0/2.7100060.4[45]
PB/Li4Ti5O1255.3@52940.0/49.2100052.98[46]
Au/TiO240@7006.1/8.11000>35[47]
Zn/SVO[email protected]12.6/25.4100013.02[48]
polyimide62@5426.5/5.150041[49]
PANI/MXene55@7001.3/2.050048[50]
P-HPA48@6802.8/2.430040.6[51]
MXene/WO3-x60.4@66012.0/8.020048.8[52]
WO3/ZIF-67 MOFs30.1@65033.0/30.0100>25[53]
Table 3. R² and RMSE values of the LSTM model for D-70 and D-83.
Table 3. R² and RMSE values of the LSTM model for D-70 and D-83.
DevicesMax TransmittanceMin Transmittance
R2RMSER2RMSE
Train-TestValidationTrain-TestValidationTrain-TestValidationTrain-TestValidation
D-700.9910.9800.3350.6560.8350.6080.1150.297
D-830.9880.9990.0470.0260.5840.6740.1780.426
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wu, Y.; Kong, S.; Yao, Q.; Li, M.; Lai, H.; Sun, D.; Cai, Q.; Qiu, Z.; Ning, H.; Zhang, Y. Machine Learning-Guided Cycle Life Prediction for Electrochromic Devices Based on Deuterium and Water Mixing Solvent. Micromachines 2024, 15, 1073. https://doi.org/10.3390/mi15091073

AMA Style

Wu Y, Kong S, Yao Q, Li M, Lai H, Sun D, Cai Q, Qiu Z, Ning H, Zhang Y. Machine Learning-Guided Cycle Life Prediction for Electrochromic Devices Based on Deuterium and Water Mixing Solvent. Micromachines. 2024; 15(9):1073. https://doi.org/10.3390/mi15091073

Chicago/Turabian Style

Wu, Yitong, Sifan Kong, Qingxin Yao, Muyun Li, Huayi Lai, Duoyu Sun, Qingyue Cai, Zelin Qiu, Honglong Ning, and Yong Zhang. 2024. "Machine Learning-Guided Cycle Life Prediction for Electrochromic Devices Based on Deuterium and Water Mixing Solvent" Micromachines 15, no. 9: 1073. https://doi.org/10.3390/mi15091073

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