Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
9answers
289 views

Class with too many parameters..better design strategy?

I am working with models of neurons. One class I am designing is a cell class which is a topological description of a neuron (several compartments connected together). It has many paramteres but they ...
6
votes
7answers
912 views

Brain modelling

Just wondering, we've reached 1 teraflop per PC, and we are still not able to model an insect's brain. has anyone seen a decent implementation of a self-learning self-developing neural network?
4
votes
2answers
168 views

How to plot a peristimulus time histogram (PSTH) in R with ggplot2

Say that I have two conditions, 'a' and 'b'. A neuron fires on average 40 spikes / second (Hz) in condition 'a' and 80 spikes / second in condition 'b'. The response to condition 'a' is presented 20 ...
1
vote
0answers
44 views

Plot a schematic outline of the brain

I know that I can read, write and analyse different type of brain scanning data using various Medical Imaging Tools available for R. But I am looking for something very simple - a possibility to just ...
1
vote
3answers
118 views

Computational Neuroscience Graduate Programs

I am planning to apply for a phd position in recent future. There is one major question in my mind. First of all, I want to focus on computational neuroscience, especially in modelling and computation ...
0
votes
3answers
72 views

What development models, environments, and languages are you using in Medical Research applications, particularly for Neuroscience?

I'm looking at working with a neuroscience team next year. Some of the applications will involve signal processing, image processing, and data-mining. (I do know there will be some MATLAB work, but ...
0
votes
4answers
224 views

How can software be programmed to receive and interpret brain activity?

There are some machines available which hook onto someone's head, and they can record brain activity and show this on a screen. I'm wondering if there are any known components with an API or another ...