<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Alessandro Morita</title><description>Enjoying the thermodynamic limit</description><link>https://alessandromorita.com/</link><item><title>Fourier transforms can see the future</title><link>https://alessandromorita.com/posts/odes/</link><guid isPermaLink="true">https://alessandromorita.com/posts/odes/</guid><description>How different methods for differential equations deal with notions like initial conditions and causality</description><pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Heat capacities only exist in one dimension</title><link>https://alessandromorita.com/posts/heat/</link><guid isPermaLink="true">https://alessandromorita.com/posts/heat/</guid><description>How constraining thermodynamic processes to one dimension makes heat into a proper state function, and heat capacity becomes well-defined.</description><pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Can a pendulum have temperature?</title><link>https://alessandromorita.com/posts/langevin/</link><guid isPermaLink="true">https://alessandromorita.com/posts/langevin/</guid><description>Connecting classical mechanics to statistical mechanics via the Langevin equation: giving a pendulum a temperature through stochastic forcing.</description><pubDate>Sat, 20 Sep 2025 00:00:00 GMT</pubDate></item><item><title>The math behind adjoints: PDE-constrained optimization for design</title><link>https://alessandromorita.com/posts/adjoints/</link><guid isPermaLink="true">https://alessandromorita.com/posts/adjoints/</guid><description>From Lagrange multipliers to infinite-dimensional adjoint methods: an introduction to PDE-constrained optimization for engineering design.</description><pubDate>Mon, 06 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Infinite children? A nice problem in probability theory</title><link>https://alessandromorita.com/posts/children_problem/</link><guid isPermaLink="true">https://alessandromorita.com/posts/children_problem/</guid><description>Three solutions to a classic probability problem: how many children does a couple have if they keep trying until they get a son?</description><pubDate>Thu, 26 Dec 2024 00:00:00 GMT</pubDate></item><item><title>The interaction between heat and elasticity</title><link>https://alessandromorita.com/posts/thermoelasticity/</link><guid isPermaLink="true">https://alessandromorita.com/posts/thermoelasticity/</guid><description>How heat and elasticity couple in solids, and why one can usually decouple the thermal and mechanical problems for sequential solving.</description><pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Reinventing the wheel: simulating collisions</title><link>https://alessandromorita.com/posts/collisions/</link><guid isPermaLink="true">https://alessandromorita.com/posts/collisions/</guid><description>Building a particle collision simulation from scratch, deriving the physics and implementing it without a game engine.</description><pubDate>Thu, 16 May 2024 00:00:00 GMT</pubDate></item><item><title>Attention: a tale of three spaces</title><link>https://alessandromorita.com/posts/attention/</link><guid isPermaLink="true">https://alessandromorita.com/posts/attention/</guid><description>Understanding the Transformer attention mechanism through the lens of three vector spaces: input embeddings, similarity space, and output space.</description><pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate></item><item><title>13.8 billion years on a 10.1&apos;&apos; screen</title><link>https://alessandromorita.com/posts/cosmology/</link><guid isPermaLink="true">https://alessandromorita.com/posts/cosmology/</guid><description>A personal story about solving the Friedmann equations and plotting the entire history of the universe on a tablet screen.</description><pubDate>Fri, 04 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Lie derivatives and cluttered notation</title><link>https://alessandromorita.com/posts/lie_derivatives/</link><guid isPermaLink="true">https://alessandromorita.com/posts/lie_derivatives/</guid><description>An algorithmic, notation-heavy approach to Lie derivatives in differential geometry, bridging abstract and index notation.</description><pubDate>Sun, 25 Jun 2023 00:00:00 GMT</pubDate></item><item><title>How Cartesian can we make coordinates on Earth?</title><link>https://alessandromorita.com/posts/local_coordinates/</link><guid isPermaLink="true">https://alessandromorita.com/posts/local_coordinates/</guid><description>How Riemann normal coordinates let us use Cartesian-like measurements on Earth&apos;s curved surface, and how good the approximation is.</description><pubDate>Thu, 11 May 2023 00:00:00 GMT</pubDate></item><item><title>My favorite math problem</title><link>https://alessandromorita.com/posts/math_problem/</link><guid isPermaLink="true">https://alessandromorita.com/posts/math_problem/</guid><description>A beautiful high school geometry problem that can be solved in multiple ways, mixing algebra, geometry, and trigonometry.</description><pubDate>Sun, 16 Apr 2023 00:00:00 GMT</pubDate></item><item><title>AUC as Loss: directly fitting to optimize ROC AUC</title><link>https://alessandromorita.com/posts/auc_optimiz/</link><guid isPermaLink="true">https://alessandromorita.com/posts/auc_optimiz/</guid><description>How to directly optimize the ROC AUC as a loss function using differentiable surrogates, with theory and implementation.</description><pubDate>Fri, 27 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Dribbling through Jensen&apos;s inequality</title><link>https://alessandromorita.com/posts/smearing/</link><guid isPermaLink="true">https://alessandromorita.com/posts/smearing/</guid><description>How Jensen&apos;s inequality causes bias in log-transformed regressions, and how smearing retransformation fixes it.</description><pubDate>Sun, 25 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Variance of the ROC AUC: a full derivation</title><link>https://alessandromorita.com/posts/auc-variance/</link><guid isPermaLink="true">https://alessandromorita.com/posts/auc-variance/</guid><description>A full derivation of the variance of the ROC AUC statistic, including the special case of a random classifier under extreme class imbalance.</description><pubDate>Thu, 22 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Linear trees in LightGBM: how to use</title><link>https://alessandromorita.com/posts/linear_trees_in_LightGBM/</link><guid isPermaLink="true">https://alessandromorita.com/posts/linear_trees_in_LightGBM/</guid><description>A practical guide to using linear trees in LightGBM for piecewise linear models, with code examples and comparisons to standard GBDTs.</description><pubDate>Wed, 21 Sep 2022 00:00:00 GMT</pubDate></item><item><title>A ROC AUC partial to misclassification cost</title><link>https://alessandromorita.com/posts/cost_based_auc/</link><guid isPermaLink="true">https://alessandromorita.com/posts/cost_based_auc/</guid><description>How to incorporate misclassification costs into the ROC AUC metric using partial AUC, with derivations and visualizations.</description><pubDate>Tue, 20 Sep 2022 00:00:00 GMT</pubDate></item><item><title>The Carr-Madan decomposition of arbitrary payoff functions</title><link>https://alessandromorita.com/posts/carr_madan/</link><guid isPermaLink="true">https://alessandromorita.com/posts/carr_madan/</guid><description>The Carr-Madan decomposition breaks any payoff into a combination of calls, puts, and a forward. We derive it and show numerical examples.</description><pubDate>Tue, 20 Sep 2022 00:00:00 GMT</pubDate></item><item><title>A vector space structure for probabilities</title><link>https://alessandromorita.com/posts/probability_vector_space/</link><guid isPermaLink="true">https://alessandromorita.com/posts/probability_vector_space/</guid><description>Does it make sense to add two probabilities? We explore how probability distributions can inherit a vector space structure using the Aitchison geometry.</description><pubDate>Sun, 18 Sep 2022 00:00:00 GMT</pubDate></item></channel></rss>