Quantcast
Channel: xcorr: comp neuro » Python
Browsing latest articles
Browse All 7 View Live

Image may be NSFW.
Clik here to view.

Reading Plexon files in Linux or Mac

Updates (12/10 /2011): Plexon now offers a mex extension for Matlab which compiles on Linux and Mac. I have a Python .plx file reader available, and Huang Xin has a better one based on ctypes, part of...

View Article



Image may be NSFW.
Clik here to view.

Reading .plx files in Mac/Linux: a Python script

Update (12/10/2011): Huang Xin has written better Python script based on ctypes, part of RealTimeElectrophy. I posted a few days ago on solutions for reading .plx files on Mac/Linux, and was kind of...

View Article

Image may be NSFW.
Clik here to view.

Evaluating IDEs for scientific Python

* Last updated May 27th, 2013 * Python is a general purpose scripting language that can be used for statistical analysis, numeric work, machine learning, etc. With packages like SciPy, matplotlib,...

View Article

Image may be NSFW.
Clik here to view.

ipython and ipython notebook for Matlab users

Following my post on IDEs for scientific Python, several commenters mentioned using some combination of their favorite text editor and ipython rather than a dedicated IDE. ipython is an interactive...

View Article

Image may be NSFW.
Clik here to view.

Load pickle files in Matlab

It’s easy enough to load .mat files in Python via the scipy.io.loadmat function. But what about loading .pickle files into Matlab? That’s easy enough by calling a system command in Matlab, like so:...

View Article


Image may be NSFW.
Clik here to view.

Theano: numerical computation in Python

A Theano evaluation graph Theano is a very interesting numeric library for Python that I covered briefly a few years ago. Coming from the machine learning group at Université de Montréal – i.e. Yoshua...

View Article

Image may be NSFW.
Clik here to view.

Calling R from Matlab – flat file communication

In the last post I showed how to fit a Bayesian hierarchical model in R to estimate experimental parameters. Our main data analysis pipeline uses Matlab, and we’d like to integrate these two...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images