|
|
|
|
|
by da39a3ee
1752 days ago
|
|
I was recently looking for a library that takes a few lines of source code as input, and predicts the programming language as output. That seems like a very tractable machine learning problem, yet all I could find was a single python library which looks nice, but doesn't have much adoption, and requires installing the entirety of tensorflow despite the fact that users just want a trained model and a predict() function. Why doesn't a popular library like this exist? |
|