Does anyone know if any companies are applying NLP to software? Specifically, to the software ASTs (abstract syntax trees)?
I have been playing around with unfolding autoencoders and feeding them Python code but if there are researchers or companies doing similar I’d be interested in hearing about it.
Does anyone know if any companies are applying NLP to software? Specifically, to the software ASTs (abstract syntax trees)?
I have been playing around with unfolding autoencoders and feeding them Python code but if there are researchers or companies doing similar I’d be interested in hearing about it.
Learning to Execute—they feed a neural network python code character by character, and have it predict what the program will output.
Thanks, this is helpful