You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeltaProduct is a new linear recurrent neural network architecture that uses products of generalized Householder matrices as state-transition matrices enabling better expressivity, state-tracking, and language modeling performance than DeltaNet.
VDS is an AI-first FOSS meant for self hosting, LocalLLM that will let you scan your shopping recipts, keep track of what you have, and how much money you spent on what. Yes, it's vibecoded.
Three algorithms (classical GS, modified GS, and Householder) for QR factorisation written in Julia. Included is a standard backsubstitution algorithm also for Julia.
HoHoMa-MyPurchase is meant to be a helping assistant when it comes to shopping. A pre-calculated shoppinglist for the day, reminders and automatic analysis of demands and stock.
PicturePrediction is based on machine-learning concepts, aiming to create automated predictions in relation with the nature of certain cats or non-containing cats pictures. Using a data set of given images, it may independently distinguish characteristics of a new picture with an accuracy up to 75%.
minGRU (Feng et al.) in PyTorch, plus a measured ladder of state-tracking recoveries — signed, rotation, Givens, and delta (DeltaNet-style Householder products) mixers with time decay, all under one parallel scan — with fused Triton GPU kernels as an optional backend