#memorymodel search results
It's official. @Qualcomm has partnered with Memories.ai to bring human-like visual memory to your device. This Large Visual Memory Model 2.0 will enable smart photo & video search on-device, with no cloud required: pcworld.com/article/295913…
Fine-tuning LLM Agents without Fine-tuning LLMs! Imagine improving your AI agent's performance from experience without ever touching the model weights. It's just like how humans remember past episodes and learn from them. That's precisely what Memento does. The core concept:…
Another pivotal milestone from our portfolio company @memories_ai—partnering with @Qualcomm to launch Large Visual Memory Model (LVMM) 2.0, now fully on-device. LVMM 2.0 brings real-time, privacy-preserving AI that understands and searches personal photo and video data locally…
"Memory Museum" sees an elderly man immersed in his past memories and rich emotional life. It explores familial bonds while hinting at the concept of digital immortality. AIGC x Tech4Good🌿
Introducing Large Visual Memory Model (LVMM) 2.0, in partnership with @Qualcomm Advanced visual AI is now on your phone, and in your home cameras. AI that understands your photos and videos, runs 100% privately and securely. ALL on-device. The beginning of on-device…
🧠 OpenMemory: AI Memory Engine An open-source memory system enhancing LLM apps through LangGraph integration. Features structured memory with 2-3× faster recall and 10× lower costs than hosted solutions. Check it out 🔍 github.com/CaviraOSS/Open…
LLMs memorize a lot of training data, but memorization is poorly understood. Where does it live inside models? How is it stored? How much is it involved in different tasks? @jack_merullo_ & @srihita_raju's new paper examines all of these questions using loss curvature! (1/7)
Meet Google's new best small embedding model, EmbeddingGemma It's a 300M embedding model made for retrieval augmented generation (RAG) use cases. ollama pull embeddinggemma 🧵
🤝 We teamed up with @ollama and llama.cpp to accelerate @googleaidevs' EmbeddingGemma3 for hyper-efficient RAG on PC. Try it out now with @NVIDIA_AI_PC RTX AI PCs and workstations 👇
📌 Java Learning #Day 60 – Java Memory Model (Stack vs Heap) ✅ Stack = thread-local, method calls, locals, refs, super fast 🚀 ✅ Heap = shared, objects/arrays, GC-managed 🗄️ ⚠️ Errors → StackOverflowError, OutOfMemoryError #Java #MemoryModel #Backend
Mem0 is hiring so I built my own memory layer overnight to showcase in my application. It combines CRAG (Corrective RAG) + a memory system that mimics human recall. 🔗: notebook-lm-clone-one.vercel.app @Hiteshdotcom @piyushgarg_dev @nirudhuuu @ChaiCodeHQ @mem0ai Here’s how I did it 🧵👇
Here are a few more figures I created using toy models. They show the intuition behind the post-memorization learning dynamics.
BREAKING: People waste 43 hours/year trying to remember what they just remembered.
I used to believe algorithms understood me. Every scroll felt personalized, every suggestion almost psychic. But over time, I realized something strange. The more I engaged, the less I felt seen. I was being predicted, not understood. My data was teaching systems how to…
EmbeddingGemma is our new best-in-class open embedding model designed for on-device AI. 📱 At just 308M parameters, it delivers state-of-the-art performance while being small and efficient enough to run anywhere - even without an internet connection.
What does memory_order_consume really do? stackoverflow.com/questions/6533… #cpp11 #multithreading #memorymodel #atomic #lockfree
What do each memory_order mean? stackoverflow.com/questions/1234… #memorymodel #threadsafety #cpp #atomic #cpp11
Does STLR(B) provide sequential consistency on ARM64? stackoverflow.com/questions/6739… #x8664 #cpp #memorymodel #arm64 #atomic
it sucks when someone gets the details wrong While I can't fix the media, @supermemoryai can help AI remember the details about you. in real time. it's time to personalize our experiences with AI. it's supermemory time.
📌 Java Learning #Day 60 – Java Memory Model (Stack vs Heap) ✅ Stack = thread-local, method calls, locals, refs, super fast 🚀 ✅ Heap = shared, objects/arrays, GC-managed 🗄️ ⚠️ Errors → StackOverflowError, OutOfMemoryError #Java #MemoryModel #Backend
He’ll explain what Rust’s ordering rules (Relaxed, Acquire, SeqCst, etc.) actually mean, and how they show up in the concurrency crates you use every day. ➡️ eurorust.eu/talks/rusts-me… #RustLang #Concurrency #MemoryModel 🧵 2/3
eurorust.eu
EuroRust 2025 – October 9 & 10, Paris & online
EuroRust is a 2 day conference for the European Rust community – October 9 & 10, 2025 – in Paris & online
Understand Cache Coherence from Memory Model's Perspective chipress.online/2025/06/27/und… To understand cache coherence, we have to take one step back and look at the memory model first. #CacheCoherency #Cache #MemoryModel
chipress.online
Understand Cache Coherence from Memory Model’s Perspective
To understand cache coherence, we have to take one step back and look at the memory model first. What is a Memory Model? Memory consistency model, or memory model, dictates the order in which memor…
JUST IN: MemOS introduces a memory operating system for Language Models, transforming them into evolving systems with structured memory management. MemCube organizes memory types for adaptability and long-term learning. #AI #MemoryModel
Tech Deep Dive: 🔍 Allocated-type abstraction: Object = type + size + layout 🔍 Per-type freelists: Reuse memory without type confusion 🔍 Range & cast analyses: Validate tricky pointer arithmetic All built on LLVM 10.0 + tools like SVF & S2E #LLVM #MemoryModel
Mice Studies Shed Light on Serotonin and Memory azolifesciences.com/news/20240701/… @bcmhouston #serotonin #memory #memorymodel #mousemodel
azolifesciences.com
Mice Studies Shed Light on Serotonin and Memory
Memory regulation in humans and animal models is regulated by the serotonin 2C receptor in the brain, according to research from Baylor College of Medicine, the University of Cambridge in the United...
🚀Unleash the power of performance in your Go apps at #Conf42Golang with "Go Performance Unleashed"! 🌐conf42.com/Golang_2024_Ma… #PerformanceOptimization #MemoryModel #Profiling #CodeOptimization #GoProgramming #EfficientCoding #PerformanceTuning #ApplicationOptimization #Tech
A custom memory allocator is responsible for reserving memory for new objects. How can a Garbage Collector improve it? Read more 👉 lttr.ai/ANUFy #AlgorithmDesign #GarbageCollection #MemoryModel #ManageObjectLifecycles
Design and implement a marking algorithm that identifies live objects by traversing object references starting from the root objects. Read more 👉 lttr.ai/ANUFs #AlgorithmDesign #GarbageCollection #MemoryModel #ManageObjectLifecycles
🔺2/3 #MemoryModel: This part is responsible for storing past experiences, enabling the model to leverage historical data to comprehend the current context. It commonly utilizes Recurrent Neural Networks (RNNs) or Long Short-Term Memory networks (LSTMs) for implementation.
Building Your Own Automatic Garbage Collector: A Guide for Developers ▸ lttr.ai/ANUEs #AlgorithmDesign #GarbageCollection #MemoryModel #ManageObjectLifecycles
Comparing SYCL data transfer strategies for tracking use cases #SyCL #MemoryModel #Benchmarking hgpu.org/?p=28078
What do each memory_order mean? stackoverflow.com/questions/1234… #memorymodel #threadsafety #cpp #atomic #cpp11
What do each memory_order mean? stackoverflow.com/questions/1234… #memorymodel #threadsafety #cpp #atomic #cpp11
What does memory_order_consume really do? stackoverflow.com/questions/6533… #cpp11 #multithreading #memorymodel #atomic #lockfree
Does STLR(B) provide sequential consistency on ARM64? stackoverflow.com/questions/6739… #x8664 #cpp #memorymodel #arm64 #atomic
📌 Java Learning #Day 60 – Java Memory Model (Stack vs Heap) ✅ Stack = thread-local, method calls, locals, refs, super fast 🚀 ✅ Heap = shared, objects/arrays, GC-managed 🗄️ ⚠️ Errors → StackOverflowError, OutOfMemoryError #Java #MemoryModel #Backend
Do you really know where your classes live in memory? 🤔 #JavaQuiz #MemoryModel #TechInterview #JavaLearning codingbrushup.com
💭 I thought that the Release Consistency was older. I know, it's 30 yo now, but somehow I thought that it's more. #memoryModel #memoryBarrier #relaxedConsistency #CPU #programing
***MESSAGE OF THE WEEK*** Learning takes place when information moves from our working to long term memory. My message to all students in assemblies this week 👌 @OBAcademy @MisterEWright #learning #memorymodel
Always happy to share good news - Congrats @Arm colleague Jade Alglave has been awarded the prestigious Roger Needham award by the @BCS ow.ly/HW6850Cm0M0 #architecture #memorymodel
How to optimize the barriers in synchronization primitives on weak memory models? VSync: Push-Button Verification and Optimization for Synchronization Primitives on Weak Memory Models asplos-conference.org/abstracts/aspl… @mingffu #ASPLOS21 #MemoryModel #Verification
A custom memory allocator is responsible for reserving memory for new objects. How can a Garbage Collector improve it? Read more 👉 lttr.ai/ANUFy #AlgorithmDesign #GarbageCollection #MemoryModel #ManageObjectLifecycles
Design and implement a marking algorithm that identifies live objects by traversing object references starting from the root objects. Read more 👉 lttr.ai/ANUFs #AlgorithmDesign #GarbageCollection #MemoryModel #ManageObjectLifecycles
🚀Unleash the power of performance in your Go apps at #Conf42Golang with "Go Performance Unleashed"! 🌐conf42.com/Golang_2024_Ma… #PerformanceOptimization #MemoryModel #Profiling #CodeOptimization #GoProgramming #EfficientCoding #PerformanceTuning #ApplicationOptimization #Tech
Something went wrong.
Something went wrong.
United States Trends
- 1. $APDN $0.20 Applied DNA N/A
- 2. $SENS $0.70 Senseonics CGM N/A
- 3. $LMT $450.50 Lockheed F-35 N/A
- 4. Good Friday 39.3K posts
- 5. #FridayVibes 2,887 posts
- 6. yeonjun 282K posts
- 7. Broncos 69.1K posts
- 8. Raiders 67.9K posts
- 9. #CARTMANCOIN 1,989 posts
- 10. Blockchain 197K posts
- 11. #iQIYIiJOYTH2026 1.65M posts
- 12. Kehlani 12.5K posts
- 13. Bo Nix 18.9K posts
- 14. Tammy Faye 1,955 posts
- 15. John Wayne 1,174 posts
- 16. Geno 19.7K posts
- 17. MIND-BLOWING 22.9K posts
- 18. daniela 59.4K posts
- 19. #Pluribus 3,286 posts
- 20. $ZEC 32.9K posts