Blog

Paper Reading #2: XLNet Explained

Paper Reading #2: XLNet Explained

One of the most celebrated, recent advancements in language understanding is the XLNet model from Carnegie Mellon University and Google. It takes the "best-of-both-worlds" approach by combining auto-encoding and autoregressive language modeling to achieve...

read more

How to Convert Numbers to Strings in C++

Converting numbers to strings is a common requirement in C++ programming, whether you're formatting output, processing data, or preparing values for display. In this guide, we'll explore several methods to convert numbers to strings in C++, each with its own...

read more

How to Use HashMap in C++

C++'s unordered_map (commonly known as HashMap in other languages) is a powerful container that stores key-value pairs using hash tables. It provides average constant-time complexity for insertions, deletions, and lookups, making it an essential tool for efficient...

read more

How to Calculate Cohen’s Kappa in R

Inter-rater reliability is crucial in research involving multiple raters or judges. Cohen's Kappa stands out as a robust statistic that accounts for chance agreement, making it particularly valuable in fields like psychology, medicine, and education. This...

read more

Counting Model Parameters in PyTorch

In deep learning, parameters are the backbone of every neural network. Whether you're building a simple classifier or a complex deep learning model, understanding how to manage parameters effectively in PyTorch is crucial for success. This comprehensive guide will...

read more

R vs. R-Squared: Understanding the Key Differences

In statistical analysis, R (correlation coefficient) and R² (coefficient of determination) are two related but distinct measures that help us understand relationships between variables. While they're mathematically connected, they serve different purposes and provide...

read more
Profile Picture
Senior Advisor, Data Science | [email protected] | + posts

Suf is a senior advisor in data science with deep expertise in Natural Language Processing, Complex Networks, and Anomaly Detection. Formerly a postdoctoral research fellow, he applied advanced physics techniques to tackle real-world, data-heavy industry challenges. Before that, he was a particle physicist at the ATLAS Experiment of the Large Hadron Collider. Now, he’s focused on bringing more fun and curiosity to the world of science and research online.