PyTorch is a deep learning framework that significantly simplifies the process of writing and training deep neural networks. It supports a wide range of architectures, from shallow ones to deep ones like transformers. I mean, any neural network architecture you can think of. On the other hand, tensors are fundamental data structures in PyTorch; they…
Category: Code
Pytorch, Transformers.
Searching historical tweets with Twitter API v2 and twarc2
In this article, I’ll discuss quickly how you can use twarc2 to access Twitter API v2 and search historical tweets.
Hydrating tweet IDs
This article discusses in detail how you can extract complete Twitter data by hydrating tweet ids.