Non-alcoholic fatty liver diseaseMetabolic (dysfunction) associated fatty liver disease (MAFLD) was previously known as non-alcoholic fatty liver disease (NAFLD) until renamed in 2023 by a global consensus panel composed mostly of hepatology researchers and clinicians. The term metabolic dysfunction-associated steatotic liver disease (MASLD) is also used. MAFLD is excessive fat build-up in the liver without another clear cause such as alcohol use.
Fatty liver diseaseFatty liver disease (FLD), also known as hepatic steatosis, is a condition where excess fat builds up in the liver. Often there are no or few symptoms. Occasionally there may be tiredness or pain in the upper right side of the abdomen. Complications may include cirrhosis, liver cancer, and esophageal varices. There are two types of fatty liver disease: non-alcoholic fatty liver disease (NAFLD) and alcoholic liver disease. NAFLD is made up of simple fatty liver and non-alcoholic steatohepatitis (NASH).
Learning classifier systemLearning classifier systems, or LCS, are a paradigm of rule-based machine learning methods that combine a discovery component (e.g. typically a genetic algorithm) with a learning component (performing either supervised learning, reinforcement learning, or unsupervised learning). Learning classifier systems seek to identify a set of context-dependent rules that collectively store and apply knowledge in a piecewise manner in order to make predictions (e.g. behavior modeling, classification, data mining, regression, function approximation, or game strategy).
Alcoholic liver diseaseAlcoholic liver disease (ALD), also called alcohol-related liver disease (ARLD), is a term that encompasses the liver manifestations of alcohol overconsumption, including fatty liver, alcoholic hepatitis, and chronic hepatitis with liver fibrosis or cirrhosis. It is the major cause of liver disease in Western countries. Although steatosis (fatty liver disease) will develop in any individual who consumes a large quantity of alcoholic beverages over a long period of time, this process is transient and reversible.
Liver diseaseLiver disease, or hepatic disease, is any of many diseases of the liver. If long-lasting it is termed chronic liver disease. Although the diseases differ in detail, liver diseases often have features in common. File:Ground glass hepatocytes high mag cropped 2.jpg|Ground glass hepatocytes File:Primary biliary cirrhosis intermed mag much cropping.jpg|Primary biliary cirrhosis File:Buddchiari2.PNG|Budd-chiari syndrome File:Non-alcoholic_fatty_liver_disease1.
Ensemble learningIn statistics and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms alone. Unlike a statistical ensemble in statistical mechanics, which is usually infinite, a machine learning ensemble consists of only a concrete finite set of alternative models, but typically allows for much more flexible structure to exist among those alternatives.
Insulin resistanceInsulin resistance (IR) is a pathological condition in which cells either fail to respond normally to the hormone insulin or downregulate insulin receptors in response to hyperinsulinemia. Insulin is a hormone that facilitates the transport of glucose from blood into cells, thereby reducing blood glucose (blood sugar). Insulin is released by the pancreas in response to carbohydrates consumed in the diet. In states of insulin resistance, the same amount of insulin does not have the same effect on glucose transport and blood sugar levels.
CirrhosisCirrhosis, also known as liver cirrhosis or hepatic cirrhosis, and end-stage liver disease, is the impaired liver function caused by the formation of scar tissue known as fibrosis due to damage caused by liver disease. Damage to the liver leads to repair of liver tissue and subsequent formation of scar tissue. Over time, scar tissue can replace normal functioning tissue, leading to the impaired liver function of cirrhosis. The disease typically develops slowly over months or years.
Chronic liver diseaseChronic liver disease in the clinical context is a disease process of the liver that involves a process of progressive destruction and regeneration of the liver parenchyma leading to fibrosis and cirrhosis. "Chronic liver disease" refers to disease of the liver which lasts over a period of six months. It consists of a wide range of liver pathologies which include inflammation (chronic hepatitis), liver cirrhosis, and hepatocellular carcinoma. The entire spectrum need not be experienced.
LiverThe liver is a major metabolic organ only found in vertebrate animals, which performs many essential biological functions such as detoxification of the organism, and the synthesis of proteins and biochemicals necessary for digestion and growth. In humans, it is located in the right upper quadrant of the abdomen, below the diaphragm and mostly shielded by the lower right rib cage. Its other metabolic roles include carbohydrate metabolism, the production of hormones, conversion and storage of nutrients such as glucose and glycogen, and the decomposition of red blood cells.
Boosting (machine learning)In machine learning, boosting is an ensemble meta-algorithm for primarily reducing bias, and also variance in supervised learning, and a family of machine learning algorithms that convert weak learners to strong ones. Boosting is based on the question posed by Kearns and Valiant (1988, 1989): "Can a set of weak learners create a single strong learner?" A weak learner is defined to be a classifier that is only slightly correlated with the true classification (it can label examples better than random guessing).
InsulinInsulin (ˈɪn.sjʊ.lɪn, from Latin insula, 'island') is a peptide hormone produced by beta cells of the pancreatic islets encoded in humans by the INS gene. It is considered to be the main anabolic hormone of the body. It regulates the metabolism of carbohydrates, fats and protein by promoting the absorption of glucose from the blood into liver, fat and skeletal muscle cells. In these tissues the absorbed glucose is converted into either glycogen via glycogenesis or fats (triglycerides) via lipogenesis, or, in the case of the liver, into both.
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.
Acute fatty liver of pregnancyAcute fatty liver of pregnancy is a rare life-threatening complication of pregnancy that occurs in the third trimester or the immediate period after delivery. It is thought to be caused by a disordered metabolism of fatty acids by mitochondria in the fetus, caused by long-chain 3-hydroxyacyl-coenzyme A dehydrogenase deficiency. This leads to decreased metabolism of long chain fatty acids by the feto-placental unit, causing subsequent rise in hepatotoxic fatty acids in maternal plasma.
Liver biopsyLiver biopsy is the biopsy (removal of a small sample of tissue) from the liver. It is a medical test that is done to aid diagnosis of liver disease, to assess the severity of known liver disease, and to monitor the progress of treatment. Liver biopsy is often required for the diagnosis of a liver problem (jaundice, abnormal blood tests) where blood tests, such as hepatitis A serology, have not been able to identify a cause. It is also required if hepatitis is possibly the result of medication, but the exact nature of the reaction is unclear.
Acute liver failureAcute liver failure is the appearance of severe complications rapidly after the first signs (such as jaundice) of liver disease, and indicates that the liver has sustained severe damage (loss of function of 80–90% of liver cells). The complications are hepatic encephalopathy and impaired protein synthesis (as measured by the levels of serum albumin and the prothrombin time in the blood). The 1993 classification defines hyperacute as within 1 week, acute as 8–28 days, and subacute as 4–12 weeks; both the speed with which the disease develops and the underlying cause strongly affect outcomes.
Supervised learningSupervised learning (SL) is a paradigm in machine learning where input objects (for example, a vector of predictor variables) and a desired output value (also known as human-labeled supervisory signal) train a model. The training data is processed, building a function that maps new data on expected output values. An optimal scenario will allow for the algorithm to correctly determine output values for unseen instances. This requires the learning algorithm to generalize from the training data to unseen situations in a "reasonable" way (see inductive bias).
Naive Bayes classifierIn statistics, naive Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem with strong (naive) independence assumptions between the features (see Bayes classifier). They are among the simplest Bayesian network models, but coupled with kernel density estimation, they can achieve high accuracy levels. Naive Bayes classifiers are highly scalable, requiring a number of parameters linear in the number of variables (features/predictors) in a learning problem.
Liver support systemA liver support system or diachysis is a type of therapeutic device to assist in performing the functions of the liver. Such systems focus either on removing the accumulating toxins (liver dialysis), or providing additional replacement of the metabolic functions of the liver through the inclusion of hepatocytes to the device (bioartificial liver device). This system is in trial to help people with acute liver failure (ALF) or acute-on-chronic liver failure.