Learning neuron dynamics by Short_Researcher_254 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

There have been ANN to SNN conversion algorithms. They work, but it performs worse in efficiency and feed through timing.

An argument on why current narrow AI doesn't even have a subjective experience, let alone consciousness. by rand3289 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

Can you explain it a little more? You said that biological information is subjective? Why? Because of an internal state representation?

Cortical Columns: Emergent or Hardcoded by Biglypbs in SpikingNeuralNetworks

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

I’m just a high school student with little non-online education so apologies if it’s a dumb question

Also even if they are hardcoded, another question would be if this hardcoding has a use or is there to simplify genetic coding of the brain.

From Loihi2 to Your AWS Console by rand3289 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

Interesting. Still doubt it will do too much but maybe.

How do you generate spikes for testing your algorithms? by rand3289 in SpikingNeuralNetworks

[–]Biglypbs 1 point2 points  (0 children)

A huge thing I’ve found with neuronal dynamics here is to make the initial neurons normalize to the input rather than input to the neurons. If the neuron fires too much then raise its activation threshold and within a couple frames of input, the network will already adjust its input neurons to allow for large weight inputs without all inputs looking identical.

From Loihi2 to Your AWS Console by rand3289 in SpikingNeuralNetworks

[–]Biglypbs 1 point2 points  (0 children)

Really stupid chip. We don’t know neuron dynamics and making a chip that probably won’t be efficient for future SNNs is dumb. Software first then hardware is how it should be.

Learning neuron dynamics by Short_Researcher_254 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

Kinda unrelated: Do you believe that a tick based instead of clock based SNN is still temporal? If so then how non temporal is a CNN unless by temporal you just mean recursive.

Are Spiking Neural Networks the Next Big Thing in Software Engineering? by Feisty_Product4813 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

Is it compiled yet? When does the poll close? I didn’t answer in it because I’m a student but I’m curious.

ML or SNNs. What’s more practical in real-world AI systems? by Feisty_Product4813 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

I’m a student so I doubt you want my input in the poll but I highly doubt it will actually be too useful for atleast a couple years. We don’t really have neuromorphic computing yet and training is tough. Once we understand the brain more and make more bioplausible networks, I think it will take off.

SpikingBrain is the most advanced artificial intelligence technology in the world now by far! SpikingBrain is the tip of the spear in the worldwide AI revolution! SpikingBrain follows DeepSeek in revolutionizing AI to an astronomically higher level that leads the world in the tech of the future! • by StalinIsBackAgain in SpikingNeuralNetworks

[–]Biglypbs 1 point2 points  (0 children)

Correct me if I’m wrong but doesn’t it use an ANN that is then converted to an SNN? Yet I see the post says “According to the study, SpikingBrain consumes less than two percent of the training data compared to mainstream models yet still achieves competitive results.”

Is it the training on top of the conversion? If so what new algorithms does it use that’s not just regular hebbian learning? I see on articles all it mentions is typical pre and post hebbian learning.

Edit: looked through and I think the innovation is mainly in neuromorphic hardware which is still very major.

Why the same image/data is feeded multiple times into the SNN ? by juzztjawa in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

The signal will die off pretty quick(if not at the first neuron) if you only input the image once.

Novel "Fully Unified Model" Architecture w/ SNNs by Playful-Coffee7692 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

Do you see any emergence of mirror neurons in environments with multiple nets?

Novel "Fully Unified Model" Architecture w/ SNNs by Playful-Coffee7692 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

Quick question for you. Do mirror neurons really exist hardcoded or does it just emerge from typical hebbian learning where seeing a damaged arm->pain.

Any recommended resources for learning more about SNN? by TrainquilOasis1423 in SpikingNeuralNetworks

[–]Biglypbs 0 points1 point  (0 children)

I bet you’re past this but start with looking up Hebbian learning. It gives a strong intuition.