<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Input Pipeline on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/input-pipeline/</link><description>Recent content in Input Pipeline on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 26 Oct 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/input-pipeline/index.xml" rel="self" type="application/rss+xml"/><item><title>TensorFlow Guide: Working with Data - `tf.data` API</title><link>https://ai-blog.noorshomelab.dev/tensorflow-guide/working-with-data-tf-data-api/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tensorflow-guide/working-with-data-tf-data-api/</guid><description>&lt;h2 id="4-working-with-data-tfdata-api"&gt;4. Working with Data: &lt;code&gt;tf.data&lt;/code&gt; API&lt;/h2&gt;
&lt;p&gt;Efficiently loading, preprocessing, and feeding data to your models is crucial for performance, especially with large datasets. TensorFlow&amp;rsquo;s &lt;code&gt;tf.data&lt;/code&gt; API is designed to build high-performance input pipelines that are robust, flexible, and scalable.&lt;/p&gt;
&lt;h3 id="41-why-tfdata"&gt;4.1 Why &lt;code&gt;tf.data&lt;/code&gt;?&lt;/h3&gt;
&lt;p&gt;Traditional data loading often involves reading all data into memory or iterating over files one by one. This can be slow and memory-intensive. The &lt;code&gt;tf.data&lt;/code&gt; API solves this by:&lt;/p&gt;</description></item></channel></rss>