IntelligenceLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 13:56, 18 October 2012
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Contents |
Description
Artificial Intelligence Library
Packages
- Package IntelligenceLabBasicPkg - Contains the basic artifficial intelligence components and classes for VisionLab and IntelligenceLab.
- Package IntelligenceLabPkg - Contains the artifficial intelligence components and classes for IntelligenceLab.
- Package SignalLabBasicPkg - Contains the basic components and classes for all the products.
Components
From Package IntelligenceLabPkg
- TILTrainingData - Prepares training data for the classifiers.
- TILSelfOrganizingMap - Self Organizing Map classifier.
- TILNeuron - General purpose neuron component.
- TILNeuralNetwork - Neural Network classifier.
- TILNeuralNetworkBackpropTrain - Trains neural networks using Backprop algorithm.
- TILNeuralNetworkRPropTrain - Trains neural networks using RProp algorithm.
- TILNaiveBayes - Naive Bayesian classifier.
- TILKNearestNeighbor - K Nearest Neighbor classifier.
- TILRadialBasisFunctionNetwork - Radial Basis Function Network classifier.
From Package SignalLabBasicPkg
- TSLPair - Pairs multiple data buffers together.
- TSLGenericReal - User defined filter for Real data.
- TSLGenericFilter - User defined filter for Binary data.
- TSLGenericGen - User defined generator for Binary data.
- TSLGenericRealGen - User defined generator for Real data.
- TSLGenericRealMatrix - User defined generator for Real matrix data.