<?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
      <channel>
          <title>Rashad Eletreby - Personal Website and Blog</title>
          <link>https://eletreby.me</link>
          <description>Stay updated with the latest posts from Rashad Eletreby.</description>
          <item>
          <title>Building a Named Entity Recognition System with BERT</title>
          <link>https://eletreby.me/blog/named-entity-recognition-with-bert</link>
          <description>A hands-on guide to implementing a Named Entity Recognition system using BERT and the Hugging Face Transformers library. This tutorial walks through dataset preparation, token-label alignment, model training, and evaluation metrics for NER tasks.</description>
          <pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The PyTorch Training Loop: Putting It All Together</title>
          <link>https://eletreby.me/blog/training-loop</link>
          <description>Part 4 of the PyTorch introduction series. This final post explores how to implement an effective training loop, connecting your data, model, and computational graph to train robust neural networks.</description>
          <pubDate>Tue, 04 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding PyTorch Computational Graphs and Autograd</title>
          <link>https://eletreby.me/blog/understanding-pytorch-computational-graphs</link>
          <description>Part 3 of the PyTorch introduction series. This post explores computational graphs in PyTorch, how they work, their role in backpropagation, and how autograd makes gradient computation seamless.</description>
          <pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building a PyTorch Model Class: A Step-by-Step Guide</title>
          <link>https://eletreby.me/blog/building-a-pytorch-model-class</link>
          <description>Part 2 of the PyTorch introduction series. This post dives into creating and testing a custom model class in PyTorch, highlighting essential components, the forward pass, and key concepts for defining neural network architectures.</description>
          <pubDate>Sun, 05 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Getting Started with PyTorch: Understanding Dataset and DataLoader</title>
          <link>https://eletreby.me/blog/getting-started-with-pytorch-dataset-and-dataloader</link>
          <description>Part 1 of a PyTorch introduction series. This post provides an in-depth look at PyTorch's Dataset and DataLoader classes, covering their usage and implementation for managing data efficiently in deep learning projects.</description>
          <pubDate>Thu, 02 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Streamlining Python Project Management with pyenv and poetry</title>
          <link>https://eletreby.me/blog/pyenv-poetry</link>
          <description>A comprehensive guide to using pyenv and poetry for managing Python environments and dependencies. This post includes a step-by-step tutorial to set up and configure a new Python project efficiently.</description>
          <pubDate>Sat, 21 Dec 2024 00:00:00 GMT</pubDate>
        </item>
      </channel>
    </rss>