CHOSUN

종속적 소프트웨어 신뢰성 모형과 딥러닝 소프트웨어 신뢰성 모형에 관한 연구

Metadata Downloads
Author(s)
김윤수
Issued Date
2024
Keyword
소프트웨어 신뢰성|NHPP 소프트웨어 신뢰성 모형|딥러닝
Abstract
As times have progressed, software has become a very important part of every field. From the smallest tasks to the most important ones, such as meetings, collaboration, and decision-making, software has made it easier for us to do things, and it's rare that we don't use it. In addition, we are now living in the era of the Fourth Industrial Revolution. The fourth industrial revolution utilizes artificial intelligence and big data to think and make decisions like humans using computer technology, and it has become very close to our lives. Software plays a huge role in this as well.
If the software you use is faulty and produces incorrect results, or the entire software fails and stops working, the damage will be enormous. In particular, Artificial Intelligence(AI) relies on real-time data, which greatly affects the speed of computation. Since the data is updated in real time, a once computational error that results in incorrect results can have a huge social and economic impact. So, the software reliability is so important. Software reliability is a field that measures how well software works and develops software reliability models based on software failure data. A software reliability model is a model that uses mathematical assumptions to predict the number of software failures, and the results of the predictions can be used to help improve software reliability. Most software failures follow a Poisson distribution, and most software reliability models assume a Non-Homogeneous Poisson Process(NHPP), which assumes a different number of failures at different points in time, rather than a constant number of failures. Software reliability models have evolved to include more assumptions, such as software failures occurring independently of each other, testing effort, incomplete debugging, and uncertainty in the operating environment.
Many traditional software reliability models have the problem that they only fit well in special cases due to the mathematical addition of special assumptions. In addition, as the structure of software has become more complex and multiple pieces of software are composed together, the environment of software has become very diverse. It is not easy to find an assumption that fits the complexity of the structure because one assumption cannot be used to assume the same environment for all software. To solve this problem, we proposed a software reliability model using deep learning among machine learning methods that rely on given failure data.
In addition, models that rely only on data lack a logical basis because they do not make mathematical and statistical assumptions. To solve these problems, we proposed a deep learning software reliability model that replaces the activation function used in deep learning with a software reliability model. Among the activation functions utilized in deep learning, the sigmoid function is the most common structure of the software reliability model. We proposed a deep learning software reliability model that uses the software reliability model as the activation function because replacing this form with the existing software reliability model functions as an activation function with mathematical assumptions instead of a model that only depends on data.
The three proposed models demonstrated the superiority of the models through the criteria based on nine estimates and the criteria measure for one prediction. In addition, the new software reliability model assuming dependent failures proposed an optimal release time considering the costs involved in software development and release based on the estimated number of failures. The software reliability model using deep learning and the deep learning software reliability model estimated and trained each parameter on 90% of the data set, calculated the predicted value on the remaining 10% of the data, and compared whether the actual value fell within the 95% confidence interval based on the predicted value.
Software is critical now and will be in the future. As software develops and evolves into more complex structures, there will continue to be a need for research on software reliability for complex structures. We believe that the three software reliability models proposed in this paper are well suited to the complex structure of current software, and if further research is conducted, it is possible to propose a very useful model in the field of software reliability.
Alternative Title
A Study on the Dependent Software Reliability Models and Deep Learning Software Reliability Models
Alternative Author(s)
KIM YOUN SU
Affiliation
조선대학교 일반대학원
Department
일반대학원 전산통계학과
Advisor
장인홍
Awarded Date
2024-02
Table Of Contents
제1장 서론 1
제1절 연구 배경 1
제2절 연구 내용 및 방법 7
제2장 소프트웨어 신뢰성 9
제1절 신뢰성 9
1. 신뢰성 개념 및 역사 9
2. 신뢰성의 분포함수 11
가. 지수분포 14
나. 와이블분포 15
다. 감마분포 16
라. 정규분포 17
제2절 소프트웨어 신뢰성 19
1. 소프트웨어 신뢰성 모형 22
2. NHPP 소프트웨어 신뢰성 모형 29
가. NHPP exponential 모형 31
(1) Goel-Okumoto 모형 32
(2) Hossian Dahiya GO 모형 32
나. NHPP S-shaped 모형 33
(1) Delayed S-shaped 모형 34
(2) Inflection S-shaped 모형 34
다. Testing-effort NHPP 모형 35
(1) Yamada exponential 모형 36
(2) Yamada rayleigh 모형 37
라. NHPP 불완전 디버깅 모형 37
(1) Yamada imperfect debugging 모형 38
(2) Pham-Zhang 모형 39
(3) Pham-Nordmann-Zhang 모형 40
(4) Fault removal efficiency NHPP 소프트웨어 신뢰성 모형 41
(5) Testing coverage and imperfect debugging 모형 42
마. 운용환경 불확실성을 고려한 소프트웨어 신뢰성 모형 43
(1) Generalized random field environment 모형 43
(2) Vtub-shaped fault detection rate 모형 45
(3) Three parameter fault detection rate 모형 45
(4) Testing coverage 모형 46
바. 종속 고장 소프트웨어 신뢰성 모형 47
(1) 종속 고장을 가정한 NHPP 소프트웨어 신뢰성 모형 47
(2) 운용환경의 불확실성을 고려한 NHPP 종속고장 소프트웨어 신뢰성 모형 48
제3장 딥러닝 51
제1절 인공신경망 개요 51
제2절 심층신경망 53
제3절 순환신경망 54
제4절 장단기 메모리 58
제5절 게이트 순환 유닛 59
제6절 최적화 기법 60
1. 경사하강법 60
2. 모멘텀 61
3. AdaGrad 61
4. Adam 62
제4장 새로운 소프트웨어 신뢰성 모형 65
제1절 종속고장을 고려한 새로운 NHPP 소프트웨어 신뢰성 모형 65
제2절 딥러닝 소프트웨어 신뢰성 모형 71
1. 딥러닝을 활용한 소프트웨어 신뢰성 모형 71
2. 딥러닝 소프트웨어 신뢰성 모형 74
제5장 수치적 예제 77
제1절 데이터 소개 77
제2절 적합도 81
제3절 모형 비교 84
1. 종속 고장을 고려한 NHPP 소프트웨어 신뢰성 모형 비교 84
가. 모형 추정 결과 및 모형 비교 84
나. 비용모형 88
2. 딥러닝을 활용한 소프트웨어 신뢰성 모형 비교 92
가. 모형 추정 결과 및 모형 비교 92
나. 예측 및 신뢰구간 96
3. 딥러닝 소프트웨어 신뢰성 모형 비교 100
가. 모형 추정 결과 및 모형 비교 100
나. 예측 및 신뢰구간 104
다. 민감도 분석 107
제6장 결론 및 제언 109
참고문헌 112
Degree
Doctor
Publisher
조선대학교 대학원
Citation
김윤수. (2024). 종속적 소프트웨어 신뢰성 모형과 딥러닝 소프트웨어 신뢰성 모형에 관한 연구.
Type
Dissertation
URI
https://oak.chosun.ac.kr/handle/2020.oak/17950
http://chosun.dcollection.net/common/orgView/200000739790
Appears in Collections:
General Graduate School > 4. Theses(Ph.D)
Authorize & License
  • AuthorizeOpen
  • Embargo2024-02-23
Files in This Item:

Items in Repository are protected by copyright, with all rights reserved, unless otherwise indicated.