Abstract
This paper presents an innovative cognitive neural network method application in digital image recognition. The following conclusion can be drawn. Each point of the graph is transformed, and the original color of the transformed new coordinates is given to the point. If after all the points have transformed, if there is a point and no point has converted to this point, the point is not given a color. Then this point will form a hole or a stripe, and the color is the color of the point initialization. The innovative method can effectively separate the digital image recognition signal from the mixed signal and maintain the waveform of the source signal with high accuracy, thus laying the foundation for the next step of recognition.
1 Introduction
In recent years, many scholars have conducted many discussions on the topic of digital image recognition and have proposed many methods. Aiming at the confusing characteristics of the feature vectors of handwritten numerals in the literature, a handwritten digital recognition method based on a combination of quantum methods, and multi-class classifiers based on multi-layer excitation functions has proposed. Use MNIST training and testing. This recognition method has a good effect in terms of recognition rate and reliability [1]. In the literature, the clustering technology and genetic algorithm have combined, and a method integration method based on similarity propagation algorithm and genetic algorithm has applied to handwritten digit recognition. In the literature, the characteristics of wavelet transform a in image processing has proposed a new offline handwritten digital feature extraction of local Fourier transform.
In this paper, digital image recognition system has designed based on RBF method. An innovative algorithm is an adaptive learning rate of adjustment algorithm, so that the learning rate of the network weight and threshold adjustment process can be based on the network error surface. The curvature of the different regions changes adaptively. In this paper, the digital pictures used for training and testing have read and binarized to form a corresponding digital matrix [2]. Then the matrix used for training has brought into the method for weights and threshold. The test result of the innovative RBF method has a higher recognition rate in digital image recognition.
2 Grayscale image and binarization
2.1 Grayscale image
In the computer field, a grayscale digital image is an image with only one sample color per pixel. Unlike grayscale images and black and white images, black and white images in computer graphics have only black and white colors; grayscale images have many levels of color depth between black and white [3]. The grayscale image used for display has usually saved with a non-linear scale of 8 bits per sampled pixel, which can have 256 levels of grayscale.
2.2 Binarization
For grayscale images, choose one or more grayscale values t (0[t[255]) to separate the target from the background [4]. This grayscale value has called the threshold. If only one threshold has selected, it has called image binarization. Binarization has also called gray scale division. Binarization is to set the gray value of the pixel on the image to 0 or 255, that is, to present the entire image with a distinct black and white visual effect.
3 Cognitive neural network
The learning process of the cognitive neural network method is different from the BP way. The hidden layer in the cognitive neural network is a sigmoid function whose value is a non-zero value in an infinitely large range in the input space [4]. The cognitive neural network method is a global approximation network with three-layer forward network.
According to the empirical formula, the step-by-step test method determines the number of hidden layer nodes, and gradually calculates the input vector and the corresponding center distance, and then gradually increases the value based on this value. By comparing the entire RBF network can predict the network performance, choose the best performance [5, 6]. The number of nodes corresponding to the entire RBF network can be used as the number of hidden layer neuron nodes.
Figure 1 shows the neuronal work flow of cognitive neural network.

The structure of cognitive neural network method
The cognitive neural network architecture is based on two points: 1. Information is stored on the network through the distribution of excited patterns on the neurons; 2. Information processing is accomplished through dynamic processes of simultaneous interaction between neurons. The radial basis network mathematical model is the network input IV training samples.
Network output:
The network output connection weights form a connection matrix.
Hidden node number I, center point: {Ci}i = 1,2,... I variance is
The relationship between network input and output:
The performance index function of the cognitive neural network approximation is as follows:
3.1 The reason for data preprocessing
The numbers in the input image cannot be directly used as test inputs. Digital strokes in images are sometimes irregular and may overlap. Because the examples in this article are screenshots to simplify the use, location distortion correction, color brightness correction, etc. have omitted, but still need some simple processing. The following is a simple pre-processing of the input image. The main purpose is to separate the two numbers. The method is very simple. First, the image has converted into a binary image, and then etched, and the numbers have separated from each other. This facilitates our next division and identification. This has the added benefit of removing the rest of the noise [7]. Therefore, we need to initialize the data sample, map all the sample data to certain limited space according to certain rules, and then use it to train the network, which can achieve good results.
3.2 Data preprocessing method
This article segmented the image. Since our classifiers can only recognize numbers one by one, we must first separate each number. The basic idea is to first find out the basic contour with the findContours() function and then verify it with simple verification to see if it is a digital contour. For those validated outlines, boundingRect() will be used to find out their bounding boxes. Figure 2 shows the radial basis method structure.

The radial basis method structure
Cognitive neural network network and BP network comparison:
The output of cognitive neural network is a linear sum of weighted unit, and the learning speed has accelerated. The innovative RBF network uses the sigmoid() function as an activation function so that the neuron has a large input visible area. Figure 3 Cognitive neural network and innovative cognitive neural network comparison. The input area of neurons is very small and therefore more radial basis neurons are needed.

Cognitive neural network and innovative Cognitive neural network comparison
4 Application and Algorithm simulation test
4.1 Architecture selection
The digital pictures used for training and testing are all grayscale images with a resolution of 20*36, as shown in table 1. After each image is binarized, it is divided into 16 blocks of equal size, and the number of one’s is counted, and is taken as the feature vector of each picture.
Basic situation of the subjects
x1 | x2 | R1(X) | R2(X) |
---|---|---|---|
1 | 0 | 0.3679 | 0.3679 |
0 | 1 | 0.3679 | 0.3679 |
0 | 0 | 0.1353 | 1 |
1 | 1 | 1 | 0.1353 |
Step 1: Start with the number of the hidden neurons by 1.
Step 2: Perform k-means clustering to find the location of centers for the hidden numbers.
Step 3: Select the width of each neuron to be half of the maximum distance between the center itself and other neurons.
Step 4: Using pseudo-inverse method to obtain the weight.
Step 5: For a selected Q value, compute the current methods error bound by the following equation.
Step 6: Find the minimum error bound, and output the corresponding hidden neuron’s number.
4.2 Method Construction and Training
The method used for digital image recognition in this paper has one input layer, each output layer has 16 nodes, the number of nodes is 1. Among them, the excitation of the first output layer is sigmoid, and the excitation of the second one is an S-type tangent function [8]. The global error is set to 01001. 300 training samples are input into the cognitive neural network method for training. The innovative cognitive neural network method in digital image recognition are shown in the follow (see Figure 4).

The innovative cognitive neural network method in digital image recognition

Changes in the transformation of innovative cognitive neural network x1 represents an independent variable and R(x) represents a dependent variable.
4.3 Method performance test
The 100 test samples have input into the trained method, and the comparison between the recorded output results and the target results showed that the correct rate was 92% [9]. The innovative cognitive neural network method has a high recognition rate in image recognition.
The training results are shown in Figure 6. For the given experimental lattice image, all the dots in the last line are white pixels, so that after the transformation, a white stripe is added at the bottom of the pattern than the result of the reference experiment report [10]. In Fig. 6, the innovative cognitive neural network learning algorithm has reached the preset precision after 1047 iterations. It is the innovative cognitive neural network learning algorithm, that is, the convergence performance is obviously better than the original cognitive neural network learning algorithm. The next step is to extract the seven invariant moments of the image, and then use the improved neural network (BP) to study the image target recognition algorithm. The results show that the algorithm has better recognition effect and faster speed, which can be applied to small images.

Changes in cognitive neural network during the recovery period
4.4 Discussions
The potential application prospects in the areas of office automation, automatic meter identification, and bank check recognition are very broad. The problem of Arabic numerals recognition can be attributed to a supervised learning problem, that is, hoping to learn the knowledge or information needed for classification from a given sample feature set, thereby constructing a decision surface. This paper presents an innovative cognitive neural network method application in digital image recognition. Each point of the graph has transformed, and the original color of the transformed new coordinates has assigned to the original point. As for why no point has converted to this coordinate, it is because the point coordinates are all integers and are discrete points. After the transformation, they are real numbers and need to be integers. Inevitably, they need to be rounded. In this operation, some points may not have other points to change to that point, thus forming voids or stripes. The IDW method can effectively separate the source image signal from the mixed signal and maintain the waveform of the source signal with high accuracy, thus laying the foundation for the next step of recognition.
5 Conclusions
With the continuous development of social informatization, the issue of automatic recognition of Arabic numerals has gradually attracted the attention of researchers in related fields. This paper uses the innovative cognitive neural network method algorithm for digital image recognition. First, certain number of training samples have used to train the method to obtain an RBF method that satisfies the global error index. Then, the test sample has used to test the recognition rate of the method. The test result is over 90%. The test results show that the innovative cognitive neural network method has a significant improvement in the convergence speed compared with the original cognitive neural network method, and the innovative cognitive neural network method has a high accuracy in digital image recognition.
References
[1] Rashidi, Abbas, et al. “An analogy between various machine-learning techniques for detecting construction materials in digital images.” KSCE Journal of Civil Engineering 20.4 (2016): 1178-1188.10.1007/s12205-015-0726-0Search in Google Scholar
[2] Karaboga, Dervis, et al. “A comprehensive survey: artificial bee colony (ABC) algorithm and applications.” Artificial Intelligence Review 42.1 (2014): 21-57.10.1007/s10462-012-9328-0Search in Google Scholar
[3] Harikumar, R. “Performance analysis of methods for classification of medical images with wavelets as a feature extractor.” International Journal of Imaging Systems and Technology 25.1 (2015): 33-40.10.1002/ima.22118Search in Google Scholar
[4] Pratiwi, Mellisa, Jeklin Harefa, and Sakka Nanda. “Mammograms classification using gray-level co-occurrence matrix and radial basis function method.” Procedia Computer Science 59 (2015): 83-91.10.1016/j.procs.2015.07.340Search in Google Scholar
[5] M. Rabbani, E. Bambaeichi, F. Esfarjani, et al, The effects of heart rate versus speed-based high-intensity interval training on heart rate variability in young females, 2(2017), No.2, 90-94.10.15171/ijbsm.2017.17Search in Google Scholar
[6] Chen, Yushi, et al. “Deep feature extraction and classification of hyperspectral images based on convolutional methods.” IEEE Transactions on Geoscience and Remote Sensing 54.10 (2016): 6232-6251.10.1109/TGRS.2016.2584107Search in Google Scholar
[7] Yang, Gelan, et al. “Automated classification of brain images using wavelet-energy and biogeography-based optimization.” Multimedia Tools and Applications 75.23 (2016): 15601-15617.10.1007/s11042-015-2649-7Search in Google Scholar
[8] Zhang, Le, and Ponnuthurai N. Suganthan. “A survey of randomized algorithms for training methods.” Information Sciences 364 (2016): 146-155.10.1016/j.ins.2016.01.039Search in Google Scholar
[9] Chen, Yushi, Xing Zhao, and Xiuping Jia. “Spectral–spatial classification of hyperspectral data based on deep belief network.” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing 8.6 (2015): 2381-2392.10.1109/JSTARS.2015.2388577Search in Google Scholar
[10] Valarmathi, P., and S. Robinson. “An Innovative Method for Mammogram Classification Using Genetic Optimization.” Journal of Medical Imaging and Health Informatics 6.7 (2016): 1631-1635.10.1166/jmihi.2016.1862Search in Google Scholar
© 2019 Yuxi Liu, published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Autobiographical memory increases pupil dilation
- Regular Articles
- Nox2-dependent neuroinflammation in an EAE model of multiple sclerosis
- Radiation outcome in mechanical thrombectomy of acute ischemic stroke
- Test and evaluation of advertising effect based on EEG and eye tracker
- Difference in the ascending reticular activating system injury between mild traumatic brain injury and cerebral concussion
- Early antiinflammatory therapy attenuates brain damage after sah in rats
- Change of cognitive functions after stroke with rehabilitation systems
- Severe apathy due to injury of prefronto-caudate tract
- Brain gene expression in a novel mouse model of postpartum mood disorder
- MiR-1906 attenuates neuropathic pain in rats by regulating the TLR4/mTOR/ Akt signaling pathway
- L-655,708 does not prevent isoflurane-induced memory deficits in old mice
- Coping strategies for oral health problems by people with schizophrenia
- Description and assessment of a neurosurgery shadowing and research program: A paradigm for early and sustained exposure to academic neurosurgery
- Processing of action and sound verbs in context: An FMRI study
- Heart rate variability and vagus nerve stimulation in epilepsy patients
- Clinical trial publication trends within neurology
- Protective effect of resveratrol against corticosterone-induced neurotoxicity in PC12 cells
- Early multidisciplinary intensive-care therapy can improve outcome of severe anti-NMDA-receptor encephalitis presenting with extreme delta brush
- CSF proteomics of patients with hydrocephalus and subarachnoid haemorrhage
- Behavior and hippocampal Epac signaling to nicotine CPP in mice
- Chronic subdural hematoma (CSH) is still an important clinical problem. Analysis of 700 consecutive patients
- Interactions of aromatase and seladin-1: A neurosteroidogenic and gender perspective
- Special Issue: Adult Neurogenesis and Neurological Disorders
- Cognitive diagnosis of cultural and rural tourism convergence
- Cognition of nurses in neurology department on rehabilitation nursing
- Evaluation of news communication effect based on cognitive neuroscience
- Influence of cognitive neuroscience on contemporary philosophy of science
- EEG-based quantitative analysis of aesthetic emotion in clothing design
- Research on digital news distribution based on cognitive neuroscience
- Influence of cognitive neural mechanism on music appreciation and learning
- Analysis on artist neuropsychology and art creation
- Computational neuroscience applied in surface roughness fiber optic sensor
- Clothing pressure alters brain wave activity in the occipital and parietal lobes
- Prediction of global value chain based on cognitive neural network -Take Chinese automobile industry as an example
- New orientation of study on economic psychology and behaviour
- Study on the progress of neural mechanism of positive emotions
- The role of meditation in college students' neuroticism and mental health
- Digital image recognition based on improved cognitive neural network
- Decision-making ability of professional managers based on neurocognitive
- Music recognition algorithm based on T-S cognitive neural network
- Characteristics of cognitive in children with learning difficulties
- Cognitive neural mechanism of sports competition pressure source
- Analysis of dexmedetomidine on the quality of awakening during neurosurgery
- Early path nursing on neurological function recovery of cerebral infarction
- Clinical study of neurology nursing on cerebral apoplexy rehabilitation
Articles in the same Issue
- Autobiographical memory increases pupil dilation
- Regular Articles
- Nox2-dependent neuroinflammation in an EAE model of multiple sclerosis
- Radiation outcome in mechanical thrombectomy of acute ischemic stroke
- Test and evaluation of advertising effect based on EEG and eye tracker
- Difference in the ascending reticular activating system injury between mild traumatic brain injury and cerebral concussion
- Early antiinflammatory therapy attenuates brain damage after sah in rats
- Change of cognitive functions after stroke with rehabilitation systems
- Severe apathy due to injury of prefronto-caudate tract
- Brain gene expression in a novel mouse model of postpartum mood disorder
- MiR-1906 attenuates neuropathic pain in rats by regulating the TLR4/mTOR/ Akt signaling pathway
- L-655,708 does not prevent isoflurane-induced memory deficits in old mice
- Coping strategies for oral health problems by people with schizophrenia
- Description and assessment of a neurosurgery shadowing and research program: A paradigm for early and sustained exposure to academic neurosurgery
- Processing of action and sound verbs in context: An FMRI study
- Heart rate variability and vagus nerve stimulation in epilepsy patients
- Clinical trial publication trends within neurology
- Protective effect of resveratrol against corticosterone-induced neurotoxicity in PC12 cells
- Early multidisciplinary intensive-care therapy can improve outcome of severe anti-NMDA-receptor encephalitis presenting with extreme delta brush
- CSF proteomics of patients with hydrocephalus and subarachnoid haemorrhage
- Behavior and hippocampal Epac signaling to nicotine CPP in mice
- Chronic subdural hematoma (CSH) is still an important clinical problem. Analysis of 700 consecutive patients
- Interactions of aromatase and seladin-1: A neurosteroidogenic and gender perspective
- Special Issue: Adult Neurogenesis and Neurological Disorders
- Cognitive diagnosis of cultural and rural tourism convergence
- Cognition of nurses in neurology department on rehabilitation nursing
- Evaluation of news communication effect based on cognitive neuroscience
- Influence of cognitive neuroscience on contemporary philosophy of science
- EEG-based quantitative analysis of aesthetic emotion in clothing design
- Research on digital news distribution based on cognitive neuroscience
- Influence of cognitive neural mechanism on music appreciation and learning
- Analysis on artist neuropsychology and art creation
- Computational neuroscience applied in surface roughness fiber optic sensor
- Clothing pressure alters brain wave activity in the occipital and parietal lobes
- Prediction of global value chain based on cognitive neural network -Take Chinese automobile industry as an example
- New orientation of study on economic psychology and behaviour
- Study on the progress of neural mechanism of positive emotions
- The role of meditation in college students' neuroticism and mental health
- Digital image recognition based on improved cognitive neural network
- Decision-making ability of professional managers based on neurocognitive
- Music recognition algorithm based on T-S cognitive neural network
- Characteristics of cognitive in children with learning difficulties
- Cognitive neural mechanism of sports competition pressure source
- Analysis of dexmedetomidine on the quality of awakening during neurosurgery
- Early path nursing on neurological function recovery of cerebral infarction
- Clinical study of neurology nursing on cerebral apoplexy rehabilitation