Skip to content

artembutwork/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

			  	  $$$$$$\ $$\   $$\ $$$$$$$$\  $$$$$$\
			  	  \_$$  _|$$$\  $$ |$$  _____|$$  __$$\
		  	    	    $$ |  $$$$\ $$ |$$ |      $$ /  $$ |
		  	    	    $$ |  $$ $$\$$ |$$$$$\    $$ |  $$ |
		  	    	    $$ |  $$ \$$$$ |$$  __|   $$ |  $$ |
		  	    	    $$ |  $$ |\$$$ |$$ |      $$ |  $$ |
			 	  $$$$$$\ $$ | \$$ |$$ |       $$$$$$  |
			 	  \______|\__|  \__|\__|       \______/

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

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

Releases

No releases published

Packages

No packages published

Languages