当前位置:网站首页>"DeepJIT: An End-To-End Deep Learning Framework for Just-In-Time Defect Prediction" paper notes
"DeepJIT: An End-To-End Deep Learning Framework for Just-In-Time Defect Prediction" paper notes
2022-07-31 03:33:00 【#ascetic】
The paper was published in: MSR-2019 (CCF-C).
Paper link: https://ieeexplore.ieee.org/document/8816772
Although the paper was published in the C-class conference (maybe want to quickly occupy a position), but he surpassed several optimal models at the time, and some existing research on immediate defect prediction are comparedModel for this paper.Therefore, the notes for reading the paper are recorded here. The experimental methods of the paper are relatively general, which are suitable for learning the understanding of the tasks done in this direction.
Let's go directly to the PPT I made below, which is enough to summarize the research of this paper.






















边栏推荐
- [Godot][GDScript] 二维洞穴地图随机生成
- 【编译原理】递归下降语法分析设计原理与实现
- With 7 years of experience, how can functional test engineers improve their abilities step by step?
- IDEA comment report red solution
- [C language] Three-pointed chess (classic solution + list diagram)
- 5. How does the SAP ABAP OData service support the $filter operation
- SQL Interview Questions (Key Points)
- Is interprofessional examination difficult?Low success rate of "going ashore"?Please accept this practical guide!
- 【AUTOSAR-RTE】-5-Explicit(显式)和Implicit(隐式) Sender-Receiver communication
- $attrs/$listeners
猜你喜欢

TCP详解(二)
![[C language] General method for finding the sum of the greatest common factor and the least common multiple of two integers m and n, the classical solution](/img/60/fa75e06af4d143ee3fb493221fa3d9.jpg)
[C language] General method for finding the sum of the greatest common factor and the least common multiple of two integers m and n, the classical solution

A brief introduction to the CheckBox component of the basic components of Flutter

MultipartFile文件上传

TCP和UDP详解

SIP Protocol Standard and Implementation Mechanism

VS QT - ui does not display newly added members (controls) || code is silent

The application and practice of mid-to-platform brand advertising platform

「 每日一练,快乐水题 」1331. 数组序号转换
![[C language] General method of expression evaluation](/img/59/cf43b7dd16c203b4f31c1591615955.jpg)
[C language] General method of expression evaluation
随机推荐
自己的一些思考
解析小结—自用
Daily practice of LeetCode - palindrome structure of OR36 linked list
Redis uses sorted set to cache latest comments
A brief introduction to the CheckboxListTile component of the basic components of Flutter
RESTful api接口设计规范
【CocosCreator 3.5】CocosCreator 获取网络状态
【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
Redis实现分布式锁
Implementation of a sequence table
PMP WeChat group daily exercises
安全20220718
SIP Protocol Standard and Implementation Mechanism
识Flutter 基本组件之showTimePicker 方法
CloudCompare&PCL 计算两个点云之间的重叠度
Key Technologies of Interface Testing
C# remote debugging
[C language] General method for finding the sum of the greatest common factor and the least common multiple of two integers m and n, the classical solution
TCP详解(三)
[Compilation principle] Design principle and implementation of recursive descent parsing