Abstract:
"In recent years, the field of software development has seen a rapid increase in complexity, with more intricate software systems being developed to meet the demands of an increasingly digital world. The Angular framework is one such system that has gained significant popularity among developers due to its flexibility and scalability. However, as the complexity of these systems increases, so does the likelihood of encountering defects in the code.
The impact of software defects can be severe, ranging from system downtime and data loss to reputational damage and financial loss. As a result, detecting and mitigating software defects early in the development process is critical to ensure the quality and reliability of the software product. Machine learning techniques have shown promise in identifying software defects before they cause significant problems.This project aims to implement a defect prediction
system for Angular projects using a hybrid model that combines the strengths of Convolutional Neural Networks (CNN) and Random Forest Classifier (RFC) algorithms.
The successful implementation of this software defect prediction system has the potential to significantly enhance the quality, reliability, and efficiency of software development. By identifying defects early in the development process, developers can take corrective action before they cause significant problems, resulting in a more robust and reliable software product."