<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Machine Learning on Jorge Vega</title><link>http://jvega.xyz/tags/machine-learning/</link><description>Recent content in Machine Learning on Jorge Vega</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 10 Jul 2026 14:31:34 +0200</lastBuildDate><atom:link href="http://jvega.xyz/tags/machine-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Trading Pipelines — End-to-End Financial ML Framework</title><link>http://jvega.xyz/posts/tradingpipelines/</link><pubDate>Thu, 09 Jul 2026 20:00:00 +0200</pubDate><guid>http://jvega.xyz/posts/tradingpipelines/</guid><description>&lt;p&gt;A proof-of-concept project that proposes an end-to-end architecture for a financial machine learning framework. It covers the full lifecycle — from raw market data ingestion and feature engineering to model training, hyperparameter optimization, model serving, and interactive visualization — all orchestrated as reproducible pipelines.&lt;/p&gt;
&lt;h2 id="architecture"&gt;Architecture&lt;/h2&gt;
&lt;p&gt;The system is composed of five main layers:&lt;/p&gt;
&lt;h3 id="data-ingestion"&gt;Data Ingestion&lt;/h3&gt;
&lt;p&gt;Raw financial data is loaded into a local &lt;strong&gt;DuckDB&lt;/strong&gt; database using &lt;strong&gt;dlt&lt;/strong&gt; incremental pipelines, orchestrated by &lt;strong&gt;Apache Airflow&lt;/strong&gt;:&lt;/p&gt;</description></item><item><title>Stable Diffusion custom workflow for rendering video</title><link>http://jvega.xyz/posts/stablediffusionvideo/</link><pubDate>Mon, 03 Apr 2023 16:29:41 +0200</pubDate><guid>http://jvega.xyz/posts/stablediffusionvideo/</guid><description>&lt;p&gt;Developed a Python script that leverages Stable Diffusion models to enhance video quality by applying stylized post-processing to each frame. Using Gradio and Stable Diffusion 1.5, I discovered that combining diffusion-based rendering with simple shading techniques can significantly improve the visual style of rendered output.&lt;/p&gt;
&lt;p&gt;I then integrated frame interpolation into the workflow along with custom color correction to reduce flickering between frames. By automatically generating these intermediate frames, the resulting videos have smoother and more natural motion while maintaining better overall structural consistency.&lt;/p&gt;</description></item><item><title>Minimal Neuron</title><link>http://jvega.xyz/posts/neuralnetwork/</link><pubDate>Wed, 03 Apr 2019 16:29:41 +0200</pubDate><guid>http://jvega.xyz/posts/neuralnetwork/</guid><description>&lt;p&gt;A minimal implementation of a sigmoid neural network written entirely in C. Because it&amp;rsquo;s built from scratch with no external dependencies, it can be easily ported to embedded systems, microcontrollers, and other resource-constrained environments.&lt;/p&gt;
&lt;p&gt;The library currently supports feedforward inference: given a pre-trained neural network definition (weights and biases), it computes the output. It has been tested against various models trained on the &lt;a href="http://yann.lecun.com/exdb/mnist/" target="_blank" rel="noopener noreffer"&gt;MNIST dataset&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Code can be downloaded &lt;a href="https://github.com/rattata2me/minimalneuron" target="_blank" rel="noopener noreffer"&gt;HERE&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>