Questions tagged [encog]

Encog is an advanced neural network and machine learning framework.

Encog is an advanced neural network and machine learning framework. Encog contains classes to create a wide variety of networks, as well as support classes to normalize and process data for these neural networks. Encog trains using multithreaded resilient propagation. Encog can also make use of a GPU to further speed processing time. A GUI based workbench is also provided to help model and train neural networks. Encog has been in active development since 2008.

Encog is available for Java, .Net and C/C++.

243 questions
-1
votes
1 answer

Encog DotNet 3.3 Multithread Error

I am getting what seems to be an Encog (3.x) threading / workload error... Been using Encog CS 3.1, 3.2 and 3.3 with VS.NET 2015 on two servers, each with dual X5400 series 4 core / 4 thread Xeons (8 core / 8 thread system total) without a problem.…
Molasar
  • 184
  • 1
  • 8
-2
votes
2 answers

Normalization csv file by Encog C#

I don't know how to normalize a csv file by using Encog C#..My csv data file: 7.7,3.8,6.7,2.2,\n 7.7,2.6,6.9,2.3,\n 6,2.2,5,1.5,6.9,\n
Ricky Tran
  • 145
  • 1
  • 10
-4
votes
1 answer

Genetic algorithm with Encog library takes hours to train and is not accurate?

I'm using Encog 2.4.0 with Java in my research to evaluate back-propagation and genetic algorithm in font digits (0-9) recognition. I'm using JavaCV to process my digits (images) to a text file of 0 and 1, with each line represent one font image…
Hoss
  • 27
  • 5
1 2 3
16
17