Nieuws

Hi! Thanks for checking out my tutorial where I walk you through the process of coding a convolutional neural network in java from scratch. After building a network for a university assignment, I ...
The framework will interpert and build a neural network that is defined in the example_config. The idea behind this is to have an easy configurable file that will allow the user to define network ...
This article describes the backpropagation algorithm, a basic neural network, and its implementation on a Lego Roverbot with Java.
Find out why backpropagation and gradient descent are key to prediction in machine learning, then get started with training a simple neural network using gradient descent and Java code.
Build a neural network step by step using pure Java — no libraries, just code and concepts made simple!
In this paper we describe the way in which we select the weights set for a two hidden layers feed forward neural network. The weights are selected based on the fault tolerance of the neural network.