You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ OSS tools covered:
9
9
-[gitbase](https://docs.sourced.tech/gitbase)
10
10
-[bblfsh](https://doc.bblf.sh)
11
11
-[BigARTM](http://bigartm.org)
12
-
-[PyTourch](https://pytorch.org)
12
+
-[PyTorch](https://pytorch.org)
13
13
14
14
<details>
15
15
<summary>Abstract</summary>
16
16
17
-
> Machine Learning on Source Code (MLonCode) is an emerging research domain which stands at the > intersection of deep learning, natural language processing, software engineering and programming > language communities.
17
+
> Machine Learning on Source Code (MLonCode) is an emerging research domain which stands at the intersection of deep learning, natural language processing, software engineering and programming language communities.
18
18
>
19
-
> During this 3.5 hours workshop, we will review the recent SE tasks that benefit from applying ML and focus the hands-on experience on:
20
-
> - extracting data from the real source code and
21
-
> - developing multiple different ML models
19
+
> During this 3h30 workshop, we will review recent Software Engineering tasks that benefit from applying Machine Learning, with a focus on hands-on experience on:
20
+
> - extracting data from real source code
21
+
> - developing multiple Machine Learning models
22
22
> - for a particular task of source code summarization (or function name suggestion).
23
23
>
24
-
> At the end of the workshop participants will build 2 working models on a real dataset, producing > near state-of-the-art results. Practical skill of extracting information from source code as well > as modeling different aspects of it are going to be acquired.
24
+
> At the end of the workshop participants will build 2 working models on a real dataset, producing near state-of-the-art results. Practical skill of extracting information from source code as well as modelling different aspects of it are going to be acquired.
25
25
>
26
26
> Prerequisites: familiarity with the basics of DeepLearning, a laptop with Docker installed
0 commit comments