encog Questions

1

Is there any detailed documentation on how to use Encog Framework? I am aware of the user guide available at UserGuide and the C# examples at encog github repository However I am focused on using ...

1

I get constantly error Total number of RBF neurons must be some integer to the power of 'dimensions' with using method SetRBFCentersAndWidthsEqualSpacing in C#. Can someone who is familiar with RB...
Bernicebernie asked 16/10, 2016 at 16:37

1

Solved

I went through whole documantation and didnt find how to set RBF network. I found some RBF example in ConsoleExmpales/Examples/Radial, but it looks like it doesnt work anymore, beceause some method...
Cymene asked 21/8, 2016 at 22:30

2

Solved

I need to normalize a CSV file. I followed this article written by Jeff Heaton. This is (some) of my code: File sourceFile = new File("Book1.csv"); File targetFile = new File("Book1_norm.csv"); En...
Guacharo asked 26/2, 2013 at 4:55

2

Solved

Could someone show me how to use multi class SVM classification in Encog 3.1? I have used their Neural Networks with some success, but can not work out how to set up a multiclass SVM. The docs ha...
Crossbred asked 24/5, 2013 at 21:16

1

I have decided to use a feed-forward NN with back-propagation training for my OCR application for Handwritten text and the input layer is going to be with 32*32 (1024) neurones and at least 8-12 ou...
Cooker asked 29/10, 2012 at 10:47

1

Solved

I am writing an Android app that will be performing image recognition and analysis. I have heard that a neural network is one of the better ways to perform image recognition and have attempted to p...
Symbolist asked 2/1, 2012 at 2:54

1

I am making a program that predicts outcome of a football match using encog. I have created a neural network, trained it with data of 90 matches with resilient propagation training method. I have m...
Sheldon asked 16/8, 2012 at 0:18
1

© 2022 - 2024 — McMap. All rights reserved.