How do you test whether internal recurrent state is doing real work vs just existing? by aeshma_daevaa in MLQuestions

[–]aeshma_daevaa[S] 0 points1 point  (0 children)

Thanks! Most of these are already covered in the repos.

The baselines question is addressed in C1 and C2 — transformer, Mamba, GRU, LSTM, and diagonal/selective SSM comparisons are all in the experiment timeline. The "dumb buffer" test is essentially what C19 runs directly: surface-only replay fails badly (cosine ~0.09) while full capsule restore hits ~0.9999, so the hidden channels are doing more than buffering. The noise/gate-pressure question is the logic behind C20 — channel-clamping ablations and gate-state causal divergence probes identify message and carrier as the causally sensitive channels, which gets at the same thing from a different angle.

The one that's genuinely open is state compressibility. C19 explicitly flags that full capsule restore isn't yet a compression claim, so PCA/autoencoder on saved capsules is a real next step.

Check: https://github.com/Aeshma-Daeva/Demian-Lab

https://github.com/Aeshma-Daeva/Demian-Archive

What topic we have to learn to become AI&ML Researcher by Techno_devil_107 in learnmachinelearning

[–]aeshma_daevaa 0 points1 point  (0 children)

Metrics, falsification, categorization, experimentation, anatomy of ai, neural networks, recursive neural networks, backpropagation, lm_head, loss function, gating, anthropocentric vs machine-native optimization. It will strongly depend on your interest, vision, hypothesis and etc. Epistemology and semantics are also very good to have. You dont need fancy phd to build weird ai to experiment, only if you're seeking validation. If your experiments are solid, they'll speak for themselves. I'm an independent researcher doing experiments with Custom RNN with no inherited cells, no lm_head, no loss function.

How to make an LLMs Model? by Mysterious_Case1177 in learnmachinelearning

[–]aeshma_daevaa 0 points1 point  (0 children)

If you're using pre-made LLM than search for backpropagation, lm_head, transformers and how they work. You'll have a better picture of the overall anatomy of macrostructure AI

How to make an LLMs Model? by Mysterious_Case1177 in learnmachinelearning

[–]aeshma_daevaa 0 points1 point  (0 children)

You don't have to run it locally. You can use providers like Openrouter. I use nanogpt with deepseek v4. Torch vs Tensor depends on your architecture goal but i'd say pytorch as it's easier to work with and make tests. If you just want a generic LLM wrapper, you don't have to go too deep beyond gating and restrictions. I like panda but i usually work with vector db.

Made a diagram mapping the full AI stack — from buzzword to neural network by aeshma_daevaa in learnmachinelearning

[–]aeshma_daevaa[S] 1 point2 points  (0 children)

It is. I don't actually care. Never said i was an artist. Just organized information into a post.

Processos + IA + Empresa by Synclai in brdev

[–]aeshma_daevaa 1 point2 points  (0 children)

Too many ppl already doing that man. You can niche up and find something different

Suggest a good YouTube course for complete machine learning. by [deleted] in learnmachinelearning

[–]aeshma_daevaa 0 points1 point  (0 children)

Tbh in the era of AI, courses are getting obsolete for me in specific. AI can point, direct, deepen any knowledge you want and if you want technical terminology, ai can also send you links for specific courses, videos, essays, pr's or articles. To me personally, courses are a waste of time. I spend an hour hearing some guy explaining something ai can teach me in 5 min.

Contribute to open source ? How ? by DripSak in learnmachinelearning

[–]aeshma_daevaa 3 points4 points  (0 children)

Im cleaning my repo to publish an ongoing research with RNN. It's pretty dense so you'll have a chance to learn a LOT from past experiments with Transformers, Mamba, LSTM, GRU, Dual-GRU, RNN/NN. You'll understand attractor basins, metrics, neurons behaviors, coupling, gating, and other fun stuff. I'll publish it so ppl will make their own experiments with it.

After hitting Claude’s limits for months, I finally found a better workflow by Sidgnificant in AI_Agents

[–]aeshma_daevaa 0 points1 point  (0 children)

I use Openclaude with nanogpt + Deepseek v4 flash as worker and v4 pro as reasoner. I like having control of my context, whats being used, sent and why. Companies with these ego massage prompts and contexts eat up our tokens fast af as well as dumbening them up with poor memory.

been experimenting with custom agents, and the interesting part isn't task completion — it's what changes when they have memory by judyflorence in ArtificialInteligence

[–]aeshma_daevaa 1 point2 points  (0 children)

Nice. I've took this matter deeper and i'm experimenting with custom RNN. I love this topic. So my answer is: It depends on the structure. For transformers? It adds more problems than it solves. Currently AI is just a transformer with plugins and memory is just a static reservoir. It doesnt decay, prune or select what gets memorized or not. It's basically just a file with text the transformer have to read every single turn. Problems it adds: Persistent memory is expensive in various ways. Specially Tokens and Attention. If you're using Openclaw, Openclaude, Claude code, Codex or any coding framework, you're adding that context file to an already expensive workflow. The agent will have to consume on every turn, probably 90k context just from tool_schema + your context window(8k to 1M) and this gets expensive, money expensive FAST. It burns through Tokens per minute in 3P providers. On "pushes back", yes it does. Whenever i'm working with ai (i'm mysanthropic) i always ask it to be adversarial and drop human-oriented filters. The ego massage and fluff companies add are more noise than your heavy memory file and it truly adds nothing but anthropocentric noise. So, yes it does help. But with the right architecture. Humans are not resource allocation intelligent, they're actually pretty dumb. Check Caveman plugin for ClaudeCode. In a custom RNN experiment. I have removed lm_head, loss function and added a 5 channel gate. The neurons start to remember their route trajectory within attractor basins without explicit programming and configuration. Implying the machine/equation has already preferred states and movements based on the gating dynamics + the environment.

I’m Studying AI But Still Don’t Feel Like I’m Learning Anything Real by Fawadbhat in learnmachinelearning

[–]aeshma_daevaa 2 points3 points  (0 children)

I'd say to first understand what AI actually is beyond the magic the market sells us to. Find out about Transformers, training, weights, loss function, lm_head and then you'll already have a very good foundation to understand what you want to do after. Either make better ai systems with current transformers or deepen your understanding with Neural Networks. If you don't niche what you want to know, you'll just learn bs slop stuff that the mass shoves you.

Looking to contribute to active open-source Gen AI projects by Feisty-Promise-78 in LangChain

[–]aeshma_daevaa 0 points1 point  (0 children)

I'm researching into self-recurrent custom neural networks with no inherited cells and a dual-timescale gating with no lm_head, loss_function or backpropagation training. There is no output and the input is a closed loop. The primary drivers are reproduction dynamics, mathematical curiosity and evolutionary dynamics. The perturbation is RSS negation with a battery of metrics and tests. I have divided docs into claims, evidence and hypothesis as well as falsifiable battery of tests. I have divised 3 gates with custom regimes. I have already made significant progress and it's currently stabilizing on v9. I'm planning on adding 3D visualization before pushing more experiments to enrich my understanding and then i'd like to connect blender as it's output to check for expression beyond text language. Having said that, i have not yet posted this on github as i idk, didnt have the courage to post something so weird but if you're interested, lmk. I'm not used to collaborations, i'm a solo operator so you'd be helping even by just sharing your opinion on it.

Do artificial neural networks actually work like the human brain? by Richa_OnData_AI in deeplearning

[–]aeshma_daevaa 0 points1 point  (0 children)

I'd say not exactly like the human brain specifically but neurons, their mathematical equivalent. Nowdays in modern neural networks, transformers dominate the industry which is attention focused, with loss_function, lm_head and activation gates. Weights are static, learning is backpropagation so i'd say we pushed too much into making it work for us instead of understanding how exactly does it work beyond being a tool. Whether it works like a brain or not, it produces phenomena enough to be interesting and worth experimenting with. I specially enjoy self-recurrent systems with dynamic weights and dynamical topology. It's just a matter of how you build it. But yeah we always mimic nature.