encog-java-core icon indicating copy to clipboard operation
encog-java-core copied to clipboard

Results 69 encog-java-core issues
Sort by recently updated
recently updated
newest added

The updated MQL Language is Having Problems with the MQL code Your RealTime Analyst Generates. I Did solve the issue coz Ia m an MQL Coder. You Should change all...

Enhancement

Hello I want to recognize gestures using accelerometer. After a couple of days I've reached the point where I received first results. But unfortunatelly they are rather poor. I stick...

Support

I am trying to classify audio data with MFCC and an Hidden Markov Model. I am using the encog java library. I have a working MFCC implementation and get 13...

Enhancement
Example Request

Hello, There appears to be some problem with `generate()` method of `TemporalMLDataSet` class. After using this method the data set is missing its very last data pair if I iterate...

MaybeBug

In the `TrainEA` class, the javadoc for `getMethod()` specifies it should return ``` A network created for the best genome. ``` But the method body looks like ``` public MLMethod...

Bug

I am doing some experiments with the Elman Neural Network and reading the JavaDoc I noticed this incongruence. This is what reported in the description of the class > The...

Enhancement

Hi Once made a post about the ElmanPattern in the forums since I thaught it was strange that in the output layer null is used as the argument for the...

Enhancement

In ElmanPattern class, the method `generate()` is producing an exception. The following line is the one throwing the exception. `final BasicNetwork network = new BasicNetwork();` `Method threw 'org.encog.neural.NeuralNetworkError' exception. Cannot...

MaybeBug

Hi, Feel a little bit disappointed over feedback in the forums but hoping for better success here instead. Think I have found a couple of PNN learning realated bugs. The...

Bug

I use TrainBaumWelchScaled to train HiddenMarkovModel. It seems that the mu (mean) on the StateDistribution on the HiddenMarkovModel do not change after the iterations. Here is my logic within the...