项目作者: bitsnaps
项目描述 :
deeplearning4j using groovy
高级语言: Groovy
项目地址: git://github.com/bitsnaps/deeplearning4j-groovy.git
Deeplearning4J examples using groovy
Some improvements:
- @CompileStatic for better performance and static type checking for code completion
- We use @Slf4j groovy annotation instead
- Some refactoring for better readability
- Updated dependencies.
How to run:
// clean and build
gradle clean build
// run MLPClassifierLinear (swing window plotter should appears)
gradle runMLPClassifierLinear
// Basic CSV classifier output to the console (animals data classifications)
gradle runBasicCSVClassifier