/ingenuo

Primary LanguagePython

Ingenuo: a naive programming language classifier

Why?

After watching Hilary Mason's course An Introduction to Machine Learning with Web Data I wondered if it would be possible applying Naive Bayes to the problem of classifying in which programming language a given source code is written.

How to setup the project?

$ pip install virtualenv
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt