Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 539 Bytes

Natural Language Identification Machine Learning Pipeline

Graduate Project for Harvard's Python for Data Science (CSCI E - 29)

In this project, I pulled text data from European Parliament Proceedings in 21 languages. Using Scikit-Learn, I transformed the raw text into a numerical feature matrix, and trained a Multinomial naive bayes probability model to classify input language with greater than 99% accuracy.

Data Source

Video Demo