How do you approach solving an SQL problem?
Machine Learning / AI
What is test-time augmentation (TTA)?
What is a garbage collector and how does it work in Python?
Why and when to use graphics cards?
How to calculate the perplexity of a language model? What are its properties?
What is mediation analysis?
Do you have any questions about the cooperation terms?
On an imbalanced dataset, the model has recall 100% and precision 1%. What happened?
What is LLaVA and how is it structured?
Tell me about hybrid retrieval in RAG — which model did you choose for dense vectors?
Why can model weights become large and why is it necessary to reduce them with regularization?
What is redaction and tokenization of PII in datasets?
What are DVC and Git LFS for data versioning?
How to choose between multithreading, multiprocessing, and asyncio for downloading a large number of files in Python?
How to handle rare hieroglyphic characters and emojis in the tokenizer?
Task: there are 100 coins, one is dishonest (heads on both sides). When flipped, heads appear — find the probability that the coin is dishonest.
What are contextual bandits?
Explain the scaled dot-product attention formula. Why divide by sqrt(d_k)?