With the in-depth application of smart campus in its first period, universities and teachers have a more urgent need to deepen the application of all-in-one card in smart campus. This paper introduces the platform upg...With the in-depth application of smart campus in its first period, universities and teachers have a more urgent need to deepen the application of all-in-one card in smart campus. This paper introduces the platform upgrade technology of all-in-one card application system, near field communication (NFC) card technology and application of mobile payment technology in smart all-in-one card, and makes solid progress in the post-renovation and construction of intelligent all-in-one cards in smart campus of colleges and universities, in order to provide sustainable guarantee and guidance for the development of colleges and universities.展开更多
Fraud of credit cards is a major issue for financial organizations and individuals.As fraudulent actions become more complex,a demand for better fraud detection systems is rising.Deep learning approaches have shown pr...Fraud of credit cards is a major issue for financial organizations and individuals.As fraudulent actions become more complex,a demand for better fraud detection systems is rising.Deep learning approaches have shown promise in several fields,including detecting credit card fraud.However,the efficacy of these models is heavily dependent on the careful selection of appropriate hyperparameters.This paper introduces models that integrate deep learning models with hyperparameter tuning techniques to learn the patterns and relationships within credit card transaction data,thereby improving fraud detection.Three deep learning models:AutoEncoder(AE),Convolution Neural Network(CNN),and Long Short-Term Memory(LSTM)are proposed to investigate how hyperparameter adjustment impacts the efficacy of deep learning models used to identify credit card fraud.The experiments conducted on a European credit card fraud dataset using different hyperparameters and three deep learning models demonstrate that the proposed models achieve a tradeoff between detection rate and precision,leading these models to be effective in accurately predicting credit card fraud.The results demonstrate that LSTM significantly outperformed AE and CNN in terms of accuracy(99.2%),detection rate(93.3%),and area under the curve(96.3%).These proposed models have surpassed those of existing studies and are expected to make a significant contribution to the field of credit card fraud detection.展开更多
A dandelion algorithm(DA) is a recently developed intelligent optimization algorithm for function optimization problems. Many of its parameters need to be set by experience in DA,which might not be appropriate for all...A dandelion algorithm(DA) is a recently developed intelligent optimization algorithm for function optimization problems. Many of its parameters need to be set by experience in DA,which might not be appropriate for all optimization problems. A self-adapting and efficient dandelion algorithm is proposed in this work to lower the number of DA's parameters and simplify DA's structure. Only the normal sowing operator is retained;while the other operators are discarded. An adaptive seeding radius strategy is designed for the core dandelion. The results show that the proposed algorithm achieves better performance on the standard test functions with less time consumption than its competitive peers. In addition, the proposed algorithm is applied to feature selection for credit card fraud detection(CCFD), and the results indicate that it can obtain higher classification and detection performance than the-state-of-the-art methods.展开更多
Background:The incidence of clear cell renal cell carcinoma(ccRCC)is globally high;however,despite the introduction of innovative drug therapies,there remains a lack of effective biomarkers for evaluating treatment re...Background:The incidence of clear cell renal cell carcinoma(ccRCC)is globally high;however,despite the introduction of innovative drug therapies,there remains a lack of effective biomarkers for evaluating treatment response.Recently,Caspase recruiting domain-containing protein 11(CARD11)has garnered attention due to its significant association with tumor development and the immune system.Methods:The expression of CARD11 mRNA and protein in ccRCC were analyzed by public database and immunohistochemistry.The focus of this study is on the epigenomic modifications of CARD11,its expression of ccRCC immunophenotype,and its correlation with response to immunotherapy and targeted therapy.Furthermore,to investigate the mechanism of this molecule’s influence on different biological behaviors of cells,cell tests in vitro have been conducted to observe the impact of its expression level.Results:CARD11 expression was upregulated which may be mainly modified by body methylation and was correlated with poor prognosis in ccRCC.In the tumor microenvironment of ccRCC,CARD11 expression was positively correlated with increased T lymphocyte infiltration and increased expression of inhibitory immune checkpoints.Moreover,ccRCC patients with high CARD11 expression had a better response to immunotherapy and targeted therapy.The knockdown of CARD11 ultimately suppressed the proliferation,migration,and invasion capabilities of ccRCC cells while simultaneously enhancing tumor cell apoptosis.Conclusion:We identified CARD11 as a novel therapeutic biomarker for immunotherapy and targeted therapy in ccRCC.展开更多
Spinning has a significant influence on all textile processes. Combinations of all the capital equipment display the process’ critical condition. By transforming unprocessed fibers into carded sliver and yarn, the ca...Spinning has a significant influence on all textile processes. Combinations of all the capital equipment display the process’ critical condition. By transforming unprocessed fibers into carded sliver and yarn, the carding machine serves a critical role in the textile industry. The carding machine’s licker-in and flat speeds are crucial operational factors that have a big influence on the finished goods’ quality. The purpose of this study is to examine the link between licker-in and flat speeds and how they affect the yarn and carded sliver quality. A thorough experimental examination on a carding machine was carried out to accomplish this. The carded sliver and yarn produced after experimenting with different licker-in and flat speed combinations were assessed for important quality factors including evenness, strength, and flaws. To account for changes in material qualities and machine settings, the study also took into consideration the impact of various fiber kinds and processing circumstances. The findings of the investigation showed a direct relationship between the quality of the carded sliver and yarn and the licker-in and flat speeds. Within a limited range, greater licker-in speeds were shown to increase carding efficiency and decrease fiber tangling. On the other hand, extremely high speeds led to more fiber breakage and neps. Higher flat speeds, on the other hand, helped to enhance fiber alignment, which increased the evenness and strength of the carded sliver and yarn. Additionally, it was discovered that the ideal blend of licker-in and flat rates varied based on the fiber type and processing circumstances. When being carded, various fibers displayed distinctive behaviors that necessitated adjusting the operating settings in order to provide the necessary quality results. The study also determined the crucial speed ratios between the licker-in and flat speeds that reduced fiber breakage and increased the caliber of the finished goods. The results of this study offer useful information for textile producers and process engineers to improve the quality of carded sliver and yarn while maximizing the performance of carding machines. Operators may choose machine settings and parameter adjustments wisely by knowing the impacts of licker-in and flat speeds, which will increase textile industry efficiency, productivity, and product quality.展开更多
With the popularity of online payment, how to perform creditcard fraud detection more accurately has also become a hot issue. And withthe emergence of the adaptive boosting algorithm (Adaboost), credit cardfraud detec...With the popularity of online payment, how to perform creditcard fraud detection more accurately has also become a hot issue. And withthe emergence of the adaptive boosting algorithm (Adaboost), credit cardfraud detection has started to use this method in large numbers, but thetraditional Adaboost is prone to overfitting in the presence of noisy samples.Therefore, in order to alleviate this phenomenon, this paper proposes a newidea: using the number of consecutive sample misclassifications to determinethe noisy samples, while constructing a penalty factor to reconstruct thesample weight assignment. Firstly, the theoretical analysis shows that thetraditional Adaboost method is overfitting in a noisy training set, which leadsto the degradation of classification accuracy. To this end, the penalty factorconstructed by the number of consecutive misclassifications of samples isused to reconstruct the sample weight assignment to prevent the classifierfrom over-focusing on noisy samples, and its reasonableness is demonstrated.Then, by comparing the penalty strength of the three different penalty factorsproposed in this paper, a more reasonable penalty factor is selected.Meanwhile, in order to make the constructed model more in line with theactual requirements on training time consumption, the Adaboost algorithmwith adaptive weight trimming (AWTAdaboost) is used in this paper, so thepenalty factor-based AWTAdaboost (PF_AWTAdaboost) is finally obtained.Finally, PF_AWTAdaboost is experimentally validated against other traditionalmachine learning algorithms on credit card fraud datasets and otherdatasets. The results show that the PF_AWTAdaboost method has betterperformance, including detection accuracy, model recall and robustness, thanother methods on the credit card fraud dataset. And the PF_AWTAdaboostmethod also shows excellent generalization performance on other datasets.From the experimental results, it is shown that the PF_AWTAdaboost algorithmhas better classification performance.展开更多
Credit Card Fraud Detection(CCFD)is an essential technology for banking institutions to control fraud risks and safeguard their reputation.Class imbalance and insufficient representation of feature data relating to cr...Credit Card Fraud Detection(CCFD)is an essential technology for banking institutions to control fraud risks and safeguard their reputation.Class imbalance and insufficient representation of feature data relating to credit card transactions are two prevalent issues in the current study field of CCFD,which significantly impact classification models’performance.To address these issues,this research proposes a novel CCFD model based on Multifeature Fusion and Generative Adversarial Networks(MFGAN).The MFGAN model consists of two modules:a multi-feature fusion module for integrating static and dynamic behavior data of cardholders into a unified highdimensional feature space,and a balance module based on the generative adversarial network to decrease the class imbalance ratio.The effectiveness of theMFGAN model is validated on two actual credit card datasets.The impacts of different class balance ratios on the performance of the four resamplingmodels are analyzed,and the contribution of the two different modules to the performance of the MFGAN model is investigated via ablation experiments.Experimental results demonstrate that the proposed model does better than state-of-the-art models in terms of recall,F1,and Area Under the Curve(AUC)metrics,which means that the MFGAN model can help banks find more fraudulent transactions and reduce fraud losses.展开更多
文摘With the in-depth application of smart campus in its first period, universities and teachers have a more urgent need to deepen the application of all-in-one card in smart campus. This paper introduces the platform upgrade technology of all-in-one card application system, near field communication (NFC) card technology and application of mobile payment technology in smart all-in-one card, and makes solid progress in the post-renovation and construction of intelligent all-in-one cards in smart campus of colleges and universities, in order to provide sustainable guarantee and guidance for the development of colleges and universities.
文摘Fraud of credit cards is a major issue for financial organizations and individuals.As fraudulent actions become more complex,a demand for better fraud detection systems is rising.Deep learning approaches have shown promise in several fields,including detecting credit card fraud.However,the efficacy of these models is heavily dependent on the careful selection of appropriate hyperparameters.This paper introduces models that integrate deep learning models with hyperparameter tuning techniques to learn the patterns and relationships within credit card transaction data,thereby improving fraud detection.Three deep learning models:AutoEncoder(AE),Convolution Neural Network(CNN),and Long Short-Term Memory(LSTM)are proposed to investigate how hyperparameter adjustment impacts the efficacy of deep learning models used to identify credit card fraud.The experiments conducted on a European credit card fraud dataset using different hyperparameters and three deep learning models demonstrate that the proposed models achieve a tradeoff between detection rate and precision,leading these models to be effective in accurately predicting credit card fraud.The results demonstrate that LSTM significantly outperformed AE and CNN in terms of accuracy(99.2%),detection rate(93.3%),and area under the curve(96.3%).These proposed models have surpassed those of existing studies and are expected to make a significant contribution to the field of credit card fraud detection.
基金supported by the Institutional Fund Projects(IFPIP-1481-611-1443)the Key Projects of Natural Science Research in Anhui Higher Education Institutions(2022AH051909)+1 种基金the Provincial Quality Project of Colleges and Universities in Anhui Province(2022sdxx020,2022xqhz044)Bengbu University 2021 High-Level Scientific Research and Cultivation Project(2021pyxm04)。
文摘A dandelion algorithm(DA) is a recently developed intelligent optimization algorithm for function optimization problems. Many of its parameters need to be set by experience in DA,which might not be appropriate for all optimization problems. A self-adapting and efficient dandelion algorithm is proposed in this work to lower the number of DA's parameters and simplify DA's structure. Only the normal sowing operator is retained;while the other operators are discarded. An adaptive seeding radius strategy is designed for the core dandelion. The results show that the proposed algorithm achieves better performance on the standard test functions with less time consumption than its competitive peers. In addition, the proposed algorithm is applied to feature selection for credit card fraud detection(CCFD), and the results indicate that it can obtain higher classification and detection performance than the-state-of-the-art methods.
基金supported by grants from the Guangdong Provincial Department of Finance Project in 2022(KS0120220267,KS0120220268,KS0120220272,KS0120220271)Guangdong Basic and Applied Basic Research Natural Science Funding(2023A1515012485)+1 种基金Science and Technology Projects in Guangzhou(202102020058)Launch funding of the National Natural Science Foundation of China(8210101099).
文摘Background:The incidence of clear cell renal cell carcinoma(ccRCC)is globally high;however,despite the introduction of innovative drug therapies,there remains a lack of effective biomarkers for evaluating treatment response.Recently,Caspase recruiting domain-containing protein 11(CARD11)has garnered attention due to its significant association with tumor development and the immune system.Methods:The expression of CARD11 mRNA and protein in ccRCC were analyzed by public database and immunohistochemistry.The focus of this study is on the epigenomic modifications of CARD11,its expression of ccRCC immunophenotype,and its correlation with response to immunotherapy and targeted therapy.Furthermore,to investigate the mechanism of this molecule’s influence on different biological behaviors of cells,cell tests in vitro have been conducted to observe the impact of its expression level.Results:CARD11 expression was upregulated which may be mainly modified by body methylation and was correlated with poor prognosis in ccRCC.In the tumor microenvironment of ccRCC,CARD11 expression was positively correlated with increased T lymphocyte infiltration and increased expression of inhibitory immune checkpoints.Moreover,ccRCC patients with high CARD11 expression had a better response to immunotherapy and targeted therapy.The knockdown of CARD11 ultimately suppressed the proliferation,migration,and invasion capabilities of ccRCC cells while simultaneously enhancing tumor cell apoptosis.Conclusion:We identified CARD11 as a novel therapeutic biomarker for immunotherapy and targeted therapy in ccRCC.
文摘Spinning has a significant influence on all textile processes. Combinations of all the capital equipment display the process’ critical condition. By transforming unprocessed fibers into carded sliver and yarn, the carding machine serves a critical role in the textile industry. The carding machine’s licker-in and flat speeds are crucial operational factors that have a big influence on the finished goods’ quality. The purpose of this study is to examine the link between licker-in and flat speeds and how they affect the yarn and carded sliver quality. A thorough experimental examination on a carding machine was carried out to accomplish this. The carded sliver and yarn produced after experimenting with different licker-in and flat speed combinations were assessed for important quality factors including evenness, strength, and flaws. To account for changes in material qualities and machine settings, the study also took into consideration the impact of various fiber kinds and processing circumstances. The findings of the investigation showed a direct relationship between the quality of the carded sliver and yarn and the licker-in and flat speeds. Within a limited range, greater licker-in speeds were shown to increase carding efficiency and decrease fiber tangling. On the other hand, extremely high speeds led to more fiber breakage and neps. Higher flat speeds, on the other hand, helped to enhance fiber alignment, which increased the evenness and strength of the carded sliver and yarn. Additionally, it was discovered that the ideal blend of licker-in and flat rates varied based on the fiber type and processing circumstances. When being carded, various fibers displayed distinctive behaviors that necessitated adjusting the operating settings in order to provide the necessary quality results. The study also determined the crucial speed ratios between the licker-in and flat speeds that reduced fiber breakage and increased the caliber of the finished goods. The results of this study offer useful information for textile producers and process engineers to improve the quality of carded sliver and yarn while maximizing the performance of carding machines. Operators may choose machine settings and parameter adjustments wisely by knowing the impacts of licker-in and flat speeds, which will increase textile industry efficiency, productivity, and product quality.
基金This research was funded by Innovation and Entrepreneurship Training Program for College Students in Hunan Province in 2022(3915).
文摘With the popularity of online payment, how to perform creditcard fraud detection more accurately has also become a hot issue. And withthe emergence of the adaptive boosting algorithm (Adaboost), credit cardfraud detection has started to use this method in large numbers, but thetraditional Adaboost is prone to overfitting in the presence of noisy samples.Therefore, in order to alleviate this phenomenon, this paper proposes a newidea: using the number of consecutive sample misclassifications to determinethe noisy samples, while constructing a penalty factor to reconstruct thesample weight assignment. Firstly, the theoretical analysis shows that thetraditional Adaboost method is overfitting in a noisy training set, which leadsto the degradation of classification accuracy. To this end, the penalty factorconstructed by the number of consecutive misclassifications of samples isused to reconstruct the sample weight assignment to prevent the classifierfrom over-focusing on noisy samples, and its reasonableness is demonstrated.Then, by comparing the penalty strength of the three different penalty factorsproposed in this paper, a more reasonable penalty factor is selected.Meanwhile, in order to make the constructed model more in line with theactual requirements on training time consumption, the Adaboost algorithmwith adaptive weight trimming (AWTAdaboost) is used in this paper, so thepenalty factor-based AWTAdaboost (PF_AWTAdaboost) is finally obtained.Finally, PF_AWTAdaboost is experimentally validated against other traditionalmachine learning algorithms on credit card fraud datasets and otherdatasets. The results show that the PF_AWTAdaboost method has betterperformance, including detection accuracy, model recall and robustness, thanother methods on the credit card fraud dataset. And the PF_AWTAdaboostmethod also shows excellent generalization performance on other datasets.From the experimental results, it is shown that the PF_AWTAdaboost algorithmhas better classification performance.
基金supported by the National Key R&D Program of China(Nos.2022YFB3104103,and 2019QY1406)the National Natural Science Foundation of China(Nos.61732022,61732004,61672020,and 62072131).
文摘Credit Card Fraud Detection(CCFD)is an essential technology for banking institutions to control fraud risks and safeguard their reputation.Class imbalance and insufficient representation of feature data relating to credit card transactions are two prevalent issues in the current study field of CCFD,which significantly impact classification models’performance.To address these issues,this research proposes a novel CCFD model based on Multifeature Fusion and Generative Adversarial Networks(MFGAN).The MFGAN model consists of two modules:a multi-feature fusion module for integrating static and dynamic behavior data of cardholders into a unified highdimensional feature space,and a balance module based on the generative adversarial network to decrease the class imbalance ratio.The effectiveness of theMFGAN model is validated on two actual credit card datasets.The impacts of different class balance ratios on the performance of the four resamplingmodels are analyzed,and the contribution of the two different modules to the performance of the MFGAN model is investigated via ablation experiments.Experimental results demonstrate that the proposed model does better than state-of-the-art models in terms of recall,F1,and Area Under the Curve(AUC)metrics,which means that the MFGAN model can help banks find more fraudulent transactions and reduce fraud losses.