dkpro-tc icon indicating copy to clipboard operation
dkpro-tc copied to clipboard

Integrate Smile ML library

Open zesch opened this issue 7 years ago • 4 comments

This looks promising, but seems to need some non-Java libraries to be installed manually.

zesch avatar Jan 25 '18 22:01 zesch

I believe DL4J ships the native BLAS libraries via Maven. Maybe the Smile ML guys could use these?

reckart avatar Jan 25 '18 23:01 reckart

https://github.com/haifengl/smile

Horsmann avatar Jan 26 '18 06:01 Horsmann

I wonder if the instructions on the repo are still up-to-date - there seems to be a ND4J module which uses the native mavenized libraries from DL4J/ND4J

https://github.com/haifengl/smile/blob/master/nd4j/build.sbt

reckart avatar Jan 26 '18 06:01 reckart

I have been playing around with the CRF implementation; Either I am missing something or the implementation scales zero. Plain POS tagging example is extremely RAM greedy and slow.

Horsmann avatar Oct 02 '18 09:10 Horsmann