Tooth decayTooth decay, also known as cavities or caries, is the breakdown of teeth due to acids produced by bacteria. The cavities may be a number of different colors from yellow to black. Symptoms may include pain and difficulty with eating. Complications may include inflammation of the tissue around the tooth, tooth loss and infection or abscess formation. The cause of cavities is acid from bacteria dissolving the hard tissues of the teeth (enamel, dentin and cementum).
Deep learningDeep learning is part of a broader family of machine learning methods, which is based on artificial neural networks with representation learning. The adjective "deep" in deep learning refers to the use of multiple layers in the network. Methods used can be either supervised, semi-supervised or unsupervised.
Dental restorationDental restoration, dental fillings, or simply fillings are treatments used to restore the function, integrity, and morphology of missing tooth structure resulting from caries or external trauma as well as to the replacement of such structure supported by dental implants. They are of two broad types—direct and indirect—and are further classified by location and size. A root canal filling, for example, is a restorative technique used to fill the space where the dental pulp normally resides.
Deep reinforcement learningDeep reinforcement learning (deep RL) is a subfield of machine learning that combines reinforcement learning (RL) and deep learning. RL considers the problem of a computational agent learning to make decisions by trial and error. Deep RL incorporates deep learning into the solution, allowing agents to make decisions from unstructured input data without manual engineering of the state space. Deep RL algorithms are able to take in very large inputs (e.g.
Q-learningQ-learning is a model-free reinforcement learning algorithm to learn the value of an action in a particular state. It does not require a model of the environment (hence "model-free"), and it can handle problems with stochastic transitions and rewards without requiring adaptations. For any finite Markov decision process (FMDP), Q-learning finds an optimal policy in the sense of maximizing the expected value of the total reward over any and all successive steps, starting from the current state.
Convolutional neural networkConvolutional neural network (CNN) is a regularized type of feed-forward neural network that learns feature engineering by itself via filters (or kernel) optimization. Vanishing gradients and exploding gradients, seen during backpropagation in earlier neural networks, are prevented by using regularized weights over fewer connections. For example, for each neuron in the fully-connected layer 10,000 weights would be required for processing an image sized 100 × 100 pixels.
Dental sealantDental sealants (also termed pit and fissure sealants, or simply fissure sealants) are a dental treatment intended to prevent tooth decay. Teeth have recesses on their biting surfaces; the back teeth have fissures (grooves) and some front teeth have cingulum pits. It is these pits and fissures that are most vulnerable to tooth decay because food and bacteria stick in them and because they are hard-to-clean areas. Dental sealants are materials placed in these pits and fissures to fill them in, creating a smooth surface which is easy to clean.
Dental erosionAcid erosion is a type of tooth wear. It is defined as the irreversible loss of tooth structure due to chemical dissolution by acids not of bacterial origin. Dental erosion is the most common chronic condition of children ages 5–17, although it is only relatively recently that it has been recognised as a dental health problem. There is generally widespread ignorance of the damaging effects of acid erosion; this is particularly the case with erosion due to consumption of fruit juices because they tend to be considered as healthy.
Machine learningMachine learning (ML) is an umbrella term for solving problems for which development of algorithms by human programmers would be cost-prohibitive, and instead the problems are solved by helping machines 'discover' their 'own' algorithms, without needing to be explicitly told what to do by any human-developed algorithms. Recently, generative artificial neural networks have been able to surpass results of many previous approaches.
Reinforcement learningReinforcement learning (RL) is an area of machine learning concerned with how intelligent agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning. Reinforcement learning differs from supervised learning in not needing labelled input/output pairs to be presented, and in not needing sub-optimal actions to be explicitly corrected.