Implementation of Multilayer Perceptron in Graphics Processing Unit

Often in computer technologies methods are used based on exact calculations. For example, in searching algorithms the goal is to find exactly a given element in a given set. Searching a record in a database is performed by looking for exact value in a given field, for example the identifier of the record or the values in a group of fields.