<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>All Posts - The Art of Artificial Intelligence</title>
        <link>https://blog.artofai.dev/posts/</link>
        <description>All Posts | The Art of Artificial Intelligence</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 14 Sep 2022 00:00:00 &#43;0200</lastBuildDate><atom:link href="https://blog.artofai.dev/posts/" rel="self" type="application/rss+xml" /><item>
    <title>Behavioral testing NLP models with CheckList [1] - introduction</title>
    <link>https://blog.artofai.dev/posts/behavioral-testing/01-intro/</link>
    <pubDate>Wed, 14 Sep 2022 00:00:00 &#43;0200</pubDate>
    <author>mbednarski</author>
    <guid>https://blog.artofai.dev/posts/behavioral-testing/01-intro/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/head.png" referrerpolicy="no-referrer">
            </div>The article is available on my blog on Medium: https://towardsdatascience.com/metrics-are-not-enough-you-need-behavioral-tests-for-nlp-5e7bb600aa57 ]]></description>
</item>
<item>
    <title>How DALL-E Mini Works</title>
    <link>https://blog.artofai.dev/posts/models-explained/dall-e/</link>
    <pubDate>Mon, 27 Jun 2022 00:00:00 &#43;0200</pubDate>
    <author>mbednarski</author>
    <guid>https://blog.artofai.dev/posts/models-explained/dall-e/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/head.png" referrerpolicy="no-referrer">
            </div>The article is available on my blog on Medium: https://towardsdatascience.com/understanding-how-dall-e-mini-works-114048912b3b ]]></description>
</item>
<item>
    <title>Fast Fourier Transform with PyTorch</title>
    <link>https://blog.artofai.dev/posts/fft/</link>
    <pubDate>Tue, 03 Aug 2021 18:57:00 &#43;0200</pubDate>
    <author>mbednarski</author>
    <guid>https://blog.artofai.dev/posts/fft/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/head.png" referrerpolicy="no-referrer">
            </div><p>Recently Google released a model similar to Transformer but with self-attention replaced by Fourier transform. The model is just a bit less accurate but 6x faster on GPU. It is a great chance to introduce yourself to Fourier Transform with PyTorch.</p>]]></description>
</item>
<item>
    <title>Language Models [03] - Tokenizer</title>
    <link>https://blog.artofai.dev/posts/language-models/03-tokenizer/</link>
    <pubDate>Sat, 27 Mar 2021 21:00:00 &#43;0100</pubDate>
    <author>mbednarski</author>
    <guid>https://blog.artofai.dev/posts/language-models/03-tokenizer/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/img_lm_03.jpg" referrerpolicy="no-referrer">
            </div>Build the first component: a custom tokenizer]]></description>
</item>
<item>
    <title>Language Models [02] - EDA</title>
    <link>https://blog.artofai.dev/posts/language-models/02-eda/</link>
    <pubDate>Mon, 01 Mar 2021 12:56:09 &#43;0100</pubDate>
    <author>mbednarski</author>
    <guid>https://blog.artofai.dev/posts/language-models/02-eda/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/img_lm_02.jpg" referrerpolicy="no-referrer">
            </div>Perform exploratory data analysis and create a project template for lanugage model.]]></description>
</item>
<item>
    <title>Language Models [01] - Intro and theory</title>
    <link>https://blog.artofai.dev/posts/language-models/01-theory/</link>
    <pubDate>Sun, 14 Feb 2021 12:56:09 &#43;0100</pubDate>
    <author>mbednarski</author>
    <guid>https://blog.artofai.dev/posts/language-models/01-theory/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/img_lm_01.jpg" referrerpolicy="no-referrer">
            </div>Language models are the most important concept in NLP. Learn theory and implement one by yourself.]]></description>
</item>
</channel>
</rss>
