Recurrent aphthous ulceration (RAU) affects healthy as well as medically-compromised people. Aphthous ulcers are painful, shallow, and usually covered with a grayish white pseudomembrane that is surrounded by an erythematous margin.
1Although the clinical characteristics of RAU are well defined, the precise etiology remains unclear, and therefore the term “idiopathic” is widely used.
2 Nevertheless, a number of predisposing factors have been linked to a minority of patients. A genetic background has been found for some RAU patients; those having positive family history for oral ulcerations have shown an increased frequency of human leukocyte antigen (HLA) types A2, A11, B12, and DR2.
2Dietary patterns could be playing a role in the pathogenesis, either by causing hypersensitivity or by deficiency of some vitamins, proteins, or minerals.
3 Results of recent studies implicate cows milk in the etiology of RAU.
4–
6 Recurrent aphthous-like ulcers are seen as oral manifestations of hematinic deficiencies of vitamin B1, B2, B6, B12, folic acid, or iron.
2 While some researchers found a significant relationship between vitamin B12 deficiency and RAU, it was also found that hemoglobin level and serum levels of folic acid and ferritin did not have a statistically significant effect on RAU.
1 Some researchers noticed that RAU patients ate acidic foods like oranges and lemons more frequently than participants in a control group.
3 Food allergies including chocolate, cheese, gluten, cinnamaldehyde, methyl methacrylate, mercury, wheat flour, tomatoes, peanuts, and strawberries might be responsible for the onset of oral ulcers.
2,
7–
9A minority of patients may be predisposed to aphthous-like ulcers by systemic conditions or diseases.
10 Gender seems to be unrelated to the occurrence of RAU,
1 however, patients affected by RAU are usually nonsmokers.
2Based on knowledge of the aforementioned predisposing factors, the diagnosis of RAU can be established by obtaining a proper history that confirms recurrence and excludes trauma as a predisposing factor. The clinical features of RAU are also important tools in establishing the diagnosis. RAU can appear in one of three forms: minor, major, and herpetiform.
11,
12Artificial neural networks (ANN) is an example of an intelligent data analysis tool and is claimed to be superior to classic regression.
13,
14 ANNs function in much the same way as neurons in the brain, which have the capability of acquiring, storing, and utilizing experiential knowledge.
15,
16 An ANN consists of an interconnected group of artificial neurons that process information using a connectionist approach to computation. It is an adaptive system that changes the values of some constants related to certain input data based on their effect on the output data.
15,
16Genetic algorithms (GAs) are based on the triangle of genetic reproduction, evaluation, and selection.
17 Genetic reproduction is performed by means of two basic genetic operators: crossover and mutation. Evaluation is performed by means of the fitness function, which is dependent on the specific problem. Selection is the mechanism that selects parent individuals with probability proportional to their relative fitness. Some genetic algorithms (like the one used in this work) consist of the following steps:
Initialization. An initial population comprising a number of individuals is randomly generated in this phase.
Evaluation. The fitness, a positive measure of quality used as a measure to reflect the degree of goodness of the individual, is calculated for each individual in the population.
Selection. Individuals are chosen from the current population to enter a mating pool devoted to the creation of new individuals for the next generation such that the chance of a given individual to be selected to mate is proportional to its relative fitness. This means that best individuals produce more copies in subsequent generations so that their desirable traits may be passed onto their offspring. This step ensures that the overall quality of the population increases from one generation to the next.
Crossover. Provides the means by which valuable information is shared among the population. It combines the features of two parent individuals to form two children individuals who may have new patterns compared to those of their parents. Crossover also plays a central role in GAs.
Mutation. Often introduced to guard against premature convergence. Generally, over a period of several generations, the gene pool tends to become more and more homogeneous. The purpose of mutation is to introduce occasional perturbations to the parameters to maintain genetic diversity within the population.
Replacement. After generating the offspring’s population through the application of the genetic operators to the parents’ population, the parents’ population is totally replaced by the offspring’s population. This is known as non-overlapping, generational replacement. This completes the “life cycle” of the population.
Termination. The GA is terminated when some convergence criterion is met. Possible convergence criteria are: the fitness of the best individual so far found exceeds a threshold value, or the maximum number of generations is reached. After terminating the algorithm, the optimal solution of the problem is the best individual so far found. The block diagram of the genetic algorithm is given in .
The parameters that are optimized using the genetic algorithm are the number of layers, the number of neurons, and the corresponding weights during the training phase. The network’s output for each individual is compared with the desired output and the overall error rate is minimized throughout the evolution process of the genetic algorithm.
18ANN was originally used in medicine to investigate the causality of a number of diseases and it was found to have relatively high accuracy.
19–
23 Some researchers used ANN to diagnose celiac disease based on the occurrence of oral lesions including RAU.
24 Others used it to predict survival rates of cancer patients undergoing esophagus and esophagogastric junction resections,
25 to predict relapse in breast cancer patients,
26 to predict lymph node metastasis in gastric cancer,
27 to diagnose and predict survival of patients with colon cancer,
28 to predict radiation-induced liver disease,
29 and to study pancreatic cancer.
21 Despite the promising medical applications of ANN, its use in oral medicine is still limited and is mainly focused on oral cancer and precancer.
30–
35The aim in this study was to find the predisposing factors suitable for constructing artificial neural networks capable of predicting the occurrence of RAU.