user avatar
Radek Osmulski
@radekosmulski
LLMs and retrieval by day and other genres of AI when I get the chance 🧪 Senior AI Eng @NVIDIAAI 🏫 @fastdotai trained DL Eng 📝 learn-dl.com
see my projects ➝
Joined April 2014
Posts
  • Pinned
    user avatar
    Nearly all the books I read feel life-changing, but this one hit different. You know those concepts that have been almost making sense for years? Several of them just clicked for me while reading this. Going to share excerpts + my thoughts over the next few days & list them 👇
  • user avatar
    Mathematics for Machine Learning -- a 47-page introduction from UC Berkeley 🚀 • Linear Algebra • Calculus and Optimization • Probability A 100% free resource! Source: gwthomas.github.io/docs/math4ml.p…
  • user avatar
    Today is my first day at @NVIDIAAI! 🥳 -From learning to code at 29 -through learning ML @fastdotai -winning a @kaggle competition -jobs at 🔥 startups -moving continents thx to AI -to joining the illustrious Merlin team ❤️ I am beyond grateful 🙏 Will make this one count!
  • user avatar
    Favorite recent jupyter notebook discovery - the %debug magic: 1. Get an exception. 2. Insert a new cell, type %debug and run it. An interactive debugger will open bringing you to where the exception occurred and allowing you to look around!
  • user avatar
    I just became a @kaggle Grandmaster! 🥳
  • user avatar
    Ok, this is not something I have expected 🤯 itertuples can be 50 times faster than iterrows!
  • user avatar
    To understand the foundations of NLP (pre-Transformers), where would you go? This 48-page paper is the answer 🤩 ✅ concise and clear explanations ✅ sklearn, spacy, and keras code snippets ✅ all the fundamentals of NLP in a single place papers.ssrn.com/sol3/papers.cf…
  • user avatar
    Merlin Dataloader is 119x faster than my own PyTorch Dataset + Dataloader combo! This is revolutionary for tabular data 🥳 Let's take a closer look at what is going on.
  • user avatar
    This is probably the best intro to probability (along with the associated lectures youtube.com/playlist?list=…), now available online for free ❤
  • user avatar
    How does LangChain actually work? We see the wonderful things it can do, but what does it send to the model? What does the model send back? How does it all work? I decided to investigate 🕵️‍♂️ Here is how LangChain allows LLMs to perform Google searches:
  • user avatar
    Curious about recommender models? Interested in endowing models from other domains with some of their superpowers? Please join me on a whirlwind tour of 6 recsys architectures! >> a thread 🧵 <<
  • user avatar
    Linear Algebra -- an introductory course to Mathematics at the heart of Machine Learning ✅ 37 bite-sized videos (< 10 minutes) ✅ stellar visualizations ✅ expertly delivered by lecturers from Imperial College London Link: youtube.com/playlist?list=…
  • user avatar
    3 ways to speed up your Python/pandas code by up to 10x that I learned from a recent @kaggle notebook:
  • user avatar
    How to speed up your tabular data processing by 1053x A tutorial on how to vectorize a complex operation in pandas/cudf using a boolean mask Bonus at the end: how to seamlessly run on the GPU with arbitrarily large data 1/19