Language recognition using Perceptrons
-
Updated
Oct 6, 2021 - Java
Language recognition using Perceptrons
NeuralNetwork Language is a console application that uses a single-layer neural network to identify the language of a given text. It trains on data in the trainData folder and predicts the language of texts in the testData folder or manually inputted text. The application supports multiple languages as long as they are correctly labeled.
Add a description, image, and links to the single-layer-perceptron topic page so that developers can more easily learn about it.
To associate your repository with the single-layer-perceptron topic, visit your repo's landing page and select "manage topics."