<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.244.238.12</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.244.238.12"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/46.244.238.12"/>
	<updated>2026-07-07T00:52:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Multi-track_Turing_machine&amp;diff=23767</id>
		<title>Multi-track Turing machine</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Multi-track_Turing_machine&amp;diff=23767"/>
		<updated>2013-11-11T22:54:33Z</updated>

		<summary type="html">&lt;p&gt;46.244.238.12: /* Proof of equivalency to standard Turing machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[data mining]], &#039;&#039;&#039;cluster-weighted modeling (CWM)&#039;&#039;&#039; is an algorithm-based approach to non-linear prediction of outputs ([[Dependent and independent variables|dependent variables]]) from inputs ([[Dependent and independent variables|independent variables]]) based on [[density estimation]] using a set of models (clusters) that are each notionally appropriate in a sub-region of the input space. The overall approach works in jointly input-output space and an initial version was proposed by [[Neil Gershenfeld]].&amp;lt;ref&amp;gt;Gershenfeld, N. (1997) &amp;quot;Nonlinear Inference and Cluster-Weighted Modeling&amp;quot;, &#039;&#039;Annals of the New York Academy of Sciences&#039;&#039;, 808, 18&amp;amp;ndash;24. {{DOI|10.1111/j.1749-6632.1997.tb51651.x}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=nature&amp;gt;Gershenfeld, N., Schoner, B.* &amp;amp; Metois, E. (1999) [http://www.nature.com/nature/journal/v397/n6717/pdf/397329a0.pdf  Cluster-weighted modelling for time-series analysis], Nature, 397 (28 Jan. 1999), 329&amp;amp;ndash;332 &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Basic form of model==&lt;br /&gt;
The procedure for cluster-weighted modeling of an input-output problem can be outlined as follows.&amp;lt;ref name=nature/&amp;gt; In order to construct predicted values for an output variable &#039;&#039;y&#039;&#039; from an input variable &#039;&#039;x&#039;&#039;, the modeling and calibration procedure arrives at a [[joint probability distribution|joint probability density function]], &#039;&#039;p&#039;&#039;(&#039;&#039;y&#039;&#039;,&#039;&#039;x&#039;&#039;). Here the &amp;quot;variables&amp;quot; might be uni-variate, multivariate or time-series. For convenience, any model parameters are not indicated in the notation here and several different treatments of these are possible, including setting them to fixed values as a step in the calibration or treating them using a [[Bayesian analysis]]. The required predicted values are obtained by constructing the [[conditional probability distribution|conditional probability density]] &#039;&#039;p&#039;&#039;(&#039;&#039;y&#039;&#039;|&#039;&#039;x&#039;&#039;) from which the prediction using the [[conditional expected value]] can be obtained, with the [[conditional variance]] providing an indication of uncertainty. &lt;br /&gt;
&lt;br /&gt;
The important step of the modeling is that &#039;&#039;p&#039;&#039;(&#039;&#039;y&#039;&#039;|&#039;&#039;x&#039;&#039;) is assumed to take the following form, as a [[mixture model]]:&lt;br /&gt;
:&amp;lt;math&amp;gt;p(y,x)=\sum_1^n w_jp_j(y,x), &amp;lt;/math&amp;gt;&lt;br /&gt;
where &#039;&#039;n&#039;&#039; is the number of clusters and {&#039;&#039;w&amp;lt;sub&amp;gt;j&amp;lt;/sub&amp;gt;&#039;&#039;} are weights that sum to one. The functions &#039;&#039;p&amp;lt;sub&amp;gt;j&amp;lt;/sub&amp;gt;&#039;&#039;(&#039;&#039;y&#039;&#039;,&#039;&#039;x&#039;&#039;) are joint probability density functions that relate to each of the &#039;&#039;n&#039;&#039; clusters. These functions are modeled using a decomposition into a conditional and a [[marginal distribution|marginal density]]:&lt;br /&gt;
:&amp;lt;math&amp;gt;p_j(y,x)=p_j(y|x)p_j(x), &amp;lt;/math&amp;gt;&lt;br /&gt;
where:&lt;br /&gt;
:*&#039;&#039;p&amp;lt;sub&amp;gt;j&amp;lt;/sub&amp;gt;&#039;&#039;(&#039;&#039;y&#039;&#039;|&#039;&#039;x&#039;&#039;) is a model for predicting &#039;&#039;y&#039;&#039; given &#039;&#039;x&#039;&#039;, and given that the input-output pair should be associated with cluster &#039;&#039;j&#039;&#039; on the basis of the value of &#039;&#039;x&#039;&#039;. This model might be a [[regression analysis|regression model]] in the simplest cases.&lt;br /&gt;
&lt;br /&gt;
:*&#039;&#039;p&amp;lt;sub&amp;gt;j&amp;lt;/sub&amp;gt;&#039;&#039;(&#039;&#039;x&#039;&#039;) is formally a density for values of &#039;&#039;x&#039;&#039;, given that the input-output pair should be associated with cluster &#039;&#039;j&#039;&#039;. The relative sizes of these functions between the clusters determines whether a particular value of &#039;&#039;x&#039;&#039; is associated with any given cluster-center. This density might be a [[Gaussian function]] centered at a parameter representing the cluster-center.&lt;br /&gt;
&lt;br /&gt;
In the same way as for [[regression analysis]], it will be important to consider preliminary [[data transformation]]s as part of the overall modeling strategy if the core components of the model are to be simple regression models for the cluster-wise condition densities, and [[normal distribution]]s for the cluster-weighting densities &#039;&#039;p&amp;lt;sub&amp;gt;j&amp;lt;/sub&amp;gt;&#039;&#039;(&#039;&#039;x&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
==General versions==&lt;br /&gt;
The basic CWM algorithm gives a single output cluster for each input cluster.  However, CWM can be extended to multiple clusters which are still associated with the same input cluster.&amp;lt;ref name=&amp;quot;feldkamp&amp;quot;&amp;gt;{{cite journal|last=Feldkamp|first=L.A.|coauthors=Prokhorov, D.V.; Feldkamp, T.M.|date=2001|title=Cluster-weighted modeling with multiclusters|journal=International Joint Conference on Neural Networks|volume=3|issue=1|pages=1710&amp;amp;ndash;1714|url=http://ieeexplore.ieee.org/Xplore/login.jsp?url=/iel5/7474/20319/00938419.pdf?temp=x}}&amp;lt;/ref&amp;gt;  Each cluster in CWM is localized to a Gaussian input region, and this contains its own trainable local model.&amp;lt;ref name=&amp;quot;mit&amp;quot;&amp;gt;{{cite journal|last=Boyden|first=Edward S.|title=Tree-based Cluster Weighted Modeling: Towards A Massively Parallel Real-Time Digital Stradivarius|publisher=MIT Media Lab|location=Cambridge, MA|url=http://edboyden.org/violin.pdf}}&amp;lt;/ref&amp;gt;  It is recognized as a versatile inference algorithm which provides simplicity, generality, and flexibility; even when a feedforward layered network might be preferred, it is sometimes used as a &amp;quot;second opinion&amp;quot; on the nature of the training problem.&amp;lt;ref name=&amp;quot;dearborn&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The original form proposed by Gershenfeld describes two innovations:&lt;br /&gt;
* Enabling CWM to work with continuous streams of data&lt;br /&gt;
* Addressing the problem of local minima encountered by the CWM parameter adjustment process&amp;lt;ref name=&amp;quot;dearborn&amp;quot;&amp;gt;{{cite journal|last=Prokhorov|first=A New Approach to Cluster-Weighted Modeling Danil V.|coauthors=Lee A. Feldkamp, and Timothy M. Feldkamp|title=A New Approach to Cluster-Weighted Modeling|publisher=Ford Research Laboratory|location=Dearborn, MI|url=http://home.comcast.net/~dvp/cwm.pdf}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CWM can be used to classify media in printer applications, using at least two parameters to generate an output that has a joint dependency on the input parameters.&amp;lt;ref name=&amp;quot;media&amp;quot;&amp;gt;{{cite journal|last=Gao|first=Jun|coauthors=Ross R. Allen|date=2003-07-24|title=CLUSTER-WEIGHTED MODELING FOR MEDIA CLASSIFICATION|publisher=World Intellectual Property Organization|location=Palo Alto, CA |url=http://www.wipo.int/pctdb/en/wo.jsp?wo=2003059630}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Multivariate statistics]]&lt;br /&gt;
[[Category:Data clustering algorithms]]&lt;br /&gt;
[[Category:Estimation of densities]]&lt;/div&gt;</summary>
		<author><name>46.244.238.12</name></author>
	</entry>
</feed>