2022
DOI: 10.3390/app12083730
|View full text |Cite
|
Sign up to set email alerts
|

Comparison of Multilayer Neural Network Models in Terms of Success of Classifications Based on EmguCV, ML.NET and Tensorflow.Net

Abstract: In this paper, we compare three different models of multilayer neural networks in terms of their success in the classification phase. These models were designed for EmguCV, ML.NET and Tensorflow.Net libraries, which are currently among the most widely used libraries in the implementation of an automatic recognition system. Using the EmguCV library, we achieved a success rate in the classification of human faces of 81.95% and with ML.NET, which was based on the pre-trained ResNet50 model using convolution layer… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
4

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(3 citation statements)
references
References 42 publications
0
3
0
Order By: Relevance
“…To program neural networks, we used the Python language with the connection of Numpy, Keras and TensorFlow libraries (Hoijtink and Planqué-Van Hardeveld, 2022;Magdin et al, 2022). The Numpy library helps develop a simple neural network that solves a prediction problem.…”
Section: Methodsmentioning
confidence: 99%
“…To program neural networks, we used the Python language with the connection of Numpy, Keras and TensorFlow libraries (Hoijtink and Planqué-Van Hardeveld, 2022;Magdin et al, 2022). The Numpy library helps develop a simple neural network that solves a prediction problem.…”
Section: Methodsmentioning
confidence: 99%
“…ML.Net is a machine learning framework developed by Microsoft for the new ".Net" platform and provides a low-code development tool called "Model Builder", an intuitive graphical Visual Studio extension for generating, training and deploying custom machine learning models [18]. Therefore, for ".Net" platform developers, using the ML.Net machine learning framework is an excellent choice in terms of ease of use, performance and accuracy [19] ResNet-50 is a residual network that uses a shortcut connection to connect the inputs directly to the outputs (as shown in Figure 3A), which effectively solves the problem of performance degradation due to the deepening of the network as the shortcut connection does not increase the amount of computation [20].…”
Section: Machine Learning Modelmentioning
confidence: 99%
“…The HAR is very important in real-time systems that include smart gadgets and deep learning techniques [18,19]. To recognize activities from a real environment with continuous data streaming remains a major challenge, as shown in [20].…”
Section: Introductionmentioning
confidence: 99%