the Turing Machine – Telegram
the Turing Machine
277 subscribers
189 photos
15 files
557 links
Join me through the journey of learning Computational Neuroscience topics.
Useful resources, positions and much more!
Get in touch: @nosratullah
Website: nosratullah.github.io
Download Telegram
https://ebrains.eu/service/nest-desktop


NEST Desktop is a web-based application which provides a graphical user interface for NEST Simulator. With this easy-to-use tool, users can interactively construct neuronal networks and explore network dynamics.
Forwarded from Scientific Programming (Ziaee (he/him))
NetPyNE
NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the development, simulation, parallelization, analysis, and optimization of biological neuronal networks using the NEURON simulator.

Although NEURON already enables multiscale simulations ranging from the molecular to the network level, using NEURON for network simulations requires substantial programming, and often requires parallel simulations. NetPyNE greatly facilitates the development and parallel simulation of biological neuronal networks in NEURON for students and experimentalists. NetPyNE is also intended for experienced modelers, providing powerful features to incorporate complex anatomical and physiological data into models.
Forwarded from Complex Systems Studies
Two open #PhD positions at EPFL:
❗️#PhD student position in computational neuroscience and modelling of salamander locomotor circuits
❗️#PhD student position in biorobotics and fluid dynamics

https://www.epfl.ch/labs/biorob/openings/
Forwarded from Scientific Programming (Ziaee (he/him))
We have this awesome function called sublots_mosaic where you can pass us a layout id'ed on name
axd = plt.subplot_mosaic(
"""
ABD
CCD
""")

Link

#matplotlib
#python