r/compmathneuro

HU Berlin School of Mind and Brain Masters program: applying as an international student

Hi! I'm applying to Msc Mind and Brain at HU Berlin as an international student. Can I please talk to anyone that has been accepted to get some advice? My GPA is 1.26 with the improvement. I haven't published anything yet.

reddit.com
u/Few_Cricket2381 — 1 day ago

Discord servers for theoretical/computational neuroscience?

I'm getting into theoretical neuroscience with a focus on the mathematical side — dynamical systems, stability, the math behind neuron models.

Are there any active Discord servers in this area worth joining? Looking for places to connect with people sharing similar interests.

Thanks!

reddit.com
u/SmoothDrop7907 — 3 days ago
▲ 21 r/compmathneuro+2 crossposts

Preliminary 9 Panel 3D Brain Rendering of a Seizure - Differential Entropy Standard Deviation Tracked Across Desikan-Killiany Parcellation

If you had seen my previous post of peak spread: https://www.reddit.com/r/compmathneuro/comments/1szlrgy/preliminary_peak_spread_montage_from_processed/, I have further developed these renderings to use 8 specific bands with an overall view as well now, using differential entropy standard deviation this time instead.

This rendering uses 5 second intervals of a processed seizure recording broken down into 3 phases: preictal (up to 20 minutes before seizure), ictal or seizure period, and then preictal period until the end of the recording. Here are the bands with the "infraslow" band being the only band that wasn't used:

BANDS = {
    'overall':    (0.1, 100.0*),
    'infraslow':  (0.1,   0.5),
    'delta':      (0.5,   3.5),
    'theta':      (3.5,   8.0),
    'alpha':      (8.0,  13.0),
    'low_beta':   (13.0, 20.0),
    'high_beta':  (20.0, 30.0),
    'gamma':      (30.0, 50.0),
    'high_gamma': (50.0, 80.0),
    'ripples':    (80.0, 100.0*),
}

* is a placeholder, the processor determines the highest frequency and then sets to that.

The videos are then rendered at 30 fps with added transition frames for smoothing.

For each band and EEG channel that is then mapped to a DK region, variance is computed across the 5 second time samples using the closed-form differential entropy of a Guassian distribution, with a small epsilon added to prevent a log of zero: 0.5 · log(2πe·σ²).

Although I am still trying to understand what this may be telling me, I think it is very interesting to see some patterns emerging, especially in the superiorparietal area. As I understand it, this is spatial variability across channels/regions showing coherence in blue and noisy/high-variance in red. I am a broad data scientist with a background in stats who took interest in EEG recordings and seizures, so I am still trying to learn a lot more about the medical side of things.

Anywho, hope you like it!

Note this has not been peer-reviewed or clinically proven.

u/Radiant-Rain2636 — 4 days ago

YouTube channels for the mathematical side of computational neuroscience?

I'm getting into theoretical neuroscience with a focus on the more mathematical side — dynamical systems, stability, bifurcations, the math behind neuron models rather than mostly coding/simulation.

So far the best resource I've found is Artem Kirsanov, whose videos are the right style for me. But I need channels that go deeper into the mathematics. Does anyone know similar channels or specific videos? Looking for content that builds genuine mathematical intuition rather than just walking through code.

Anything from intuitive explainers up to more advanced/graduate-level material is welcome. Thanks!

reddit.com
u/SmoothDrop7907 — 5 days ago
▲ 78 r/compmathneuro+2 crossposts

github: https://github.com/amathislab/musclemimic

MuscleMimic is a JAX-based motion imitation learning research benchmark specifically designed for biomechanically accurate muscle-actuated models. It focuses on advancing research in muscle-driven locomotion and manipulation through high-performance neural policy training. 

u/CharlieLee666 — 7 days ago

How to Start Learning Computational Neuroscience?

I’m a first-year CS student, and I’ve recently gotten really interested in computational neuroscience, neuromorphic engineering, and the science of consciousness. I love the idea of figuring out how the brain works and how we might build tech that’s inspired by it, but I have no background in neuroscience at all.

What would you suggest for someone just starting out? Are there beginner-friendly resources, videos, or courses you liked? Do I need to worry about having strong math skills right away, or can I just dive in and pick things up as I go?

If anyone else started from scratch in these topics, I’d really love to hear how you approached it or what you wish you knew at the beginning

reddit.com
u/alexa_Ordinary4238 — 7 days ago

Interactive online demo of brain information flow

Link for online interactive demo:
https://pixedar.github.io/ai/mindvisualizer/

Main GitHub repo:
https://github.com/Pixedar/MindVisualizer

This is a follow-up to my open-source brain information flow exploration repo from this post:

https://www.reddit.com/r/compmathneuro/comments/1sy150g/open_source_brain_information_flow_exploration

I decided to make a small online demo of the repo to make the idea more accessible to a broader group of people, and to give people an easier way to first interact with the visualization.

I see the web demo mostly as an entry point into the broader effort and repo. More broadly, I see this as part of a larger effort to build better intuition and mental models for large-scale brain dynamics. I know the current technology and methods may not be fully there yet, but I think this kind of exploratory / collaborative tooling is emerging and worth trying

However, a few caveats:

  • The current flow data is not peer-reviewed. It is based on real brain data from my preprint / Zenodo record: https://zenodo.org/records/18200415 In the future, it would be nice to turn this into a more rigorous version, possibly with higher-quality data, better-validated flow models, or collaboration with people who work more directly on this kind of problem.
  • Please remember that the online demo is only a limited demo. It currently shows only one of the three modes from the full repo. The other modes in the repo may actually be more important / relevant than the one currently shown in the browser demo, especially for the broader brain-manifold and information-propagation idea. For the full functionality, please check the actual GitHub repo: https://github.com/Pixedar/MindVisualizer
  • The real repo is the main project, not the web demo. It contains the three modes, the broader brain-manifold / information-propagation idea, the LLM/RAG interpretation part, and the informal observations file: https://github.com/Pixedar/MindVisualizer/blob/master/OBSERVATIONS.md The observations file is there so people can add interesting flow paths, perturbation effects, or intuitions about resting-state organization. The hope is to slowly build a shared record of patterns that might help us think about how the brain works internally.
  • The site is intended for demo / accessibility purposes only. The web version was made more quickly just to make the idea easier to try in the browser. The GitHub repo is the more complete version of the project, with more functionality and better code structure. For anything beyond just trying the browser demo, please look at the repo.
  • I do not expect a huge amount of traffic, but since the LLM analysis costs tokens, I included only a small amount of my own credits, so it may run out over time if people use it.

The original repo post was basically about combining brain information flow derived from real fMRI and tractography data with an LLM, including RAG-based interpretation of this flow and propagation of information in the brain.

It is still not peer-review quality and should rather be treated as a tool for building intuition about the brain and building a mental model of brain dynamics.

Feedback is very welcome, especially from people who know the field better or have ideas about validation, better data, better flow models, or how to make the observation/collaboration part more useful

u/Pixedar — 11 days ago

How to start learning comp neuro during medical school

For reference, i am an MS2 from India and I'd like to pursue computational neuroscience after my med school. Our college is pretty lame when it comes to supporting extra academic endeavours which means if I have to learn anything, it should be online. I have high school level math knowledge and a very basic understand of python and am doing the U Washington course on coursera Id appreciate recommendations of books/videos/courses/exercises/research papers etc that would help deepen my understanding of the subject itself and the required math and code required to build a career in this field Thank you for your time :)

reddit.com
u/DependentAnything628 — 12 days ago
▲ 4 r/compmathneuro+1 crossposts

I am planning on applying for a PhD in computational neuroscience and I wanted to know if my profile is enough to get an admit.
Searching for programs in the US, UK, Europe, and Australia
To give you a gist about myself:
International student
Masters in data science
Bachelors in computer science and engineering
1.2 yr research experience
No publications
No wet lab experience
No preprint
3 solid neuro related projects
1.8 yr data analyst and communication intern

Let me know your honest opinions

reddit.com
u/ZealousidealNeat7501 — 15 days ago