Skip to content

Commit 62007b5

Browse files
authored
Merge pull request src-d#162 from vanyaland/add-aroma-ml-for-code-recommendation
Add aroma ml for code recommendation
2 parents 5e91c11 + 53c33a9 commit 62007b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Code Vectors: Understanding Programs Through Embedded Abstracted Symbolic Traces
169169
* <img src="badges/11-pages-gray.svg" alt="11-pages" align="top"> [Learning Python Code Suggestion with a Sparse Pointer Network](https://arxiv.org/abs/1611.08307) - Avishkar Bhoopchand, Tim Rocktäschel, Earl Barr, Sebastian Riedel, 2016.
170170
* <img src="badges/10-pages-gray.svg" alt="10-pages" align="top"> [Code Completion with Statistical Language Models](http://www.cs.technion.ac.il/~yahave/papers/pldi14-statistical.pdf) - Veselin Raychev, Martin Vechev, Eran Yahav, PLDI 2014.
171171
* <img src="badges/9-pages-gray.svg" alt="9-pages" align="top"> [Intelligent Code Reviews Using Deep Learning](https://www.kdd.org/kdd2018/files/deep-learning-day/DLDay18_paper_40.pdf) - Anshul Gupta, Neel Sundaresan, KDD DL Day 2018.
172+
* <img src="badges/12-pages-gray.svg" alt="12-pages" align="top"> [Aroma: Code Recommendation via Structural Code Search](https://arxiv.org/abs/1812.01158) - Sifei Luan, Di Yang, Koushik Sen and Satish Chandra, 2019.
172173

173174
#### Program Repair and Bug Detection
174175

@@ -302,6 +303,7 @@ Code Vectors: Understanding Programs Through Embedded Abstracted Symbolic Traces
302303
* [The eigenvector of "Why we moved from language X to language Y"](https://erikbern.com/2017/03/15/the-eigenvector-of-why-we-moved-from-language-x-to-language-y.html)
303304
* [Analyzing Github, How Developers Change Programming Languages Over Time](https://blog.sourced.tech/post/language_migrations/)
304305
* [Topic Modeling of GitHub Repositories](https://blog.sourced.tech//post/github_topic_modeling/)
306+
* [Aroma: Using machine learning for code recommendation](https://ai.facebook.com/blog/aroma-ml-for-code-recommendation/)
305307

306308
## Talks
307309

0 commit comments

Comments
 (0)