encog-java-core
encog-java-core copied to clipboard
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...