- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 224字
- 2021-06-10 19:30:08
The Encog Machine Learning Framework
Encog is a machine learning framework in Java/C# that was developed by Jeff Heaton, a data scientist. It supports normalizing and processing data and a variety of advanced algorithm such as SVM, Neural Networks, Bayesian Networks, Hidden Markov Models, Genetic Programming, and Genetic Algorithms. It has been actively developed since 2008. It supports multi-threading, which boosts performance on multi-core systems.
It can be found at https://www.heatonresearch.com/encog/. MLMethod is the base interface, which includes all of the methods for the models. The following are some of the interfaces and classes that it includes:
- MLRegression: This interface defines regression algorithms
- MLClassification: This interface defines classification algorithms
- MLClustering: This interface defines clustering algorithms
- MLData: This class represents a vector used in a model, either for input or output
- MLDataPair: The functionality of this class is similar to that of MLData, but can be used for both input and output
- MLDataSet: This represents the list of MLDataPair instances for trainers
- FreeformNeuron: This class is used as a neuron
- FreeformConnection: This shows the weighted connection between neurons
- FreeformContextNeuron: This represents a context neuron
- InputSummation: This value specifies how the inputs are summed to form a single neuron
- BasicActiveSummation: This is the simple sum of all input neurons
- BasicFreeConnection: This is the basic weighted connection between neurons
- BasicFreeformLayer: This interface provides a layer
推薦閱讀
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- 現代測控電子技術
- 火格局的時空變異及其在電網防火中的應用
- Drupal 7 Multilingual Sites
- 一本書玩轉數據分析(雙色圖解版)
- Cloud Analytics with Microsoft Azure
- 程序設計語言與編譯
- 群體智能與數據挖掘
- Windows程序設計與架構
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- 菜鳥起飛系統安裝與重裝
- ESP8266 Robotics Projects
- 智能鼠原理與制作(進階篇)
- INSTANT VMware vCloud Starter
- Data Analysis with R(Second Edition)