How machines learn to code: Machine learning on source code
February 3, 2020
Thomas Endres and Samuel Hopstock demonstrate how to apply machine learning techniques on a program's source code, covering problems you may encounter, how to get enough relevant training data, how to encode the source code as a feature vector so that it can be processed mathematically, what machine learning algorithms to use, and more.