Skip to content

Tooling for some Machine Learning projects at Monash Univeristy, Melbourne, Australia

License

Notifications You must be signed in to change notification settings

HerrmannM/MLTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLTools

Tooling for some Machine Learning projects at Monash Univeristy, Melbourne, Australia

Overview

  • Some mathematical functions (MathUtils and SUtils need cleaning)
  • A watch for benchmarking
  • Helpers to work with ARFF files

Building with Ant

The default target is set to create a jar file. This project relies on third party libraries, which are needed at compile time. However, those libraries are NOT packaged in the jar we are building.

Dependencies

About Java Unsafe

This code is using raw memory through Java Unsafe. This may cause some IDEs, such as Eclipse, to complain with a Access restriction error, which can be ignore.

In Eclipse, this error can be silenced in the preferences. Search for Forbidden reference, select Compiler: Errors/Warnings and set it to ignore or warning.

Contributors

About

Tooling for some Machine Learning projects at Monash Univeristy, Melbourne, Australia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages