talk-data.com talk-data.com

Filter by Source

Select conferences and events

People (1 result)

Showing 2 results

Activities & events

Title & Speakers Event
moetez kdayem – MLOps Engineer @ Alex Legal

Transformers are foundational in deep learning but face computational inefficiencies with long sequences. Inspired by continuous systems, Mamba, a simplified sequence model that makes State Space Models parameters dynamic and uses a hardware-aware parallel algorithm, achieving up to 5× faster inference than Transformers and linear scaling in sequence length. Mamba excels in language, audio, and genomics tasks without the need for attention mechanisms or MLP blocks. Building on Mamba, it was adapted for vision tasks where challenges like position sensitivity and global context are crucial. VMamba employs Visual State-Space (VSS) blocks and a 2D Selective Scan (SS2D) module to handle visual data efficiently, setting new benchmarks in computational efficiency and performance. Similarly, Vim (Vision Mamba) uses bidirectional Mamba blocks with position embeddings, outperforming models like DeiT without relying on self-attention, highlighting the versatility of state-space models in vision applications.

jean olivier pitre – Cloud Engineer @ DataSphere Lab @McGill University

Python shines in RAG (Retrieval-Augmented Generation) systems due to its efficiency in orchestrating various processes and its extensive libraries, such as LangChain and Hugging Face Transformers. The building blocks for RAG include data extraction and preprocessing, transforming data into vectors via embedding models, and using vector databases for retrieval. Python excels in setting up data pipelines for indexing, retrieval, and generation, integrating different components, and ensuring low-latency, high-efficiency real-time processing. Real-world applications of RAG systems showcase Python's benefits and challenges in implementation, demonstrating its versatility and robustness in managing complex data flows and interactions.

LLM Python RAG Vector DB
Showing 2 results