Sciweavers


Publication
644views
13 years 11 months ago
Benchmarking and Comparing Encog, Neuroph and JOONE Neural Networks
In this article the author benchmarks Neuroph, JOONE and Encog. These are the three major open source frameworks for Java. Encog also has a .Net version. I will give all three fram...
Tahere Taheri

Tutorial
3234views
14 years 11 days ago
Nguyen-Widrow and other Neural Network Weight/Threshold Initialization Methods
Neural networks learn by adjusting numeric values called weights and thresholds. A weight specifies how strong of a connection exists between two neurons. A threshold is a value,...
Jeff Heaton

Tutorial
4472views
14 years 3 months ago
An Introduction to Encog Neural Networks for Java
This article provides a basic introduction to neural networks and neural network programming using the Encog Artificial Intelligence Framework. Encog is an AI framework that is ava...
Jeff Heaton