When a customer uses the software, then it is possible to occur defects that can be removed in the updated versions of the software. Hence, in the present work, a robust examination of cross-project software defect pr...When a customer uses the software, then it is possible to occur defects that can be removed in the updated versions of the software. Hence, in the present work, a robust examination of cross-project software defect prediction is elaborated through an innovative hybrid machine learning framework. The proposed technique combines an advanced deep neural network architecture with ensemble models such as Support Vector Machine (SVM), Random Forest (RF), and XGBoost. The study evaluates the performance by considering multiple software projects like CM1, JM1, KC1, and PC1 using datasets from the PROMISE Software Engineering Repository. The three hybrid models that are compared are Hybrid Model-1 (SVM, RandomForest, XGBoost, Neural Network), Hybrid Model-2 (GradientBoosting, DecisionTree, LogisticRegression, Neural Network), and Hybrid Model-3 (KNeighbors, GaussianNB, Support Vector Classification (SVC), Neural Network), and the Hybrid Model 3 surpasses the others in terms of recall, F1-score, accuracy, ROC AUC, and precision. The presented work offers valuable insights into the effectiveness of hybrid techniques for cross-project defect prediction, providing a comparative perspective on early defect identification and mitigation strategies. .展开更多
Based on the arable land situation in Gejiu City,upland dry planting of indica hybrid rice is being expanded in Karst mountain areas with a rainfall of over 1400 mm and an altitude of 1100-1600 m to develop grain prod...Based on the arable land situation in Gejiu City,upland dry planting of indica hybrid rice is being expanded in Karst mountain areas with a rainfall of over 1400 mm and an altitude of 1100-1600 m to develop grain production.This paper gives a specific description of hybrid rice upland dry seedling technology,upland transplanting technology,fertilization technology,field management,weed prevention and control technology,and disease and pest control.展开更多
Organizations are adopting the Bring Your Own Device(BYOD)concept to enhance productivity and reduce expenses.However,this trend introduces security challenges,such as unauthorized access.Traditional access control sy...Organizations are adopting the Bring Your Own Device(BYOD)concept to enhance productivity and reduce expenses.However,this trend introduces security challenges,such as unauthorized access.Traditional access control systems,such as Attribute-Based Access Control(ABAC)and Role-Based Access Control(RBAC),are limited in their ability to enforce access decisions due to the variability and dynamism of attributes related to users and resources.This paper proposes a method for enforcing access decisions that is adaptable and dynamic,based on multilayer hybrid deep learning techniques,particularly the Tabular Deep Neural Network Tabular DNN method.This technique transforms all input attributes in an access request into a binary classification(allow or deny)using multiple layers,ensuring accurate and efficient access decision-making.The proposed solution was evaluated using the Kaggle Amazon access control policy dataset and demonstrated its effectiveness by achieving a 94%accuracy rate.Additionally,the proposed solution enhances the implementation of access decisions based on a variety of resource and user attributes while ensuring privacy through indirect communication with the Policy Administration Point(PAP).This solution significantly improves the flexibility of access control systems,making themmore dynamic and adaptable to the evolving needs ofmodern organizations.Furthermore,it offers a scalable approach to manage the complexities associated with the BYOD environment,providing a robust framework for secure and efficient access management.展开更多
In the mining industry,precise forecasting of rock fragmentation is critical for optimising blasting processes.In this study,we address the challenge of enhancing rock fragmentation assessment by developing a novel hy...In the mining industry,precise forecasting of rock fragmentation is critical for optimising blasting processes.In this study,we address the challenge of enhancing rock fragmentation assessment by developing a novel hybrid predictive model named GWO-RF.This model combines the grey wolf optimization(GWO)algorithm with the random forest(RF)technique to predict the D_(80)value,a critical parameter in evaluating rock fragmentation quality.The study is conducted using a dataset from Sarcheshmeh Copper Mine,employing six different swarm sizes for the GWO-RF hybrid model construction.The GWO-RF model’s hyperparameters are systematically optimized within established bounds,and its performance is rigorously evaluated using multiple evaluation metrics.The results show that the GWO-RF hybrid model has higher predictive skills,exceeding traditional models in terms of accuracy.Furthermore,the interpretability of the GWO-RF model is enhanced through the utilization of SHapley Additive exPlanations(SHAP)values.The insights gained from this research contribute to optimizing blasting operations and rock fragmentation outcomes in the mining industry.展开更多
The development of alternative renewable energy technologies is crucial for alleviating climate change and promoting energy transformation.Of the currently available technologies,solar energy has promising application...The development of alternative renewable energy technologies is crucial for alleviating climate change and promoting energy transformation.Of the currently available technologies,solar energy has promising application prospects owing to its merits of being clean,safe,and sustainable.Solar energy is converted into electricity through photovoltaic(PV)cells;however,the overall conversion efficiency of PV modules is relatively low,and most of the captured solar energy is dissipated in the form of heat.This not only reduces the power generation efficiency of solar cells but may also have a negative impact on the electrical parameters of PV modules and the service life of PV cells.To overcome the shortcomings,an efficient approach involves combining a PV cell with a thermoelectric generator(TEG)to form hybrid PV-TEG systems,which simultaneously improve the energy conversion efficiency of the PV system by reducing the operating temperature of the PV modules and increasing the power output by utilizing the waste heat generated from the PV system to generate electricity via the TEGs.Based on a thorough examination of the literature,this study comprehensively reviews 14 maximum power point tracking(MPPT)algorithms currently applied to hybrid PV-TEG systems and classifies them into five major categories for further discussion,namely conventional,mathematics-based,metaheuristic,artificial intelligence,and other algorithms.This review aims to inspire advanced ideas and research on MPPT algorithms for hybrid PV-TEG systems.展开更多
The development of intestinal anastomosis techniques,including hand suturing,stapling,and compression anastomoses,has been a significant advancement in surgical practice.These methods aim to prevent leakage and minimi...The development of intestinal anastomosis techniques,including hand suturing,stapling,and compression anastomoses,has been a significant advancement in surgical practice.These methods aim to prevent leakage and minimize tissue fibrosis,which can lead to stricture formation.The healing process involves various phases:hemostasis and inflammation,proliferation,and remodeling.Mechanical staplers and sutures can cause inflammation and fibrosis due to the release of profibrotic chemokines.Compression anastomosis devices,including those made of nickel-titanium alloy,offer a minimally invasive option for various surgical challenges and have shown safety and efficacy.However,despite advancements,anastomotic techniques are evaluated based on leakage risk,with complications being a primary concern.Newer devices like Magnamosis use magnetic rings for compression anastomosis,demonstrating greater strength and patency compared to stapling.Magnetic technology is also being explored for other medical treatments.While there are promising results,particularly in animal models,the realworld application in humans is limited,and further research is needed to assess their safety and practicality.展开更多
The demand for adopting neural networks in resource-constrained embedded devices is continuously increasing.Quantization is one of the most promising solutions to reduce computational cost and memory storage on embedd...The demand for adopting neural networks in resource-constrained embedded devices is continuously increasing.Quantization is one of the most promising solutions to reduce computational cost and memory storage on embedded devices.In order to reduce the complexity and overhead of deploying neural networks on Integeronly hardware,most current quantization methods use a symmetric quantization mapping strategy to quantize a floating-point neural network into an integer network.However,although symmetric quantization has the advantage of easier implementation,it is sub-optimal for cases where the range could be skewed and not symmetric.This often comes at the cost of lower accuracy.This paper proposed an activation redistribution-based hybrid asymmetric quantizationmethod for neural networks.The proposedmethod takes data distribution into consideration and can resolve the contradiction between the quantization accuracy and the ease of implementation,balance the trade-off between clipping range and quantization resolution,and thus improve the accuracy of the quantized neural network.The experimental results indicate that the accuracy of the proposed method is 2.02%and 5.52%higher than the traditional symmetric quantization method for classification and detection tasks,respectively.The proposed method paves the way for computationally intensive neural network models to be deployed on devices with limited computing resources.Codes will be available on https://github.com/ycjcy/Hybrid-Asymmetric-Quantization.展开更多
Rechargeable battery cycling performance and related safety have been persistent concerns.It is crucial to decipher the capacity fading induced by electrode material failure via a range of techniques.Among these,synch...Rechargeable battery cycling performance and related safety have been persistent concerns.It is crucial to decipher the capacity fading induced by electrode material failure via a range of techniques.Among these,synchrotron-based X-ray techniques with high flux and brightness play a key role in understanding degradation mechanisms.In this comprehensive review,we summarize recent advancements in degra-dation modes and mechanisms that were revealed by synchrotron X-ray methodologies.Subsequently,an overview of X-ray absorption spectroscopy and X-ray scattering techniques is introduced for charac-terizing failure phenomena at local coordination atomic environment and long-range order crystal struc-ture scale,respectively.At last,we envision the future of exploring material failure mechanism.展开更多
The rational design of metal single-atom catalysts(SACs)for electrochemical nitrogen reduction reaction(NRR)is challenging.Two-dimensional metal-organic frameworks(2DMOFs)is a unique class of promising SACs.Up to now,...The rational design of metal single-atom catalysts(SACs)for electrochemical nitrogen reduction reaction(NRR)is challenging.Two-dimensional metal-organic frameworks(2DMOFs)is a unique class of promising SACs.Up to now,the roles of individual metals,coordination atoms,and their synergy effect on the electroanalytic performance remain unclear.Therefore,in this work,a series of 2DMOFs with different metals and coordinating atoms are systematically investigated as electrocatalysts for ammonia synthesis using density functional theory calculations.For a specific metal,a proper metal-intermediate atoms p-d orbital hybridization interaction strength is found to be a key indicator for their NRR catalytic activities.The hybridization interaction strength can be quantitatively described with the p-/d-band center energy difference(Δd-p),which is found to be a sufficient descriptor for both the p-d hybridization strength and the NRR performance.The maximum free energy change(ΔG_(max))andΔd-p have a volcanic relationship with OsC_(4)(Se)_(4)located at the apex of the volcanic curve,showing the best NRR performance.The asymmetrical coordination environment could regulate the band structure subtly in terms of band overlap and positions.This work may shed new light on the application of orbital engineering in electrocatalytic NRR activity and especially promotes the rational design for SACs.展开更多
The amount of oxygen blown into the converter is one of the key parameters for the control of the converter blowing process,which directly affects the tap-to-tap time of converter. In this study, a hybrid model based ...The amount of oxygen blown into the converter is one of the key parameters for the control of the converter blowing process,which directly affects the tap-to-tap time of converter. In this study, a hybrid model based on oxygen balance mechanism (OBM) and deep neural network (DNN) was established for predicting oxygen blowing time in converter. A three-step method was utilized in the hybrid model. First, the oxygen consumption volume was predicted by the OBM model and DNN model, respectively. Second, a more accurate oxygen consumption volume was obtained by integrating the OBM model and DNN model. Finally, the converter oxygen blowing time was calculated according to the oxygen consumption volume and the oxygen supply intensity of each heat. The proposed hybrid model was verified using the actual data collected from an integrated steel plant in China, and compared with multiple linear regression model, OBM model, and neural network model including extreme learning machine, back propagation neural network, and DNN. The test results indicate that the hybrid model with a network structure of 3 hidden layer layers, 32-16-8 neurons per hidden layer, and 0.1 learning rate has the best prediction accuracy and stronger generalization ability compared with other models. The predicted hit ratio of oxygen consumption volume within the error±300 m^(3)is 96.67%;determination coefficient (R^(2)) and root mean square error (RMSE) are0.6984 and 150.03 m^(3), respectively. The oxygen blow time prediction hit ratio within the error±0.6 min is 89.50%;R2and RMSE are0.9486 and 0.3592 min, respectively. As a result, the proposed model can effectively predict the oxygen consumption volume and oxygen blowing time in the converter.展开更多
Cation additives can efficiently enhance the total electrochemical capabilities of zinc-ion hybrid capacitors (ZHCs).However their energy storage mechanisms in zinc-based systems are still under debate.Herein,we modul...Cation additives can efficiently enhance the total electrochemical capabilities of zinc-ion hybrid capacitors (ZHCs).However their energy storage mechanisms in zinc-based systems are still under debate.Herein,we modulate the electrolyte and achieve dual-ion storage by adding magnesium ions.And we assemble several Zn//activated carbon devices with different electrolyte concentrations and investigate their electrochemical reaction dynamic behaviors.The zinc-ion capacitor with Mg^(2+)mixed solution delivers 82 mAh·g^(-1)capacity at 1 A·g^(-1) and maintains 91%of the original capacitance after 10000 cycling.It is superior to the other assembled zinc-ion devices in single-component electrolytes.The finding demonstrates that the double-ion storage mechanism enables the superior rate performance and long cycle lifetime of ZHCs.展开更多
Metal-organic framework(MOF)-derived carbon composites have been considered as the promising materials for energy storage.However,the construction of MOF-based composites with highly controllable mode via the liquid-l...Metal-organic framework(MOF)-derived carbon composites have been considered as the promising materials for energy storage.However,the construction of MOF-based composites with highly controllable mode via the liquid-liquid synthesis method has a great challenge because of the simultaneous heterogeneous nucleation on substrates and the self-nucleation of individual MOF nanocrystals in the liquid phase.Herein,we report a bidirectional electrostatic generated self-assembly strategy to achieve the precisely controlled coatings of single-layer nanoscale MOFs on a range of substrates,including carbon nanotubes(CNTs),graphene oxide(GO),MXene,layered double hydroxides(LDHs),MOFs,and SiO_(2).The obtained MOF-based nanostructured carbon composite exhibits the hierarchical porosity(V_(meso)/V_(micro)∶2.4),ultrahigh N content of 12.4 at.%and"dual electrical conductive networks."The assembled aqueous zinc-ion hybrid capacitor(ZIC)with the prepared nanocarbon composite as a cathode shows a high specific capacitance of 236 F g^(-1)at 0.5 A g^(-1),great rate performance of 98 F g^(-1)at 100 A g^(-1),and especially,an ultralong cycling stability up to 230000 cycles with the capacitance retention of 90.1%.This work develops a repeatable and general method for the controlled construction of MOF coatings on various functional substrates and further fabricates carbon composites for ZICs with ultrastability.展开更多
Vertically oriented carbon structures constructed from low-dimen-sional carbon materials are ideal frameworks for high-performance thermal inter-face materials(TIMs).However,improving the interfacial heat-transfer eff...Vertically oriented carbon structures constructed from low-dimen-sional carbon materials are ideal frameworks for high-performance thermal inter-face materials(TIMs).However,improving the interfacial heat-transfer efficiency of vertically oriented carbon structures is a challenging task.Herein,an orthotropic three-dimensional(3D)hybrid carbon network(VSCG)is fabricated by depositing vertically aligned carbon nanotubes(VACNTs)on the surface of a horizontally oriented graphene film(HOGF).The interfacial interaction between the VACNTs and HOGF is then optimized through an annealing strategy.After regulating the orientation structure of the VACNTs and filling the VSCG with polydimethylsi-loxane(PDMS),VSCG/PDMS composites with excellent 3D thermal conductive properties are obtained.The highest in-plane and through-plane thermal conduc-tivities of the composites are 113.61 and 24.37 W m^(-1)K^(-1),respectively.The high contact area of HOGF and good compressibility of VACNTs imbue the VSCG/PDMS composite with low thermal resistance.In addition,the interfacial heat-transfer efficiency of VSCG/PDMS composite in the TIM performance was improved by 71.3%compared to that of a state-of-the-art thermal pad.This new structural design can potentially realize high-performance TIMs that meet the need for high thermal conductivity and low contact thermal resistance in interfacial heat-transfer processes.展开更多
The Industrial Internet of Things(IIoT)has brought numerous benefits,such as improved efficiency,smart analytics,and increased automation.However,it also exposes connected devices,users,applications,and data generated...The Industrial Internet of Things(IIoT)has brought numerous benefits,such as improved efficiency,smart analytics,and increased automation.However,it also exposes connected devices,users,applications,and data generated to cyber security threats that need to be addressed.This work investigates hybrid cyber threats(HCTs),which are now working on an entirely new level with the increasingly adopted IIoT.This work focuses on emerging methods to model,detect,and defend against hybrid cyber attacks using machine learning(ML)techniques.Specifically,a novel ML-based HCT modelling and analysis framework was proposed,in which L1 regularisation and Random Forest were used to cluster features and analyse the importance and impact of each feature in both individual threats and HCTs.A grey relation analysis-based model was employed to construct the correlation between IIoT components and different threats.展开更多
The Indian Himalayan region is frequently experiencing climate change-induced landslides.Thus,landslide susceptibility assessment assumes greater significance for lessening the impact of a landslide hazard.This paper ...The Indian Himalayan region is frequently experiencing climate change-induced landslides.Thus,landslide susceptibility assessment assumes greater significance for lessening the impact of a landslide hazard.This paper makes an attempt to assess landslide susceptibility in Shimla district of the northwest Indian Himalayan region.It examined the effectiveness of random forest(RF),multilayer perceptron(MLP),sequential minimal optimization regression(SMOreg)and bagging ensemble(B-RF,BSMOreg,B-MLP)models.A landslide inventory map comprising 1052 locations of past landslide occurrences was classified into training(70%)and testing(30%)datasets.The site-specific influencing factors were selected by employing a multicollinearity test.The relationship between past landslide occurrences and influencing factors was established using the frequency ratio method.The effectiveness of machine learning models was verified through performance assessors.The landslide susceptibility maps were validated by the area under the receiver operating characteristic curves(ROC-AUC),accuracy,precision,recall and F1-score.The key performance metrics and map validation demonstrated that the BRF model(correlation coefficient:0.988,mean absolute error:0.010,root mean square error:0.058,relative absolute error:2.964,ROC-AUC:0.947,accuracy:0.778,precision:0.819,recall:0.917 and F-1 score:0.865)outperformed the single classifiers and other bagging ensemble models for landslide susceptibility.The results show that the largest area was found under the very high susceptibility zone(33.87%),followed by the low(27.30%),high(20.68%)and moderate(18.16%)susceptibility zones.The factors,namely average annual rainfall,slope,lithology,soil texture and earthquake magnitude have been identified as the influencing factors for very high landslide susceptibility.Soil texture,lineament density and elevation have been attributed to high and moderate susceptibility.Thus,the study calls for devising suitable landslide mitigation measures in the study area.Structural measures,an immediate response system,community participation and coordination among stakeholders may help lessen the detrimental impact of landslides.The findings from this study could aid decision-makers in mitigating future catastrophes and devising suitable strategies in other geographical regions with similar geological characteristics.展开更多
The presence of numerous uncertainties in hybrid decision information systems(HDISs)renders attribute reduction a formidable task.Currently available attribute reduction algorithms,including those based on Pawlak attr...The presence of numerous uncertainties in hybrid decision information systems(HDISs)renders attribute reduction a formidable task.Currently available attribute reduction algorithms,including those based on Pawlak attribute importance,Skowron discernibility matrix,and information entropy,struggle to effectively manages multiple uncertainties simultaneously in HDISs like the precise measurement of disparities between nominal attribute values,and attributes with fuzzy boundaries and abnormal values.In order to address the aforementioned issues,this paper delves into the study of attribute reduction withinHDISs.First of all,a novel metric based on the decision attribute is introduced to solve the problem of accurately measuring the differences between nominal attribute values.The newly introduced distance metric has been christened the supervised distance that can effectively quantify the differences between the nominal attribute values.Then,based on the newly developed metric,a novel fuzzy relationship is defined from the perspective of“feedback on parity of attribute values to attribute sets”.This new fuzzy relationship serves as a valuable tool in addressing the challenges posed by abnormal attribute values.Furthermore,leveraging the newly introduced fuzzy relationship,the fuzzy conditional information entropy is defined as a solution to the challenges posed by fuzzy attributes.It effectively quantifies the uncertainty associated with fuzzy attribute values,thereby providing a robust framework for handling fuzzy information in hybrid information systems.Finally,an algorithm for attribute reduction utilizing the fuzzy conditional information entropy is presented.The experimental results on 12 datasets show that the average reduction rate of our algorithm reaches 84.04%,and the classification accuracy is improved by 3.91%compared to the original dataset,and by an average of 11.25%compared to the other 9 state-of-the-art reduction algorithms.The comprehensive analysis of these research results clearly indicates that our algorithm is highly effective in managing the intricate uncertainties inherent in hybrid data.展开更多
文摘When a customer uses the software, then it is possible to occur defects that can be removed in the updated versions of the software. Hence, in the present work, a robust examination of cross-project software defect prediction is elaborated through an innovative hybrid machine learning framework. The proposed technique combines an advanced deep neural network architecture with ensemble models such as Support Vector Machine (SVM), Random Forest (RF), and XGBoost. The study evaluates the performance by considering multiple software projects like CM1, JM1, KC1, and PC1 using datasets from the PROMISE Software Engineering Repository. The three hybrid models that are compared are Hybrid Model-1 (SVM, RandomForest, XGBoost, Neural Network), Hybrid Model-2 (GradientBoosting, DecisionTree, LogisticRegression, Neural Network), and Hybrid Model-3 (KNeighbors, GaussianNB, Support Vector Classification (SVC), Neural Network), and the Hybrid Model 3 surpasses the others in terms of recall, F1-score, accuracy, ROC AUC, and precision. The presented work offers valuable insights into the effectiveness of hybrid techniques for cross-project defect prediction, providing a comparative perspective on early defect identification and mitigation strategies. .
文摘Based on the arable land situation in Gejiu City,upland dry planting of indica hybrid rice is being expanded in Karst mountain areas with a rainfall of over 1400 mm and an altitude of 1100-1600 m to develop grain production.This paper gives a specific description of hybrid rice upland dry seedling technology,upland transplanting technology,fertilization technology,field management,weed prevention and control technology,and disease and pest control.
基金partly supported by the University of Malaya Impact Oriented Interdisci-plinary Research Grant under Grant IIRG008(A,B,C)-19IISS.
文摘Organizations are adopting the Bring Your Own Device(BYOD)concept to enhance productivity and reduce expenses.However,this trend introduces security challenges,such as unauthorized access.Traditional access control systems,such as Attribute-Based Access Control(ABAC)and Role-Based Access Control(RBAC),are limited in their ability to enforce access decisions due to the variability and dynamism of attributes related to users and resources.This paper proposes a method for enforcing access decisions that is adaptable and dynamic,based on multilayer hybrid deep learning techniques,particularly the Tabular Deep Neural Network Tabular DNN method.This technique transforms all input attributes in an access request into a binary classification(allow or deny)using multiple layers,ensuring accurate and efficient access decision-making.The proposed solution was evaluated using the Kaggle Amazon access control policy dataset and demonstrated its effectiveness by achieving a 94%accuracy rate.Additionally,the proposed solution enhances the implementation of access decisions based on a variety of resource and user attributes while ensuring privacy through indirect communication with the Policy Administration Point(PAP).This solution significantly improves the flexibility of access control systems,making themmore dynamic and adaptable to the evolving needs ofmodern organizations.Furthermore,it offers a scalable approach to manage the complexities associated with the BYOD environment,providing a robust framework for secure and efficient access management.
基金Projects(42177164,52474121)supported by the National Science Foundation of ChinaProject(PBSKL2023A12)supported by the State Key Laboratory of Precision Blasting and Hubei Key Laboratory of Blasting Engineering,China。
文摘In the mining industry,precise forecasting of rock fragmentation is critical for optimising blasting processes.In this study,we address the challenge of enhancing rock fragmentation assessment by developing a novel hybrid predictive model named GWO-RF.This model combines the grey wolf optimization(GWO)algorithm with the random forest(RF)technique to predict the D_(80)value,a critical parameter in evaluating rock fragmentation quality.The study is conducted using a dataset from Sarcheshmeh Copper Mine,employing six different swarm sizes for the GWO-RF hybrid model construction.The GWO-RF model’s hyperparameters are systematically optimized within established bounds,and its performance is rigorously evaluated using multiple evaluation metrics.The results show that the GWO-RF hybrid model has higher predictive skills,exceeding traditional models in terms of accuracy.Furthermore,the interpretability of the GWO-RF model is enhanced through the utilization of SHapley Additive exPlanations(SHAP)values.The insights gained from this research contribute to optimizing blasting operations and rock fragmentation outcomes in the mining industry.
基金This work was supported by National Natural Science Foundation of China(61963020,62263014)Yunnan Provincial Basic Research Project(202201AT070857).
文摘The development of alternative renewable energy technologies is crucial for alleviating climate change and promoting energy transformation.Of the currently available technologies,solar energy has promising application prospects owing to its merits of being clean,safe,and sustainable.Solar energy is converted into electricity through photovoltaic(PV)cells;however,the overall conversion efficiency of PV modules is relatively low,and most of the captured solar energy is dissipated in the form of heat.This not only reduces the power generation efficiency of solar cells but may also have a negative impact on the electrical parameters of PV modules and the service life of PV cells.To overcome the shortcomings,an efficient approach involves combining a PV cell with a thermoelectric generator(TEG)to form hybrid PV-TEG systems,which simultaneously improve the energy conversion efficiency of the PV system by reducing the operating temperature of the PV modules and increasing the power output by utilizing the waste heat generated from the PV system to generate electricity via the TEGs.Based on a thorough examination of the literature,this study comprehensively reviews 14 maximum power point tracking(MPPT)algorithms currently applied to hybrid PV-TEG systems and classifies them into five major categories for further discussion,namely conventional,mathematics-based,metaheuristic,artificial intelligence,and other algorithms.This review aims to inspire advanced ideas and research on MPPT algorithms for hybrid PV-TEG systems.
文摘The development of intestinal anastomosis techniques,including hand suturing,stapling,and compression anastomoses,has been a significant advancement in surgical practice.These methods aim to prevent leakage and minimize tissue fibrosis,which can lead to stricture formation.The healing process involves various phases:hemostasis and inflammation,proliferation,and remodeling.Mechanical staplers and sutures can cause inflammation and fibrosis due to the release of profibrotic chemokines.Compression anastomosis devices,including those made of nickel-titanium alloy,offer a minimally invasive option for various surgical challenges and have shown safety and efficacy.However,despite advancements,anastomotic techniques are evaluated based on leakage risk,with complications being a primary concern.Newer devices like Magnamosis use magnetic rings for compression anastomosis,demonstrating greater strength and patency compared to stapling.Magnetic technology is also being explored for other medical treatments.While there are promising results,particularly in animal models,the realworld application in humans is limited,and further research is needed to assess their safety and practicality.
基金The Qian Xuesen Youth Innovation Foundation from China Aerospace Science and Technology Corporation(Grant Number 2022JY51).
文摘The demand for adopting neural networks in resource-constrained embedded devices is continuously increasing.Quantization is one of the most promising solutions to reduce computational cost and memory storage on embedded devices.In order to reduce the complexity and overhead of deploying neural networks on Integeronly hardware,most current quantization methods use a symmetric quantization mapping strategy to quantize a floating-point neural network into an integer network.However,although symmetric quantization has the advantage of easier implementation,it is sub-optimal for cases where the range could be skewed and not symmetric.This often comes at the cost of lower accuracy.This paper proposed an activation redistribution-based hybrid asymmetric quantizationmethod for neural networks.The proposedmethod takes data distribution into consideration and can resolve the contradiction between the quantization accuracy and the ease of implementation,balance the trade-off between clipping range and quantization resolution,and thus improve the accuracy of the quantized neural network.The experimental results indicate that the accuracy of the proposed method is 2.02%and 5.52%higher than the traditional symmetric quantization method for classification and detection tasks,respectively.The proposed method paves the way for computationally intensive neural network models to be deployed on devices with limited computing resources.Codes will be available on https://github.com/ycjcy/Hybrid-Asymmetric-Quantization.
基金supported by the U.S.National Science Foundation (2208972,2120559,and 2323117)
文摘Rechargeable battery cycling performance and related safety have been persistent concerns.It is crucial to decipher the capacity fading induced by electrode material failure via a range of techniques.Among these,synchrotron-based X-ray techniques with high flux and brightness play a key role in understanding degradation mechanisms.In this comprehensive review,we summarize recent advancements in degra-dation modes and mechanisms that were revealed by synchrotron X-ray methodologies.Subsequently,an overview of X-ray absorption spectroscopy and X-ray scattering techniques is introduced for charac-terizing failure phenomena at local coordination atomic environment and long-range order crystal struc-ture scale,respectively.At last,we envision the future of exploring material failure mechanism.
基金supported by the National Natural Science Foundation of China(21905253,51973200,and 52122308)the Natural Science Foundation of Henan(202300410372)the National Supercomputing Center in Zhengzhou
文摘The rational design of metal single-atom catalysts(SACs)for electrochemical nitrogen reduction reaction(NRR)is challenging.Two-dimensional metal-organic frameworks(2DMOFs)is a unique class of promising SACs.Up to now,the roles of individual metals,coordination atoms,and their synergy effect on the electroanalytic performance remain unclear.Therefore,in this work,a series of 2DMOFs with different metals and coordinating atoms are systematically investigated as electrocatalysts for ammonia synthesis using density functional theory calculations.For a specific metal,a proper metal-intermediate atoms p-d orbital hybridization interaction strength is found to be a key indicator for their NRR catalytic activities.The hybridization interaction strength can be quantitatively described with the p-/d-band center energy difference(Δd-p),which is found to be a sufficient descriptor for both the p-d hybridization strength and the NRR performance.The maximum free energy change(ΔG_(max))andΔd-p have a volcanic relationship with OsC_(4)(Se)_(4)located at the apex of the volcanic curve,showing the best NRR performance.The asymmetrical coordination environment could regulate the band structure subtly in terms of band overlap and positions.This work may shed new light on the application of orbital engineering in electrocatalytic NRR activity and especially promotes the rational design for SACs.
基金financially supported by the National Natural Science Foundation of China (Nos.51974023 and52374321)the funding of State Key Laboratory of Advanced Metallurgy,University of Science and Technology Beijing,China (No.41620007)。
文摘The amount of oxygen blown into the converter is one of the key parameters for the control of the converter blowing process,which directly affects the tap-to-tap time of converter. In this study, a hybrid model based on oxygen balance mechanism (OBM) and deep neural network (DNN) was established for predicting oxygen blowing time in converter. A three-step method was utilized in the hybrid model. First, the oxygen consumption volume was predicted by the OBM model and DNN model, respectively. Second, a more accurate oxygen consumption volume was obtained by integrating the OBM model and DNN model. Finally, the converter oxygen blowing time was calculated according to the oxygen consumption volume and the oxygen supply intensity of each heat. The proposed hybrid model was verified using the actual data collected from an integrated steel plant in China, and compared with multiple linear regression model, OBM model, and neural network model including extreme learning machine, back propagation neural network, and DNN. The test results indicate that the hybrid model with a network structure of 3 hidden layer layers, 32-16-8 neurons per hidden layer, and 0.1 learning rate has the best prediction accuracy and stronger generalization ability compared with other models. The predicted hit ratio of oxygen consumption volume within the error±300 m^(3)is 96.67%;determination coefficient (R^(2)) and root mean square error (RMSE) are0.6984 and 150.03 m^(3), respectively. The oxygen blow time prediction hit ratio within the error±0.6 min is 89.50%;R2and RMSE are0.9486 and 0.3592 min, respectively. As a result, the proposed model can effectively predict the oxygen consumption volume and oxygen blowing time in the converter.
基金financially supported by the National Natural Science Foundation of China (No.52172218)。
文摘Cation additives can efficiently enhance the total electrochemical capabilities of zinc-ion hybrid capacitors (ZHCs).However their energy storage mechanisms in zinc-based systems are still under debate.Herein,we modulate the electrolyte and achieve dual-ion storage by adding magnesium ions.And we assemble several Zn//activated carbon devices with different electrolyte concentrations and investigate their electrochemical reaction dynamic behaviors.The zinc-ion capacitor with Mg^(2+)mixed solution delivers 82 mAh·g^(-1)capacity at 1 A·g^(-1) and maintains 91%of the original capacitance after 10000 cycling.It is superior to the other assembled zinc-ion devices in single-component electrolytes.The finding demonstrates that the double-ion storage mechanism enables the superior rate performance and long cycle lifetime of ZHCs.
基金financial support from Project funded by National Natural Science Foundation of China(52172038,22179017)funding from Dalian University of Technology Open Fund for Large Scale Instrument Equipment
文摘Metal-organic framework(MOF)-derived carbon composites have been considered as the promising materials for energy storage.However,the construction of MOF-based composites with highly controllable mode via the liquid-liquid synthesis method has a great challenge because of the simultaneous heterogeneous nucleation on substrates and the self-nucleation of individual MOF nanocrystals in the liquid phase.Herein,we report a bidirectional electrostatic generated self-assembly strategy to achieve the precisely controlled coatings of single-layer nanoscale MOFs on a range of substrates,including carbon nanotubes(CNTs),graphene oxide(GO),MXene,layered double hydroxides(LDHs),MOFs,and SiO_(2).The obtained MOF-based nanostructured carbon composite exhibits the hierarchical porosity(V_(meso)/V_(micro)∶2.4),ultrahigh N content of 12.4 at.%and"dual electrical conductive networks."The assembled aqueous zinc-ion hybrid capacitor(ZIC)with the prepared nanocarbon composite as a cathode shows a high specific capacitance of 236 F g^(-1)at 0.5 A g^(-1),great rate performance of 98 F g^(-1)at 100 A g^(-1),and especially,an ultralong cycling stability up to 230000 cycles with the capacitance retention of 90.1%.This work develops a repeatable and general method for the controlled construction of MOF coatings on various functional substrates and further fabricates carbon composites for ZICs with ultrastability.
基金financially supported by the National Natural Science Foundation of China(Grant Nos.52130303,52327802,52303101,52173078,51973158)the China Postdoctoral Science Foundation(2023M732579)+2 种基金Young Elite Scientists Sponsorship Program by CAST(No.2022QNRC001)National Key R&D Program of China(No.2022YFB3805702)Joint Funds of Ministry of Education(8091B032218).
文摘Vertically oriented carbon structures constructed from low-dimen-sional carbon materials are ideal frameworks for high-performance thermal inter-face materials(TIMs).However,improving the interfacial heat-transfer efficiency of vertically oriented carbon structures is a challenging task.Herein,an orthotropic three-dimensional(3D)hybrid carbon network(VSCG)is fabricated by depositing vertically aligned carbon nanotubes(VACNTs)on the surface of a horizontally oriented graphene film(HOGF).The interfacial interaction between the VACNTs and HOGF is then optimized through an annealing strategy.After regulating the orientation structure of the VACNTs and filling the VSCG with polydimethylsi-loxane(PDMS),VSCG/PDMS composites with excellent 3D thermal conductive properties are obtained.The highest in-plane and through-plane thermal conduc-tivities of the composites are 113.61 and 24.37 W m^(-1)K^(-1),respectively.The high contact area of HOGF and good compressibility of VACNTs imbue the VSCG/PDMS composite with low thermal resistance.In addition,the interfacial heat-transfer efficiency of VSCG/PDMS composite in the TIM performance was improved by 71.3%compared to that of a state-of-the-art thermal pad.This new structural design can potentially realize high-performance TIMs that meet the need for high thermal conductivity and low contact thermal resistance in interfacial heat-transfer processes.
文摘The Industrial Internet of Things(IIoT)has brought numerous benefits,such as improved efficiency,smart analytics,and increased automation.However,it also exposes connected devices,users,applications,and data generated to cyber security threats that need to be addressed.This work investigates hybrid cyber threats(HCTs),which are now working on an entirely new level with the increasingly adopted IIoT.This work focuses on emerging methods to model,detect,and defend against hybrid cyber attacks using machine learning(ML)techniques.Specifically,a novel ML-based HCT modelling and analysis framework was proposed,in which L1 regularisation and Random Forest were used to cluster features and analyse the importance and impact of each feature in both individual threats and HCTs.A grey relation analysis-based model was employed to construct the correlation between IIoT components and different threats.
文摘The Indian Himalayan region is frequently experiencing climate change-induced landslides.Thus,landslide susceptibility assessment assumes greater significance for lessening the impact of a landslide hazard.This paper makes an attempt to assess landslide susceptibility in Shimla district of the northwest Indian Himalayan region.It examined the effectiveness of random forest(RF),multilayer perceptron(MLP),sequential minimal optimization regression(SMOreg)and bagging ensemble(B-RF,BSMOreg,B-MLP)models.A landslide inventory map comprising 1052 locations of past landslide occurrences was classified into training(70%)and testing(30%)datasets.The site-specific influencing factors were selected by employing a multicollinearity test.The relationship between past landslide occurrences and influencing factors was established using the frequency ratio method.The effectiveness of machine learning models was verified through performance assessors.The landslide susceptibility maps were validated by the area under the receiver operating characteristic curves(ROC-AUC),accuracy,precision,recall and F1-score.The key performance metrics and map validation demonstrated that the BRF model(correlation coefficient:0.988,mean absolute error:0.010,root mean square error:0.058,relative absolute error:2.964,ROC-AUC:0.947,accuracy:0.778,precision:0.819,recall:0.917 and F-1 score:0.865)outperformed the single classifiers and other bagging ensemble models for landslide susceptibility.The results show that the largest area was found under the very high susceptibility zone(33.87%),followed by the low(27.30%),high(20.68%)and moderate(18.16%)susceptibility zones.The factors,namely average annual rainfall,slope,lithology,soil texture and earthquake magnitude have been identified as the influencing factors for very high landslide susceptibility.Soil texture,lineament density and elevation have been attributed to high and moderate susceptibility.Thus,the study calls for devising suitable landslide mitigation measures in the study area.Structural measures,an immediate response system,community participation and coordination among stakeholders may help lessen the detrimental impact of landslides.The findings from this study could aid decision-makers in mitigating future catastrophes and devising suitable strategies in other geographical regions with similar geological characteristics.
基金Anhui Province Natural Science Research Project of Colleges and Universities(2023AH040321)Excellent Scientific Research and Innovation Team of Anhui Colleges(2022AH010098).
文摘The presence of numerous uncertainties in hybrid decision information systems(HDISs)renders attribute reduction a formidable task.Currently available attribute reduction algorithms,including those based on Pawlak attribute importance,Skowron discernibility matrix,and information entropy,struggle to effectively manages multiple uncertainties simultaneously in HDISs like the precise measurement of disparities between nominal attribute values,and attributes with fuzzy boundaries and abnormal values.In order to address the aforementioned issues,this paper delves into the study of attribute reduction withinHDISs.First of all,a novel metric based on the decision attribute is introduced to solve the problem of accurately measuring the differences between nominal attribute values.The newly introduced distance metric has been christened the supervised distance that can effectively quantify the differences between the nominal attribute values.Then,based on the newly developed metric,a novel fuzzy relationship is defined from the perspective of“feedback on parity of attribute values to attribute sets”.This new fuzzy relationship serves as a valuable tool in addressing the challenges posed by abnormal attribute values.Furthermore,leveraging the newly introduced fuzzy relationship,the fuzzy conditional information entropy is defined as a solution to the challenges posed by fuzzy attributes.It effectively quantifies the uncertainty associated with fuzzy attribute values,thereby providing a robust framework for handling fuzzy information in hybrid information systems.Finally,an algorithm for attribute reduction utilizing the fuzzy conditional information entropy is presented.The experimental results on 12 datasets show that the average reduction rate of our algorithm reaches 84.04%,and the classification accuracy is improved by 3.91%compared to the original dataset,and by an average of 11.25%compared to the other 9 state-of-the-art reduction algorithms.The comprehensive analysis of these research results clearly indicates that our algorithm is highly effective in managing the intricate uncertainties inherent in hybrid data.