Articles
Understanding StyleGAN2
In this article, we will go through the StyleGAN2 paper to see how it works and understand it in depth.
Implementation StyleGAN2 from scratch
In this article, we will make a clean, simple, and readable implementation of StyleGAN2 using PyTorch.
Large Language Models: Fine-tuning MPT-7B on Paperspace
This tutorial discusses fine-tuning the powerful MPT-7B model from MosaicML using Paperspace's powerful cloud GPUs!
Implementation StyleGAN1 from scratch
In this article, we will make a clean, simple, and readable implementation of StyleGAN using PyTorch.
Navigating the Large Language Model revolution with Paperspace
In this article, we attempt to navigate the rapidly expanding ecosystem of LLM's by identifying and explaining relevant key terms and upcoming models. We concluded by showing how to launch any HuggingFace Space, a popular host for LLMs, within Paperspace.
Rodin: Roll-out Diffusion Network
This article covers the Rodin diffusion model for creating 3D avatars from neyral radiance fields (NeRFs).
Review- CausalML: A Python Package for Causal Machine Learning
This is a review of the CausalML package, a Python package that provides a suite of uplift modeling and causal inference methods using machine learning algorithms based on recent research.
NARF: Neural Articulated Radiance Fields
In this article, we take a deeper look at Neural Articulated Radiance Fields, and examine their potential for 3d modeling.