neuronify
neuronify copied to clipboard
An educational neural network app using the integrate-and-fire method.
Makes it easier to work with compartmental models
With a properties menu that allows dynamically adding and removing currents. Each current can have a submenu for its properties.
Current branch multicompartment has some features implemented. The following needs to be done before merging with dev: - [x] Split currents into separate elements (like LeakCurrent) - [x] Decide on...
Specifically to measure multicompartment currents, but also to measure currents in IF neurons
v1.2 completely changed the design of Neuronify. We need to adapt this back to mobile devices again. - [ ] Make side and top menu hidden when not activated -...
Some users could think we take an image of them when the app starts.
The spike trace add new neurons to the top, while the voltage trace adds them to the bottom. If 5 neurons are labeled A B C D E, and you...
On the latest version of Neuronify on snap, on Ubuntu 14.04, neuronify will crash when no camera is available, if the user attempts to create a photoreceptive cell. /snap/neuronify/16$ ./neuronify...
We need to test and debug on a device set up with Apple Configurator. Neuronify has been reported to crash on such devices upon startup. Could be a file writing...
As the title says, the microphone permission is requested even though this is not used on Android. This is likely because importing the QtMultimedia module triggers this permission to be...