Skip to content

Neural network capable of classifying natural languages based on occurence frequency of English letters.

Notifications You must be signed in to change notification settings

Czyzmanski/Natural-language-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Natural-language-classification

Single layer neural network composed of n perceptrons with sigmoid unipolar activation function (n is the number of languages to classify). Each perceptron is trained separately to recognise one language on the basis of A-Z letters frequency in input text. Decision which language is given is made using selector maximum. Training and test datasets consist of Divine Comedy by Dante Alighieri split into 100 lines files with letters outside English alphabet being removed.

About

Neural network capable of classifying natural languages based on occurence frequency of English letters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages