Katie-Ann
Multi-purpose Artificial Neural Networks Software Library
Katie-Ann is our company’s proprietary solution for Neural Network applications. It is a generic software tool which is customisable for different AI problems to be solved by “Supervised Learning”. Katie-Ann is a standalone PC software tool. There is no need to know any programming languages to use it. It accepts IO data in tabular format and produces output as a CSV file.
Language of the library: Java
Execution environment: Windows 10
Additional information: The architecture of Katie-Ann is based on the Multilayer Perceptron (MLP) which is a large class of feedforward neural networks with neurons arranged in layers. In this structure, all neurons in adjacent layers are connected to through uni-directional links called synaptic weights. Learning of the MLP consist of the adaptation of all synaptic weights in such a way that the discrepancy between the actual output signals and the desired signals, averaged over all learning examples, is as small as possible. The standard back propagation algorithm which uses the “Steepest-Descent Gradient Approach” to minimize the mean-squared error function is used during the training phase.