<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Caputo derivative &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/caputo-derivative/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 17:56:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Caputo derivative &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Neural Networks Crack Fractional Volatility Equations Behind Market Memory</title>
		<link>https://scienmag.com/neural-networks-crack-fractional-volatility-equations-behind-market-memory/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 17:56:23 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[anomalous diffusion]]></category>
		<category><![CDATA[capturing market shocks and memory effects in financial systems]]></category>
		<category><![CDATA[Caputo derivative]]></category>
		<category><![CDATA[computational finance]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning approaches to market memory]]></category>
		<category><![CDATA[fractional Brownian motion]]></category>
		<category><![CDATA[fractional calculus applications in quantitative finance]]></category>
		<category><![CDATA[fractional calculus in financial modeling]]></category>
		<category><![CDATA[fractional Fokker–Planck equation]]></category>
		<category><![CDATA[fractional Fokker–Planck equation in finance]]></category>
		<category><![CDATA[Heston model]]></category>
		<category><![CDATA[Heston model extensions with memory effects]]></category>
		<category><![CDATA[implied volatility skew]]></category>
		<category><![CDATA[improved risk prediction through fractional stochastic models]]></category>
		<category><![CDATA[long-range dependence in asset prices]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[modeling fat-tailed return distributions]]></category>
		<category><![CDATA[neural network solutions for fractional differential equations]]></category>
		<category><![CDATA[option pricing]]></category>
		<category><![CDATA[physics-informed neural networks]]></category>
		<category><![CDATA[stochastic volatility]]></category>
		<category><![CDATA[stochastic volatility modeling with fractional Brownian motion]]></category>
		<category><![CDATA[volatility clustering and persistent market episodes]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=207423</guid>

					<description><![CDATA[Researchers have trained physics-informed neural networks to solve a memory-bearing fractional Fokker–Planck equation for stochastic volatility, achieving high accuracy against classical solvers and producing realistic option prices and implied volatility skews.]]></description>
										<content:encoded><![CDATA[<p>Financial markets have long been known to behave in ways that defy the tidy mathematics of classical finance. Asset prices exhibit fat-tailed return distributions, volatility clusters into persistent episodes, and shocks echo through time in ways that standard Brownian motion cannot capture. A new study published in Machine Learning with Applications tackles this stubborn reality head-on, combining fractional calculus, stochastic volatility modeling, and deep learning into a single framework that promises a more faithful picture of how uncertainty actually propagates through financial systems.</p>
<p>The research, led by Muhammed Ahmed Ibrahim with Tamirat Temesgen Dufera and Sileshi Mebrate, focuses on the fractional Fokker–Planck equation, or FFPE, governing the joint probability density of an asset price and its variance in a Heston-type stochastic volatility model. Unlike the classical Heston framework of 1993, which assumes fixed parameters and memoryless Brownian drivers, the new formulation allows every key coefficient—the drift, the mean-reversion rate, the long-run variance, and the volatility of volatility—to vary explicitly with time. Crucially, the model replaces standard Brownian motion with fractional Brownian motion, a stochastic process that carries long-range dependence and memory through a single tunable quantity known as the Hurst exponent.</p>
<p>The mathematical heart of the work lies in the connection between the fractional order of the governing equation and market memory itself. The authors tie the Caputo fractional derivative order alpha directly to the Hurst exponent through the relation alpha equals two times H, restricted to H between zero and one-half. This constraint is not arbitrary: it ensures the equation is well posed under a single initial condition and guarantees that when H equals one-half—the memoryless case—the formulation collapses exactly onto the classical Heston Fokker–Planck equation. In other words, the fractional model is a genuine generalization that recovers the textbook result as a limiting case, rather than an ad hoc extension detached from stochastic foundations.</p>
<p>Solving such an equation numerically is notoriously difficult. The Caputo derivative is nonlocal, meaning the rate of change at any instant depends on the entire history of the solution, and conventional finite difference or finite element schemes struggle to handle fractional operators efficiently, particularly as dimensionality grows. The authors&#8217; answer is a physics-informed neural network, or PINN, an architecture that embeds the governing equation directly into the training loss of a deep neural network. Instead of discretizing the domain into a mesh, the network takes asset price, variance, and time as inputs and learns to output the full probability density as a smooth, continuous function across the entire spatiotemporal domain.</p>
<p>The PINN itself is a fully connected network with six hidden layers of eighty neurons each, using tanh activations in the interior and a Softplus output layer that enforces the positivity every probability density demands. Training minimizes a composite loss combining four penalties: the residual of the fractional Fokker–Planck equation evaluated at thousands of collocation points, deviations from the initial Gaussian-kernel approximation of a point mass, boundary attenuation at the edges of the truncated computational domain, and a normalization constraint enforcing conservation of total probability. The fractional derivative is approximated with an L1-type quadrature over two hundred temporal nodes, and all spatial derivatives are computed exactly through automatic differentiation. Optimization proceeds in two stages, with twenty thousand iterations of the Adam optimizer followed by quasi-Newton refinement under L-BFGS.</p>
<p>The results are striking. The mean absolute residual of the governing equation fell to roughly 4.5 times ten to the minus six, with the overall PDE loss stabilizing below ten to the minus four after about eight thousand epochs. Independent training runs with five different random seeds produced tightly clustered errors, with a mean relative error of about 0.2 percent and small standard deviations, demonstrating that the framework is reproducible rather than lucky. When benchmarked against finite difference, spectral, and Monte Carlo methods at matched accuracy, the PINN achieved the lowest mean absolute error and root-mean-square error of the four approaches, with unit correlation against reference solutions throughout the price domain.</p>
<p>The physics the network uncovers is equally revealing. Sensitivity experiments across fractional orders from 0.1 to 0.9 showed that stronger memory—smaller values of alpha—produces broader, flatter, increasingly non-Gaussian probability distributions, confirming that the fractional operator plays a genuine dynamical role rather than serving as a cosmetic correction. Time-dependent coefficients amplified this effect further: allowing the mean-reversion and volatility-of-volatility parameters to evolve in time increased the kurtosis of the variance distribution by roughly 72 percent compared with the constant-parameter case, a signature of stronger volatility clustering. Notably, the time-dependent specification mainly reshaped the variance dynamics, while the asset-price distribution changed more modestly, suggesting that where markets store and release uncertainty depends heavily on how their parameters drift through time.</p>
<p>The framework&#8217;s practical payoff comes through option pricing. By integrating the discounted call payoff against the learned density, the authors priced European options across a range of strikes and compared the results with the Black–Scholes benchmark calibrated at the money. The fractional time-dependent model produced systematically higher prices than Black–Scholes, with the gap peaking at about 0.112 near the at-the-money strike, and it generated a smooth, downward-sloping implied volatility skew—falling from roughly 0.83 for deep in-the-money options to about 0.45 for out-of-the-money contracts—precisely the kind of structure observed in real markets but invisible to constant-volatility models. The implied volatility term structure remained stable and monotone across maturities from a quarter to more than a year.</p>
<p>The authors are careful about the limits of their claims. The study was validated on synthetic, literature-parameterized settings rather than calibrated market data, the efficiency comparison against finite difference solvers is hardware-dependent and specific to the two-dimensional problem, and the memory cost of the nonlocal Caputo quadrature grows with temporal resolution. Extensions to Hurst exponents above one-half, multi-asset systems, and rough volatility models remain open. Still, the demonstration that a physics-informed network can solve a fully time-dependent, memory-bearing stochastic volatility equation with residuals near ten to the minus six—on an ordinary laptop—marks a meaningful step toward financial models that treat market memory not as a nuisance but as a computable, physically interpretable quantity. As quantitative finance increasingly borrows the tools of machine learning, this work suggests the future of risk modeling may belong to networks that are taught the laws of physics before they are asked to predict anything at all.</p>
<p><strong>Subject of Research:</strong> Physics-informed neural networks for solving the time-fractional Fokker–Planck equation in a Heston-type stochastic volatility model with time-dependent parameters.</p>
<p><strong>Article Title:</strong> Physics-informed neural networks for the fractional Fokker–Planck equation in a Heston-type stochastic volatility model with time-dependent parameters</p>
<p><strong>Article References:</strong> Ibrahim, M. A., Dufera, T. T., &amp; Mebrate, S. (2026). Physics-informed neural networks for the fractional Fokker–Planck equation in a Heston-type stochastic volatility model with time-dependent parameters. <em>Machine Learning with Applications, 26</em>, Article 101007. <a href="https://doi.org/10.1016/j.mlwa.2026.101007" rel="noopener noreferrer">https://doi.org/10.1016/j.mlwa.2026.101007</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.mlwa.2026.101007" rel="noopener noreferrer">10.1016/j.mlwa.2026.101007</a></p>
<p><strong>Keywords:</strong> physics-informed neural networks, fractional Fokker–Planck equation, stochastic volatility, Heston model, fractional Brownian motion, Caputo derivative, option pricing, implied volatility skew, anomalous diffusion, computational finance, machine learning, deep learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">207423</post-id>	</item>
	</channel>
</rss>
