rnn-autocomplete
Code Completion System
A neural network-based code completion system
Bachelor's grad work on code autocompletion with rnn
9 stars
4 watching
0 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kootenpv/neural_complete | A tool to aid in writing neural network code by suggesting completions based on learned patterns from similar source code | 1,152 |
glample/rnn-benchmarks | This project provides benchmarking results comparing various deep learning RNN implementations across different frameworks. | 169 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
omerfarukz/autocomplete | An autocomplete library optimized for performance and portability | 216 |
hkust-knowcomp/r-net | An implementation of R-Net, a machine reading comprehension model using TensorFlow. | 578 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
billdthompson/cogsci-auto-norm | Automates concreteness estimate generation in multiple languages by leveraging semantic models and machine learning | 0 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy for building regression and classification models. | 98 |
szcom/rnnlib | A C library for training and synthesizing recurrent neural networks | 900 |
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
yerevann/r-net-in-keras | Recreating a complex neural network architecture from a research paper to improve question answering capabilities | 178 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,012 |
rggen/rggen | Automates code generation for control and status registers from human-readable specifications | 334 |
gwtaylor/theano-rnn | A demonstration project of a recurrent neural network implemented with Theano | 377 |
grigorii-zander/zsh-npm-scripts-autocomplete | An autocompletion plugin for zsh that provides suggestions for npm scripts in the current directory. | 98 |