Multilayer Perceptron

In its MACHINE LEARNING section, XYOM offers the possibility to use a multilayer perceptron (Copyright (c) 2015-2016 Ulf Biallas) applied to the recognition of taxonomic groups with the use of metric properties (size, shape).

The general idea is to train the multilayer perceptron (MLP) with known (or reference) data, i.e., metric properties of known taxonomic groups, then to use the output of the trained MLP, called “weights“, to recognise unknown individuals.

Input

Fake unknown data

Reference data file, and its corresponding subdivision.

NOTES

The reference data are randomly subdivided into training and testing sets, the process of learning is iterative, and stopped when the testing set is correctly identified at a level of 75%.

Then, the fake unknown (or true unknown) are tentatively identified using the weights.

In the next XYOM version, the user will be allowed to enter also the subdivision corresponding to the fake unknown.

 

LICENCE

The Machine learning procedures of XYOM makes use of javascript libraries under MIT licence.

Copyright (c) 2015-2016 Ulf Biallas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.