One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| """ | |
| ========================================================= | |
| circular data analysis functions | |
| ========================================================= | |
| """ | |
| # Authors : Anne Kosem and Alexandre Gramfort | |
| # License : Simplified BSD |
| # query nvidia card | |
| lspci -vnn | grep -i VGA -A 12 | |
| # install nvidia driver 352.63 | |
| sudo apt-get install nvidia-352 | |
| sudo reboot | |
| # Download OS-Arch CUDA Toolkit package from https://developer.nvidia.com/cuda-downloads | |
| cd ~/Downloads | |
| wget -O cuda.deb http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda-repo-ubuntu1404-7-5-local_7.5-18_amd64.deb |
I hereby claim:
To claim this, I am signing this object:
| import numpy as np | |
| from scipy import stats | |
| import matplotlib.pyplot as plt | |
| rng = np.random.RandomState(0) | |
| M, n_sensors = 100, 1000 | |
| # Make "Fourier coefficients" here | |
| data = rng.randn(M, n_sensors) + rng.randn(M, n_sensors) * 1j | |
| data += 0. # can be non-zero to test that it actually works for some signal | |
| mean = np.mean(data, axis=0) |
| #!/usr/bin/env bash | |
| # | |
| # Bootstrap script for setting up a new OSX machine | |
| # | |
| # This should be idempotent so it can be run multiple times. | |
| # | |
| # Some apps don't have a cask and so still need to be installed by hand. These | |
| # include: | |
| # | |
| # - Twitter (app store) |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |