Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.09 KB
			  	  $$$$$$\ $$\   $$\ $$$$$$$$\  $$$$$$\
			  	  \_$$  _|$$$\  $$ |$$  _____|$$  __$$\
		  	    	    $$ |  $$$$\ $$ |$$ |      $$ /  $$ |
		  	    	    $$ |  $$ $$\$$ |$$$$$\    $$ |  $$ |
		  	    	    $$ |  $$ \$$$$ |$$  __|   $$ |  $$ |
		  	    	    $$ |  $$ |\$$$ |$$ |      $$ |  $$ |
			 	  $$$$$$\ $$ | \$$ |$$ |       $$$$$$  |
			 	  \______|\__|  \__|\__|       \______/

===========================================================================

Solving task given by PJWSTK and own project based on artificial intelligence


Compiling the project: run the main method in the Runner class

After starting the program, the user can see the interface with a text field
into which he can add text for language recognition. By adding the text and
pressing the "ASSUMPTION FROM AI" button, the AI will recognize the language
and display its assumption in the console.

The software recognizes the following languages: English, Polish, Spanish.
The AI guess uses an algorithm single-layer perceptron network
and is based on training files in the data directory