Since the 1960s, bankruptcy prediction research has been intensively examined, with the importance of accurate forecasting representing a nation's economic development. The high costs related to business failures ...
Since the 1960s, bankruptcy prediction research has been intensively examined, with the importance of accurate forecasting representing a nation's economic development. The high costs related to business failures have prompted efforts to enhance prediction techniques, which have been highlighted further as the effects of globalization have increased. There are two primary types of bankruptcy prediction models: statistical and artificial intelligence (AI) methods. The study found that several AI algorithms, namely C5.0, CART, and Support Vector Machines with evolutionary computation, demonstrated efficacy in forecasting impending bankruptcies, as well as short- and long-term predictions. Prior studies have proposed the utilization of Multilayer Perceptron (MLP), ensemble learning methodologies, and AdaBoost as potential approaches for the purpose of bankruptcy prediction. The significance of feature importance is frequently disregarded in such models, resulting in prejudiced outcomes. This study presents a proposed approach for feature selection in AdaBoost algorithm that incorporates the consideration of feature importance, with the aim of enhancing the aforementioned findings. The proposed methodology is validated through a comparative analysis with several other machine learning algorithms. The result showed that ADABoost with feature selection using feature importance generated better value with increased around 5-7% in accuracy score.
high dimensional data provide a major problem to supervised learning. In identifying high dimensional data, the learning models usually exhibit overfitting and become less understandable. One way to find the ideal fea...
详细信息
high dimensional data provide a major problem to supervised learning. In identifying high dimensional data, the learning models usually exhibit overfitting and become less understandable. One way to find the ideal features on high-dimensional data implemented feature selection on dataset Feature selection is one of the crucial aspects on data preprocessing step. Several algorithms for feature selection were proposed over the decades such as wrapper method, filter, and embedded method. In this research, we implemented wrapper method with Grey Wolf Optimization. We implemented Grey Wolf Optimization on wrapper method because the algorithm is efficient, simple and had lower computational time. We are also compared Grey Wolf Optimization to other meta-heuristic algorithms such as Particle Swarm Optimization and Genetic Algorithms. The result showed the GWO provide better computational time with the average time from four different dataset was 6.1125s. The accuracy result showed the GWO performed better on Ionosphere dataset.
In this paper, we propose a new recommendation algorithm for addressing the problem of two-sided online matching markets with complementary preferences and quota constraints, where agents’ preferences are unknown a p...
详细信息
In recent years, model-agnostic meta-learning (MAML) has become a popular research area. However, the stochastic optimization of MAML is still underdeveloped. Existing MAML algorithms rely on the "episode" i...
详细信息
In recent years, model-agnostic meta-learning (MAML) has become a popular research area. However, the stochastic optimization of MAML is still underdeveloped. Existing MAML algorithms rely on the "episode" idea by sampling a few tasks and data points to update the meta-model at each iteration. Nonetheless, these algorithms either fail to guarantee convergence with a constant mini-batch size or require processing a large number of tasks at every iteration, which is unsuitable for continual learning or cross-device federated learning where only a small number of tasks are available per iteration or per round. To address these issues, this paper proposes memory-based stochastic algorithms for MAML that converge with vanishing error. The proposed algorithms require sampling a constant number of tasks and data samples per iteration, making them suitable for the continual learning scenario. Moreover, we introduce a communication-efficient memory-based MAML algorithm for personalized federated learning in cross-device (with client sampling) and cross-silo (without client sampling) settings. Our theoretical analysis improves the optimization theory for MAML, and our empirical results corroborate our theoretical findings. Interested readers can access our code at https://***/bokun-wang/moml.
Efficient Unmanned Aerial Vehicle (UAV) trajectory generation is crucial for successful area coverage missions, aiming to maximize coverage while minimizing resource consumption. In this research, we present a compreh...
详细信息
Efficient Unmanned Aerial Vehicle (UAV) trajectory generation is crucial for successful area coverage missions, aiming to maximize coverage while minimizing resource consumption. In this research, we present a comprehensive study on optimizing UAV trajectory generation using Deep Neural Networks (DNNs) with the Adam optimization algorithm. The DNNs are trained on historical data to produce smooth and continuous trajectories, thereby reducing abrupt changes in direction and enhancing overall efficiency during the mission. To evaluate the performance of the proposed approach, we conducted experiments comparing different activation functions, namely tanh, sigmoid, and ReLU, with the Adam-optimized DNN model. The trajectories generated by each activation function were analyzed using key metrics, including Mean Squared Error (MSE), Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and R-squared (R 2 ) scores for both X and Y coordinates. The results of the comparative analysis revealed that the DNN model with the Adam optimizer exhibited superior performance over the other activation functions. It achieved lower MSE, MAE, and RMSE values, indicating better trajectory accuracy and smoother paths. Additionally, the R 2 scores demonstrated a higher correlation between the generated trajectories and the actual trajectories, highlighting the model's ability to capture underlying patterns effectively. The findings underscore the significance of leveraging the Adam-optimized DNN approach for UAV trajectory planning, offering promising opportunities for resource optimization, increased mission success, and further advancements in autonomous aerial systems. This research contributes to the ongoing efforts in UAV path planning, optimization, and intelligent control strategies, paving the way for enhanced autonomous systems in various real-world applications.
State-space models have gained popularity in sequence modelling due to their simple and efficient network structures. However, the absence of nonlinear activation along the temporal direction limits the model's ca...
State-space models have gained popularity in sequence modelling due to their simple and efficient network structures. However, the absence of nonlinear activation along the temporal direction limits the model's capacity. In this paper, we prove that stacking state-space models with layer-wise nonlinear activation is sufficient to approximate any continuous sequence-to-sequence relationship. Our findings demonstrate that the addition of layer-wise nonlinear activation enhances the model's capacity to learn complex sequence patterns. Meanwhile, it can be seen both theoretically and empirically that the state-space models do not fundamentally resolve the issue of exponential decaying memory. Theoretical results are justified by numerical verifications.
Low-rank matrix factorization is a powerful tool for understanding the structure of 2-way data, and is usually accomplished by minimizing a sum of squares criterion. Expectile analysis generalizes squared-error loss b...
详细信息
As the prevalence of sophisticated network attacks continues to rise, enhancing conventional intrusion detection systems (IDS) methods presents a significant challenge. Machine learning (ML)-based anomaly detection an...
详细信息
Computational thinking (CT) integration in elementary mathematics engages young learners in the decomposition of complex problems and the construction of iterative approaches to mathematical thinking. To effectively i...
详细信息
ISBN:
(纸本)9798400715693
Computational thinking (CT) integration in elementary mathematics engages young learners in the decomposition of complex problems and the construction of iterative approaches to mathematical thinking. To effectively integrate MATH+CT, we need to build teachers' capacity in developing knowledge of CT concepts and creating Math+CT activities. This can positively influence students' mathematical outcomes and their readiness for computerscience (CS) in middle and high school. Although various professional development programs aim to build teachers' CT knowledge, limited research exists on how teachers apply this knowledge to classroom-based Math+CT activities. Simultaneously, the rapid improvement of large Language Models (LLMs) creates a catalyst for building an innovative resource space to support elementary teachers' integration of MATH+CT in their existing school or district curriculum. In this poster, we present a tool that leverages LLMs to support teachers in creating Scratch programs designed to explore and deepen students' understanding of mathematical concepts.
In the current era, pictorial representation of data in the form of patterns, charts, graphs and trends are gaining a lot of attention in the fields of finance and science. Deep and correct study of the trends going o...
详细信息
暂无评论