What is Deep Netts Community Edition?
- A free open-source version of Deep Netts deep learning library
- Pure Java implementation of the most important and commonly used deep learning algorithms
- Suitable to try tutorial examples and learn deep learning basics.
- Used as a reference implementation for official Java technology standard for Visual Recognition API, JSR381
- Licensed under open-source GNU GPL3 license with classpath exception. For more details see here
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.12</version> </dependency>
- Code examples using Deep Netts Community Edition are available on the GitHub:
https://github.com/deepnetts/deepnetts-communityedition/tree/community-visrec/deepnetts-examples - Source code of the Deep Netts Community edition is also available on the GitHub:
https://github.com/deepnetts/deepnetts-communityedition
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
To try Professional Edition for free click here
The free trial version includes all the features from the Professional Version for a limited 30 day trial period.
For more info see Frequently Asked Questions