Machine Learning & AI

Open Source Deep Learning in Java – Deep Netts Community Edition

What is Deep Netts Community Edition?

  • A free open-source version of Deep Netts Java deep learning library
  • Pure Java implementation of the most important and commonly used deep learning algorithms
  • Used as a reference implementation for the official Java technology standard for Visual Recognition API, JSR381
  • Licensed under open-source GNU GPLv2 with the Classpath Exception. For more details see here   
  • It is suitable to try tutorial examples and learn basics of deep learning in Java.

How to Get and Use Deep Netts Community Edition?

  • Deep Netts Community Edition is available on Central Maven Repository. Dependency for Deep Netts to use for Maven-based Java project:
<dependency>
     <groupId>com.deepnetts</groupId>
     <artifactId>deepnetts-core</artifactId>
     <version>1.13.2</version>
</dependency>

What are the differences between Community and Professional Editions?

Professional Edition provides

  • Tools: Visual development tools with project templates, best-practice workflows and expert assistant
  • Better Accuracy and advanced features  more advanced algorithms and additional algorithm features
  • Increased performance. Over 3X faster depending of the size of network and CPU.
  • Premium support: documentation, updates, fixes

Professional Edition can be used free for development and low volume production. Free Download is available here 

Leave a Reply

Your email address will not be published. Required fields are marked *