Skip to content

Comparing the accuracy of SVM, MLP, and KNN of which performs best on language prediction. After training each model (with an 80/20 spilt) the three dictionaries for French, German, and English, we see which performs the best during testing.

Notifications You must be signed in to change notification settings

summerolmstead/Language-Prediction-Models

Repository files navigation

In this first assignment for Introduction to Machine Learning, we create three different models to see which has the highest accuracy for predicting what language it is given a text output. The languages we train and test the model on a 80/20 spilt are French, English, and German. The models we create are KNN, SVM, and MLP to see which has the highest accuracy on predicting what language the model is being given when prompted.

About

Comparing the accuracy of SVM, MLP, and KNN of which performs best on language prediction. After training each model (with an 80/20 spilt) the three dictionaries for French, German, and English, we see which performs the best during testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages