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

Understanding Bitwise XOR of All Pairings in C++

📚 Key Terms: XOR Operations & Bit Manipulation XOR Operation (⊕) A bitwise operation that returns 1 only when inputs differ (1⊕0=1, 0⊕1=1) and 0 when inputs are the same (0⊕0=0, 1⊕1=0). Frequency Counting A technique that tracks how many times each element appears in...

read more

Understanding Dot vs Arrow Operators in C++

In C++, the dot (.) and arrow (->) operators are fundamental tools for accessing object members. While they serve similar purposes, understanding their differences and proper usage is crucial for writing correct and maintainable code. In this guide, we'll explore both...

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.