Skip to content

eurohlam/ml-java-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-java-samples

some experiments with machine learning libraries:

Stanford NLP features

For some operations it can consume a lot of time and memory. See https://stanfordnlp.github.io/CoreNLP/memory-time.html For instance, StanfordNlpAnalyzer uses quite expensive operations and in my machine it works only if I run it with 5 Gb memory. So, it is recommended to run

    java -Xms1g -Xmx5g

WekaDeeplearning4j features

As of now it is not provided in any maven repository, therefore you need to install this package to your local .m2 repository:

git clone https://github.com/Waikato/wekaDeeplearning4j.git
cd wekaDeeplearning4j
./gradlew build -x test publishToMavenLocal

How to run

mvn exec:java

it will run WekaAnalizer class

About

Some experiments with machine learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published