项目作者: bitsnaps

项目描述 :
deeplearning4j using groovy
高级语言: Groovy
项目地址: git://github.com/bitsnaps/deeplearning4j-groovy.git
创建时间: 2018-09-18T22:15:18Z
项目社区:https://github.com/bitsnaps/deeplearning4j-groovy

开源协议:

下载


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:

  1. // clean and build
  2. gradle clean build
  3. // run MLPClassifierLinear (swing window plotter should appears)
  4. gradle runMLPClassifierLinear
  5. // Basic CSV classifier output to the console (animals data classifications)
  6. gradle runBasicCSVClassifier