Technical Details
Contextual Memory Engine
LOMX 1.5 adds short term conversational memory:
Where:
M_t= memory vector at time tI_t= input embeddingα= retention coefficient (0.85 by default)
This allows LOMX to keep track of up to 3 previous conversational turns.
Custom Voice Training
Using a 30-second sample, LOMX learns your unique tone via Mel-Frequency Cepstral Coefficients (MFCCs):
This builds a personalized spectral profile for each user.
Multi Language Model
Dynamic token embedding enables phoneme adaptation across languages:
Each token adjusts based on language morphology, ensuring native-like fluency.
Last updated
