News

The best way to understand neural networks is to build one for yourself. Let's get started with creating and training a neural network in Java.
The Java Compiler Compiler (JavaCC) facilitates designing and implementing your own programming language in Java. You can use it to build handy little languages to solve problems at hand, or build ...
Here's a simple example of how to build your Java apps in Jenkins with Ant. We demonstrate both the Jenkins Ant plugin and the Jenkins pipeline approach with a Jenkinsfile as well.