Neurex

Neurex
Neurex
Developer: Ivo Vondrak Apps
Category: Productivity
2.4K installs
ratings
+2.2K weekly installs
+2.4K monthly installs

Neurex Summary

Neurex is a with in-app purchases Android app in the Productivity category, developed by Ivo Vondrak Apps. First released 2 months ago(Nov 2025), the app has accumulated 2.4K+ total installs

Recent activity: 2.2K installs this week (2.4K over 4 weeks) showing exceptional growth View trends →

Store info: Last updated on Google Play on Nov 5, 2025 .


0★

Ratings:

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

Artificial neural network in your pocket

Neurex is an expert system based on a multi-layered neural network. The era of neural networks and connectionism offers a new perspective on obtaining reliable knowledge for decision support and its user-friendly application. Traditional expert systems, which are rule-based and/or frame-based, often face challenges in creating a reliable knowledge base. Neural networks can overcome these difficulties. It's possible to create a knowledge base without experts, solely using data collections that describe the solved area, or with experts whose knowledge can be verified during the learning process. Time-series support is also included. You can now predict output values when patterns represent time-ordered records.The expert system's usage process can be outlined as follows:

1. Definition of the Neural Network Topology: This step involves defining the number of input and output facts, as well as determining the number of hidden layers.
2. Formulation of Input and Output Facts (Attributes): Each fact is linked to a neuron in the input or output layer. The range of values for each attribute is also defined.
3. Definition of the Training Set: Patterns are entered using truth values (e.g., 0-100%) or values from the range defined in the previous steps. In case that patterns represent time series it is possible to define number of patterns in sequence (time window) for the prediction of the output. Value 1 says that there is no time context and patterns are time independent.
4. Learning Phase of the Network: The weights of the connections (synapses) between neurons, the slopes of the sigmoid functions, and the thresholds of the neurons are computed using the Back Propagation (BP) method. Options are available to define parameters for this process, such as the learning rate and the number of learning cycles. These values form the expert system's memory or knowledge base. The learning process's results are displayed using the mean squared error, and the index of the worst pattern and its percentage error is also shown.
5. Consultation with the System: In this phase, the values of the input facts are defined, after which the values of the output facts are immediately deduced.