Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Machine Learning Algorithm

This algorithm could be used to build a list of word string combinations for a basic approach at language recognition.

Examples:

word -> apple

string combos -> [app, ap, le, ple, ... ]

word -> house

string combos -> [ho, se, ous, ... ]

data.txt file

The data.txt file is used to build a pattern of word behaviour. It's very simple, if a string combination is present in a word, it moves up the list.

Pretty basic machine learning ..

About

A machine learning algorithm for use in identifying human language.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages