+7 (495) 987 43 74 ext. 3304
Join us -              
Рус   |   Eng

Authors

Mastyaev F. A.

Articles

User interface modeling for convolutional neural network for complex character recognition

In this article, we design a user interface for a prototype desktop application using the capabilities of the author’s neural network for recognizing texts in Japanese written by one of the two Japanese alphabets – katakana or hiragana. During the design, the UML notation, a Use-Case Diagram, was used to build scenarios for using the program, and the BPMN notation was used to describe a program’s main algorithm. In the beginning of this article short versions of previous two articles were also given – the basics of proposed method for preprocessing of machine learning data and the main parameters of the proposed convolutional neural network model including its efficiency against reference model EfficientNetB0. In the work, the principles and the tool base for designing the interface of the software solution were defined, the scenarios for using the program, the algorithms of the program were designed, a prototype of the user interface was created. Read more...

Designing an applied software product for emotion recognition and evaluation using a neural network

During the analysis of the most common architectures for building neural networks for image analysis – a direct convolutional layer, a recurrent neural network, a convolutional neural network – the authors determined that the last architecture option for the task is the most suitable. The solutions available on the market, although they allow us to recognize emotions, do not evaluate them, and this is an important result for a wide variety of tasks, because such an assessment allows us to more accurately predict the possible future behavior of both individuals and groups of people. The purpose of this article is to design an application software product (application) and develop a prototype that could perform the functions of analyzing emotions and evaluating them. The objectives of this study include the choice of the architecture of the designed application; the development of an algorithm for the operation of the application; the design of the user interface; a description of the neural network learning process and its results, the model of which was defined in the previous article; demonstration of the prototype (control example). The scientific novelty of the projected application lies in the formation of an assessment of the psycho-emotional state of those people whose images of their faces were evaluated. Such an assessment with recommendations can be widely demanded in various branches of human activity, since it is important to be able to express emotions not only to ordinary people, but also to those whose job is to transfer their emotional state to others: business coaches, journalists, actors, animators, dancers, etc. The presence of emotional intelligence is very important at the moment time. Read more...