Skip to content

rhizlane-karroumi/Machine-Learning-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-Java

Practice ML in Java

Simple name search

using my name : Madonah

Exercise 1. search Madonah.

OutPut : 
madonah = 1.0
madona = 0.0
madonna = 0.0
maddona = 0.0

The confidence is always between 0 and 0.99999. So we got a positive score 1.0

Meet Our Contributors

List Contributors

Import Classfier4J Library

For the program to run you need to add: Classfier4J

Contributing

Read Contributing

Code Of Conduct

Read - Code of conduct

Java build Path:

buildpath

About

Practice ML in Java

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%