- 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創(chuàng)意網(wǎng)站構(gòu)建實(shí)例詳解
- Ansible Quick Start Guide
- 反饋系統(tǒng):多學(xué)科視角(原書第2版)
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- Hands-On Cybersecurity with Blockchain
- 工業(yè)機(jī)器人入門實(shí)用教程(KUKA機(jī)器人)
- 聊天機(jī)器人:入門、進(jìn)階與實(shí)戰(zhàn)
- Excel 2007技巧大全
- 單片機(jī)C語言應(yīng)用100例
- Azure PowerShell Quick Start Guide
- HTML5 Canvas Cookbook
- Dreamweaver CS6精彩網(wǎng)頁制作與網(wǎng)站建設(shè)
- Excel 2007終極技巧金典
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)學(xué)習(xí)指導(dǎo)與練習(xí)(Windows XP+Office 2003)
- 暗戰(zhàn)強(qiáng)人:黑客攻防入門全程圖解