#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…

memories_ai's tweet image. 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:…

_avichawla's tweet image. 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🌿

HUAWEI_TECH4ALL's tweet image. "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…

LangChainAI's tweet image. 🧠 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)

GoodfireAI's tweet image. 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 🧵

ollama's tweet image. 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

the_departed__'s tweet image. 📌 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.

Tiberiu_Musat_'s tweet image. Here are a few more figures I created using toy models. They show the intuition behind the post-memorization learning dynamics.
Tiberiu_Musat_'s tweet image. 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…

Ericweb33's tweet image. 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…

Memory Retention and the forgetting curve

neuronpowers's tweet image. Memory Retention and the forgetting curve

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.


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

the_departed__'s tweet image. 📌 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


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


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

danilopdl's tweet image. 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

danilopdl's tweet image. 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.


Comparing SYCL data transfer strategies for tracking use cases #SyCL #MemoryModel #Benchmarking hgpu.org/?p=28078


No results for "#memorymodel"

📌 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

the_departed__'s tweet image. 📌 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

Codingbrushup's tweet image. 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

Scooletz's tweet image. 💭 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

m_chiles's tweet image. ***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

BereniceMann's tweet image. 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

ASPLOSConf's tweet image. 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

danilopdl's tweet image. 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

danilopdl's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends