Kalpana Kalpana (Editor)

Encog

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Development status
  
Active

Operating system
  
Cross-platform

Written in
  
Java, .Net, C++

Type
  
Machine Learning

Developer(s)
  
Heaton Research, Inc and contributors

Stable release
  
3.3.0 / September 24, 2014 (2014-09-24)

Encog is a machine learning framework available for Java, .Net, and C++. Encog supports different learning algorithms such as Bayesian Networks, Hidden Markov Models and Support Vector Machines. However, its main strength lies in its neural network algorithms. 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 many different techniques. Multithreading is used to allow optimal training performance on multicore machines. The C++ version of Encog can offload some processing to an OpenCL compatible GPU for further performance gains.

Contents

Encog can be used for many tasks, including medical and financial research. A GUI based workbench is also provided to help model and train neural networks. Encog has been in active development since 2008.

Neural Network Architectures

  • ADALINE Neural Network
  • Adaptive Resonance Theory 1 (ART1)
  • Bidirectional Associative Memory (BAM)
  • Boltzmann Machine
  • Counterpropagation Neural Network (CPN)
  • Elman Recurrent Neural Network
  • Neuroevolution of augmenting topologies (NEAT)
  • Feedforward Neural Network (Perceptron)
  • Hopfield Neural Network
  • Jordan Recurrent Neural Network
  • Radial Basis Function Network
  • Recurrent Self Organizing Map (RSOM)
  • Self Organizing Map (Kohonen)
  • Training Techniques

  • Backpropagation
  • Resilient Propagation (RProp)
  • Scaled Conjugate Gradient (SCG)
  • Levenberg–Marquardt algorithm
  • Manhattan Update Rule Propagation
  • Competitive Learning
  • Hopfield Learning
  • Genetic Algorithm Training
  • Instar Training
  • Outstar Training
  • ADALINE Training
  • References

    Encog Wikipedia