AI & ML interests

None defined yet.

Recent Activity

Quazim0t0ย  updated a model 4 days ago
DaisyChainAI/daisychain-genomics
Quazim0t0ย  updated a Space 8 days ago
DaisyChainAI/README
Quazim0t0ย  updated a Space 10 days ago
DaisyChainAI/Daisychain-Genomics-Demo
View all activity

Quazim0t0ย 
posted an update 3 days ago
view post
Post
70
I built a small Neural Physics Engine from scratch

The idea I wanted to test: in a projective-dynamics solver, could you replace each hand-derived local constraint projection with a learned one, while keeping the analytic parts (rotations, the global solve) exactly as they are? It's one tiny network, shared across every element and across constraint types through material tokens. A new material isn't a new network, just a new token row. Fluids fall out of the same idea, with water treated as one more token.

A few things held up in testing: one tied projector matched five separate per-material solutions, the neural fluid tracked the exact analytic solver closely on a dam-break sim, and a learned warm-start trimmed solver iterations without touching correctness.

Try it here:
Dam Break Demo:
https://quazim0t0-neural-physics-engine-demo.hf.space/
FPS Shooter Demo:
https://quazim0t0-neural-combat-evolved.hf.space/
Model Repo:
Quazim0t0/neural-physics-engine
Quazim0t0ย 
posted an update 4 days ago
view post
Post
2354
Created research language model whose channel-mixing block is not an MLP. It is a differentiable Neighbour-Sensing fungal-colony-growth model: each token is expanded into a colony of hyphal tips that grow in a bounded latent region, sense a shared density field, and steer their own growth โ€” the "MLP" is replaced by a few differentiable steps of colony growth, read back out into the hidden state.

Quazim0t0/Mycel-LM-79M

Also the original SpikeWhale project โ€” the one that sparked all the other SpikeWhale related projects. Every spiking primitive here is hand-written in plain PyTorch: the leaky integrate-and-fire (LIF) neuron dynamics, the fast-sigmoid surrogate gradient, and the backprop-through-time training loop. No snntorch, no spikingjelly, no norse, no bindsnet โ€” the network is a genuine from-scratch SNN.

Quazim0t0/SpikeWhale-SNN-216M
Quazim0t0ย 
posted an update 5 days ago
view post
Post
673
Created a causal language model with a non-standard channel-mixing block. It keeps a conventional transformer backbone for token mixing (attention), but replaces the per-layer MLP with a QuazimotoBlock: a bank of coupled phase oscillators (Kuramoto dynamics) arranged in concentric rings, run for a few differentiable Euler steps and read out through [cos ฮธ, sin ฮธ].

Quazim0t0/Positronic-144M
Quazim0t0ย 
updated a Space 8 days ago
Quazim0t0ย 
posted an update 22 days ago
view post
Post
176
Here's my Hackathon Entries:
build-small-hackathon/ModuleMind
build-small-hackathon/neural-n64
build-small-hackathon/neural-riscv
build-small-hackathon/neural-gb
build-small-hackathon/neural-doom
build-small-hackathon/Flight-Transit-Agent
build-small-hackathon/HuggingWizards

I released a pretrained model base for the end of the Small Models, Big Adventures Hackathon. It is an 86M parameters model, trained on FineWebEdu. Somewhat customized from the standard model. I used my remaining Modal credits from the Hackathon

Model Weights + Demo:
Quazim0t0/Escarda-86M
build-small-hackathon/Escarda-86M-Chat
Quazim0t0ย 
posted an update over 1 year ago
view post
Post
1310
#112 -> #118
Fugazi14b
  • 1 reply
ยท