neural_complete
- 0 Collaborators
A neural network trained to help writing neural network code using autocomplete ...learn more
Overview / Usage
Neural Complete is autocomplete based on a generative LSTM neural network, trained not only by python code but also on python source code.
Ironically, it is trained on files containing keras imports. The result is a neural network trained to help writing neural network code.
Rather than completing a word, it will suggest finishing a whole line. It uses information from previous lines to make a suggestion.
One could imagine that everyone will have a neural network to automagically complete their personal scripts based on their own neural model :-)