If you want to really assess your RAG system โ
you need to go deeper.
Ask:
โ
Is your retriever surfacing the right chunks?
โ
Is your generator actually using them โ or just hallucinating? ๐ค
Here is how I like to think about my RAG metrics (inspired by RAGAS)
01.04.2025 14:50 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Why Parquet? Introducing the the file format for data engineering and machine learning
Dive into Parquet
It's a leading format for data engineering, data science, and machine learning.
youtube.com/shorts/_CnEK...
16.12.2024 15:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
PyPI Name Squatting - How to reserve your python package name
PyPI Name Squatting
This didn't happen to me recently :)
To learn more:
An Empirical Analysis of the Python Package Index (PyPI) - arxiv.org/pdf/1907.11073
blog.checkpoint.com/securing-the...
blog.orsinium.dev/posts/py/pyp...
My Video:
youtube.com/shorts/H1Uja...
13.12.2024 20:12 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Using Mechanistic Interpretability to Steer a Model's Predictions (Transluce's Monitor)
Why do language models think 9.11 is greater than 9.9? ๐ค
Mechanistic Interpretability is a useful tool for investigation and fixing the issue.
I am using Transluce's Monitor here:
My video summary: www.youtube.com/shorts/Kuh-i...
Try Monitor: monitor.transluce.org/dashboard
04.12.2024 13:32 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Top 26 Data Science Algorithms
My ranking of the top 26 algorithms for practical data science, breaking down their strengths, quirks, and when (or if) you should use them.
youtube.com/shorts/dt4uX...
30.11.2024 17:14 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Pandas versus Polars: A Quick Comparison of Single Node DataFrame Alternatives
Polars verus Pandas
What is the best single node dataframe?
For Polars check out:
github.com/pola-rs/polars
Polars vs. pandas: Whatโs the Difference?
blog.jetbrains.com/pycharm/2024...
Database-like ops benchmark - duckdblabs.github.io/db-benchmark/
Short Video:
youtube.com/shorts/8DkIR...
29.11.2024 17:51 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Physics of Language Models - Extracting Knowledge
The Physics of Language Models
Check out a scientific approach that experiments with model architecture, synthetic datasets, and tasks to understand how language models work.
My short intro: youtu.be/9saXkwHKaLs
Longer Video: ICML 2024 Tutorial by Zeyuan Allen-Zhu - youtu.be/yBL7J0kgldU
24.11.2024 21:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Communications here ๐โโ๏ธ
22.11.2024 22:18 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Improving Data Quality in MultiModal Models (Molmo and PixMO)
Ai2's 700k examples > Meta's 6B examples
the importance of data quality
My video: youtube.com/shorts/-_DGp...
Background:
Hannaneh Hajishirzi - OLMo: Accelerating the Science of Language Modeling (COLM)
www.youtube.com/watch?v=qMTz...
Molmo and PixMo paper -
arxiv.org/pdf/2409.17146
20.11.2024 19:42 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Are you Smarter than a AI Language Model like GPT4?
Are you smarter than GPT-3 (you don't have a chance against GPT-4)
Test yourself:
Are you smarter than a language model? -
joel.tools/smarter/
Language modeling game!
rr-lm-game.herokuapp.com
Are You Smarter Than An LLM?
d.erenrich.net/are-you-smar...
My video on the topic:
youtu.be/kXQGivEAF1U
18.11.2024 15:47 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
Why Logloss is a better loss function than Mean Squared Error
Why do we use LogLoss as an error metric?
Exploring Mean Error, Mean Squared Error, and Log Loss
youtu.be/S_zxVfKI55c
15.11.2024 16:22 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Wow. I had no idea on BlueSky you can enable external media so you can watch YouTube videos on this platform. It overcomes the problem of only being able to upload 60 seconds of video here. Itโs gets better & better
14.11.2024 08:47 โ ๐ 18256 ๐ 1976 ๐ฌ 260 ๐ 150
๐น 5th Place:
LightGBM + Time Series Foundation Model (TFM)
๐น 4th Place:
Temporal Fusion Transformer (TFT) from Neural Forecast
๐น 3rd:
๐ LightGBM with recursive & direct forecasting
๐น 2nd:
๐ LightGBM + Seasonal Theta
๐น 1st:
๐งฎ Anchored Multiplicative Seasonal Index + Seasonal ARIMA + LightGBM
14.11.2024 13:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
What are the cutting-edge time series approaches? ๐โจ
The VN1 Forecasting Competition showed winning techniques including time series foundation models, deep learning, statistical methods, machine learning, and ensembling.
Check out the techniques of the top 5 teams.
www.youtube.com/watch?v=CRGA...
14.11.2024 13:57 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
YouTube video by Rajistics - data science, AI, and machine learning
4 Techniques for Dimensionality Reduction: PCA, AutoEncoder, TSNE, and UMAP
4 Techniques for Dimensionality Reduction: PCA, AutoEncoder, TSNE, and UMAP
youtu.be/EHWBP-OQwHk
11.11.2024 14:47 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
๐ฆฌ๐๏ธ @cuboulder.info science prof
Vis / HCI - Designing data for the public.
๐โค๏ธ PI @informationvisions.bsky.social
Previously: Bucknell CS prof, Tufts CS PhD
๐ https://peck.phd/
Tech Lead and LLMs at @huggingface ๐จ๐ปโ๐ป ๐ค AWS ML Hero ๐ฆธ๐ป | Cloud & ML enthusiast | ๐Nuremberg | ๐ฉ๐ช https://philschmid.de
Author of Interpretable Machine Learning and other books
Newsletter: https://mindfulmodeler.substack.com/
Website: https://christophmolnar.com/
Professor at Wharton, studying AI and its implications for education, entrepreneurship, and work. Author of Co-Intelligence.
Book: https://a.co/d/bC2kSj1
Substack: https://www.oneusefulthing.org/
Web: https://mgmt.wharton.upenn.edu/profile/emollick
ML hacker
https://github.com/nateraw
Head of Data Science and AI at idealista.com | Film photographer | Ph.D. in Economics | Sharing my digital garden at pelayoarbues.com | Working full remote from the North of Spain
Co-founder & CEO of Hidden Door. I <3 cheeseburgers and making beautiful things. I know a thing or two about AI, but it's people who matter. I am interested in many things.
NYC
Llama Farmer
Ex CLO Hugging Face, Xoogler
https://Answer.AI & https://fast.ai founding CEO; previous: hon professor @ UQ; leader of masks4all; founding CEO Enlitic; founding president Kaggle; various other stuffโฆ
I build tools that propel communities forward
Philosopher in tech, currently at Mistral AI. Doctor of talking machines, now teaching them good behavior.
Iโm a people person who supports our team as they work to democratize AI at Hugging Face ๐ค I live in Sacramento, by way of Brooklyn. Winter is better here.
evals evals evals. https://evals.info
RecSys, AI, Engineering; Principal Applied Scientist @ Amazon. Led ML @ Alibaba, Lazada, Healthtech Series A. Writing @ eugeneyan.com, aiteratelabs.com.
A LLN - large language Nathan - (RL, RLHF, society, robotics), athlete, yogi, chef
Writes http://interconnects.ai
At Ai2 via HuggingFace, Berkeley, and normal places