The authors analyzed spectral properties of neural activity recorded using laminar probes while mice engaged in a global/local visual oddball paradigm. They found solid evidence for an increase in ...
Generate a graph: python src/generate_graph.py --n 5000 --m 30000 --out data/edges.txt Run PageRank: mpiexec -n 4 python src/pagerank_mpi.py --edges data/edges.txt ...
It was pointed to us at the recent cogbase conference that having a mini-example for more of our functions / methods would be useful as sometimes readers do not want to read the whole story of an ...