Releases: 06needhamt/Neuroph-Intellij-Plugin
Plugin Now Works on JetBrains 2017.X.X Products
Finally, Release 1.1 is Here
[X] Plugin Now Works on JetBrains 2017.X.X Products
[X] Bump Kotlin, Scala and Groovy SDK versions
Code Generator Only Regenerates On Changed Network Files And Bug Fixes
Minor Patch Release
- Code Generator Only Regenerates On Changed Network Files
- Bug Fixes
Version 1.0.0 Is Finally Here
Version 1.0.0 Is Finally Here!
This Release contains some great new features including
- Automatic Code Generation
- Training Set Editor
- Better Network Training
- Many Bug Fixes
- And Much More
Documentation Coming Soon!
Breaking Bug Fixes
Fix plugin version number Release 0.9.0
Add Groovy, Kotlin and Scala Code Generators
This New release allows neural networks to be exported to Kotlin, Scala, and Groovy files as well as standard Java.
NOTE: The reason for the massive increase in binary size is in order to support Scala and Groovy Code Generation their compiler and runtime libraries must now bw included in the binary
Add Custom Language To Create New Neural Networks
Example Neural Network Definition
NetworkName : "Compiled Network"
NetworkType : "MultiLayerPerceptron"
NetworkLayers : 8, 8, 1;
NetworkLearningRule : "BackPropagation"
NetworkTransferFunction : "Gaussian"
Fix Invocation Exception On Startup
Fix Invocation Exception On Startup as of today's EAP.
NOTE: Ignore the NullPointerException that occurs when opening a.nnet file as this is an IDE bug not a bug in the plugin like IDEA suggests. However all plugin features work as normal
Added Network Editor and Missing Training Functions
This Release Contains the Following Features
[ X ] General Bug Fixes
[ X ] Network Decompiler / Editor
[ X ] More Network Training Functions
Added Network Weights Editor
This Release Contains the Following Features
[ X ] General Bug Fixes
[ X ] Network Result Visualiser / Editor
Create Dedicated Neuroph Menu
This release contains the following features
[ X ] General Bug Fixes
[ X ] Create Dedicated Neuroph Menu
[ X ] Removed Neuroph Options From the Tools Menu