Machine Learning for Multi-Cell Human Intent Inference

Size: px
Start display at page:

Download "Machine Learning for Multi-Cell Human Intent Inference"

Transcription

1 Machine Learning for Multi-Cell Human Intent Inference Joshua Jacobs, Jennifer Wortman, Michael Kearns, Michael J. Kahana Departments of Neuroscience, Computer and Information Science, and Psychology University of Pennsylvania Philadelphia, PA 94 Itzhak Fried Division of Neurosurgery University of California at Los Angeles Abstract We applied modern machine learning algorithms to the study of simultaneous firings of neurons in human subjects implanted with intracranial electrodes as part of a surgical treatment for drug-resistant epilepsy. These subjects played a taxi-driver video game in which they alternated between searching for passengers, and delivering these passengers to their destination. We used support vector machines and boosting to create classification models that use multi-cell neural activity to predict whether subjects were searching for a passenger or a store. Despite methodological challenges (such as the electrodes being positioned for clinical purposes, not for our classification task), these models were able to frequently and significantly outperform a number of natural baseline (single-cell) classifiers. The SVM models are stronger than those of boosting on our problem. Furthermore, model accuracy is significantly enhanced when we consider the confidence levels output by the models (i.e. when we choose to classify only a high-confidence subset of the test data). We present compelling evidence that the learned models are integrating information from multiple cells. This work demonstrates the potential of machine learning algorithms for isolating correlates of behavior in complex neural datasets, and is one of the few such applications to human neural data for a relatively abstract cognitive state such as intent. Introduction The activity of individual neurons in the mammalian brain has been shown to carry information about an animal s past experiences, current perceptions, and future actions. Although much has been learned about the behavioral correlates of neural activity in a range of species, the functional role of neurons underlying human cognition has only begun to be characterized. In the present work, we recorded neural activity in human subjects who had electrodes

2 implanted for the treatment of their drug-resistant epilepsy. The clinical team determined the placement of the electrodes in order to identify the sites of seizure onset for subsequent resection surgery. While they were fitted with these electrodes, we asked subjects to play Yellow Cab, a virtual taxi-driver game that involved alternating between the two highlevel goal states of searching for passengers and subsequently delivering the passengers to specified destinations. We used two standard classification algorithms, boosting and support vector machines (SVMs), to create models of each subject s high-level goal state from their neural activity. These models attempt to predict whether subjects are looking for a passenger or a store based on their neural firing patterns. Because we observe different neurons in each subject, these models are fit separately for each Yellow Cab session. We made no assumptions about which cells carry information about subject s goal state, nor about correlations between cells; we relied on the classification algorithms to discover this information. In some subjects, these algorithms were able to predict human behavior with high accuracy. Models in which groups of neurons were analyzed simultaneously displayed higher predictive power than models utilizing information about only a single neuron. Furthermore, models were able to make better predictions when only required to predict on highconfidence subsets of test data. These findings indicate that machine learning is a powerful tool for studying multi-cell patterns of neural firing and neural correlates of cognition. 2 Background Previous work has suggested that activities of single neurons correlate with behavior during spatial navigation. Cells that are informative of position (termed place cells ) have been demonstrated in rodents [], monkeys [2], and humans[3]. Furthermore, it has been shown that activity of individual neurons is correlated with a subject s destination during navigation [3]. Although most work characterizing neural responses during navigation studied cells individually, theories of population coding suggest behavior is best predicted by simultaneously analyzing multiple cells [4]. Previous work using machine learning with neural data included work predicting human cognitive state with functional magnetic resonance imaging [5]. The issue of position reconstruction in rodents during a navigation task was addressed in [6] and [7]. More recent work has addressed similar problems using more sophisticated learning algorithms. For example, firing rates of individual neurons in the monkey visual cortex were used to predict the orientation of a visual stimulus using a support vector machine algorithm [8]. The work we describe is perhaps the first neuroscience application of machine learning to the inference of a cognitive state as abstract as the subject s intended goal. 3 Methodology 3. Behavioral Methods In Yellow Cab, subjects navigated a virtual town either using keyboard arrow keys or a hand-held joystick. The town consisted of 3 clearly labeled target stores and 6 unlabeled buildings (see Figure ) arranged in a 3 3 grid. Passengers were picked up by driving near them. After pickup, a text screen informed the subject of the destination store to which the passenger should be delivered. Subjects were motivated to complete each task quickly because they received points upon successful passenger delivery, and had points deducted for every second of game-play. During the course of a 2-4 minute experimental session, passengers completed either 2 or 45 pickup/delivery cycles. See [9] for more details on this task.

3 Figure : A. Map of the virtual town. B-D. Images of example subject destination stores, as seen during navigation. 3.2 Human Electrophysiological Recordings Each electrode was terminated with a set of 4-µm platinum-iridium microwires. Signals from the microwires were sampled at 4-32kHz and action potentials of individual cells were isolated based on spike waveform and distribution of inter-spike intervals []. Electrodes overlying brain regions exhibiting seizure-related activity were excluded from analyses. We recorded from 3 subjects who participated in a total of 28 sessions; individual subjects performed between -3 sessions. In each session we recorded between 3-38 individual neurons. All patients provided informed consent for testing, and all studies conformed with the guidelines of the Medical Institutional Review Board at UCLA. Electrode implantation is dictated by clinical purposes, so different brain areas were observed in each patient. Frequently recorded brain regions include the hippocampus, parahippocampal region, amygdala and frontal lobes. Furthermore, because electrode position can shift over time and multiple sessions of a single subject often occur on different days, it is possible that two recordings from the same electrode sample different neurons. These factors led us to treat each testing session individually in subsequent analyses. It is also worth bearing in mind that since the electrodes are not placed for the purposes of our classification task, it is to be expected (and it occurs) that for some sessions and subjects, the neural firings simply will not contain information relevant to our classification task. 3.3 Binning into Temporal Epochs To prepare the multi-cell neural data for the classification task, we divided each session into fixed-length temporal epochs. For each epoch, the firing rate of each cell was calculated, and a label was assigned according to whether the subject was looking for a passenger or store during the corresponding time period. If the goal-searching state changed in the middle of a temporal epoch, the current epoch was combined with the previous epoch, and a new epoch began at the point of transition. The number of passenger- and storesearching epochs varied across sessions because the length of time spent in epoch type varied according to subject navigation proficiency and style. A typical session lasted 3 minutes, so this would lead to approximately 8 one second epochs, 8 ten second epochs, and so on. 3.4 General Classification Methodology Classification tasks were performed seperately for each session of data. Since the data were limited, especially at longer epoch lengths, a cross-validation methodology was used to estimate model accuracy. Each learning algorithm was run 3 times on every data set (session). For each run, 5% of the epochs were randomly set aside for testing; the remaining 85% were used for training the predictor. Test error rates were estimated and reported as the mean test error over the 3 trials.

4 Average error rate Naive.5 SVM Single Cell Epoch size (seconds) Figure 2: Epoch size versus average error rate, averaged over all subjects. To assess the performance of our prediction, we compared the performance of SVMs and boosting with two baseline classifiers. We created a naive classifier which always predicts the output label value that occurred most frequently in the training dataset. Because of our interest in the potential value of multi-cell models, we also compared to a stronger baseline that searches the training dataset to find the single-cell firing rate and threshold that best predicts the label. In all cases we compared the test errors of our learned models with those of the naive and best single-cell classifiers. Support vector machine models were created using version 6. of SVMlight [] with default options and a linear kernel; early experimentation with a quadratic kernel showed no improvement over the linear model. models were generated using BoosTexter [2] version 2., again with default parameter settings. BoosTexter uses boosting on top of simple decision stumps, each of which is a threshold function of a single cell s firing rates. 4 Results 4. Initial Findings and Selection of Optimal Epoch Length To analyze the power of classification techniques for predicting human intent, it is necessary to determine the most useful way to discretize continuous spike train data into feature vectors. An obvious choice is to let each data instance be a vector containing the firing rates of each cell over a given period of time. The choice of an optimal length of time for each of these periods must take into consideration the data quantity and quality. Previous experiments [3, 4] with primates were able to perform accurate predictions using firing rates averaged over periods of ms to second, but these studies were able to position recording electrodes in brain regions known to respond in a task-specific manner. By comparison, in the present dataset, electrodes are positioned clinically, so it is likely that data is noisier with respect to any behavioral variable. To address this issue, we varied the scale of temporal epoching, to determine the best way of extracting task-related information. There is a trade-off to consider here, as larger time epochs will result in a smaller number of available training instances when the data is sparse and might miss subtleties of patterns in spike rates. Thus, we begin by exploring the capabilities of learning algorithms over a wide range of epoch sizes. Figure 2 shows the average error rate over all sessions with the data discretized into epochs

5 Single cell SVMs Single cell SVMs Error rate Error rate Fraction Predicted Fraction Predicted Figure 3: Error rate as a function of fraction of data predicted, for two sample subjects. At each fraction, the predictor chooses to predict the epochs on which it is most confident. of various lengths. It is clear from this graph that boosting and SVMs both have some level of predictive power in this task, as both models outperform the naive baseline at all epoch lengths (p <.5, paired t-test). SVMs also achieve lower error rates than boosting. However, the above alone is not enough to claim that either classification algorithm is fully exploiting the variety of cells available. Although SVMs do outperform the best single-cell classifier at lower time epochs, this difference in performance is not statistically significant. In a moment we provide statistically strong evidence that SVMs are indeed learning a multi-cell model whose predictive accuracy outperforms any single-cell model, when we incorporate model confidence. Since support vector machines and boosting both exhibit their lowest absolute error rates at an epoch length of nine seconds (see Figure 2), epoch lengths will be fixed at nine seconds for the remainder of the experiments discussed. 4.2 Prediction Accuracy and Model Confidence It is possible that classification models are able to predict by recognizing the presence of specific patterns of neural activity that occur only sometimes during certain goal states. This would result in high prediction accuracy when this pattern is recognized, and lower accuracy at other times. In such a case, we might hope that the model s prediction confidence would be highest for epochs whose firing closely matches a recognized pattern. We examined this hypothesis by looking at the relation between prediction accuracy and model confidence, in the spirit of ROC curves or precision-recall analyses. In addition to predicting a label for each epoch, the models output by SVMs and boosting each produce a measure of their confidence in that prediction. The model generated by the support vector machine algorithm is of the form sign(w x+b) where x is the input vector, w is a linear combination of support vectors, and b is an added bias term. A positive sign predicts one label (e.g. passenger-searching), while a negative sign would cause the epoch to be classified with the other label (e.g. store-searching). It is thus possible to interpret w x + b as a measure of how confident the model is that its label prediction for a given instance is correct. Similar confidence measures can be computed for boosting models. Confidence of the single-cell baseline model was computed as the distance between the firing rate of the single cell chosen and the model s threshold value. Figure 3 shows the prediction error rates for two example subjects when our support vector machine model is used to predict labels for data subsets. With this analysis, we are effectively using the SVM model to answer the question: For a given test dataset, choose the N% of the epochs that you can predict most confidently, and report your error rate. In these

6 .5.45 Error rate Single cell SVM.75.5 fraction predicted.25 p. of baseline performance.5... SVM.75.5 fraction predicted.25 Figure 4: Error rate as a function of fraction of data predicted, across all subjects. Left panel shows average performance of each predictor when asked to predict fixed fractions of data. Right panel shows the probability of identical performance of the learned models (SVMs and boosting) and the best single-cell model (paired t-test). SVMs significantly (p <.5) outperform the single-cell predictor when the models are asked to predict on 8% or less of the test data. SVM error rate % Single cell error rate SVM error rate 5% Single cell error rate SVM error rate 25% Single cell error rate Figure 5: Error rates from using SVMs to predict the subset of each test dataset that it is most confident on. Each point represents the single-cell and SVM error rate for a single session. Sessions that are below the diagonal had higher prediction accuracy with SVMs than with the single-cell predictor. Diagonal line denotes equal performance of SVM and single-cell predictors. subjects, SVM prediction accuracy increases dramatically in epochs where the predictor is confident. In Figure 4, performance on this task is summarized across all subjects. Here it is seen that classification performance increases when only predicting epochs when it has a high prediction confidence. Figure 4(left) shows that the SVM predictor achieves the best performance increase when given the freedom to choose only a subset of the data to classify. As shown in figure 4(right), the SVM predictor achieves performance that is better than the single-cell predictor at a statistically significant level when it chooses 8% or less of the test data to predict. To further detail the performance of the SVM predictor, in Figure 5 we show the SVM and single-cell error rates for each session when used to predict for various fractions of the test dataset. 4.3 Further Analysis of the Models SVMs and boosting are capable of creating models that use either small or large numbers of cells. Figure 6(left) illustrates the distribution of cell influences (magnitudes of coefficients)

7 Fraction of cells SVM Cell Influence Fraction observed Influential cells Total cells.5 Fraction of max. influence Cell Influence H PR A Fr? Region Figure 6: Left: Fraction of cells exceeding an influence threshold in SVM model. Threshold (abscissa) is computed as a fraction of the largest influence of any cell in the model. Center: Correlations between the models chosen by each algorithm on a sample data set. Each point represents the influence of one single cells. Right: Brain-region grouped fraction of most influential cells in SVM model, and total observed cells. Region key: H - Hippocampus, PR - Parahippocampal region, A - Amygdala, Fr - Frontal lobes,? - other regions. in the SVM models. This shows that roughly 25% of cells in each model have at least half of the influence of the maximum cell, indicating that the SVM models are indeed relying on information from multiple cells, since most of our sessions recorded from dozens of cells. Any neural correlates of goal state that exist in the data should be visible in predictive models created by both boosting and support vector machines. It is informative to compare the influence of each cell in the models generated by these algorithms. For boosting models, we define the influence of a cell as the difference between the weight that boosting places on a cell when the cell is maximally firing, and the weight that is placed on the cell when it is silent. To facilitate comparison of influences between SVMs and boosting, we normalize influences within a model by the sum of all influences. Figure 6(center) illustrates the correlations between normalized measures of cell influence in boosting and SVM models for one dataset. This plot shows that while individual cells differ in how they affect prediction, there is a large degree of consistency in the weights assigned to each cell across boosting and SVMs. Across all sessions of data, the average correlation between the two is.7295, and with the exception of one data set containing information on only three cells, no data sets show negative correlations. As would be expected, the error rates achieved on each session of data by boosting and support vector machines are also related, with a correlation of.884. Thus not only are the same cells influencing each model in positive or negative ways, but the models are showing the good and bad performance on the same subjects, further indicating that some data sessions inherently contain more useful data for goal prediction than others. Finally, we were interested in determining which brain regions are most responsible for our models predictive power. In Figure 6(right) we examine this in terms of which brain region contains the cell with highest influence in the SVM model for each session. Here we observe that cells in the amygdala have the highest influence in 46% of all SVM models, while comprising only 26% of overall cells. The high frequency of maximal model influence indicates that amygdalar neurons are more indicative of goal-searching behavior than other brain regions (p <., binomial test).

8 5 Conclusions We have shown that machine learning can be a useful tool for studying the correlation between cell firing rates and high-level human behavior by generating predictive models while making few assumptions about the nature of the underlying data. We have shown that this predictive power stems from the ability to study groups of multiple cells, and that in some subjects, when prediction confidence is high, prediction accuracy is nearperfect. This indicates the presence of distinct patterns of neural activity that correlate with behavioral states. The observation that the neurons in the amygdala are especially predictive of subject s goal-searching status is consistent with observations of amygdalar involvement in emotional processing. References [] J. OKeefe and J. Dostrovsky. The hippocampus as a spatial map. preliminary evidence from unit activity in the freely-moving rat. Brain Research, 34:7 75, 97. [2] T. Ono, K. Nakamura, H. Nishijo, and S. Eifuku. Monkey hippocampal neurons related to spatial and nonspatial functions. Journal of Neurophysiology, 7:56 529, 993. [3] A. Ekstrom, M.J. Kahana, J.B. Caplan, T.A. Fields, E.A. Isham, E.L. Newman, and I. Fried. Cellular networks underlying human spatial navigation. Nature, 425:84 87, 23. [4] A.P. Georgopoulos and Kettner R.E. Schwartz, A.B. Neuronal population coding of movement direction. Science, 233:46 49, 986. [5] T. M. Mitchell, R. Hutchinson, R. Niculescu R. S., Pereira, X. Wang, M. Just, and S. Newman. Learning to decode cognitive states from brain images. Machine Learning, 57:45 75, 24. [6] O. Jensen and J. E. Lisman. Position reconstruction from an ensemble of hippocampal place cells: contribution of theta phase coding. Journal of Neurophysiology, 83: , 2. [7] K Zhang, I Ginzburg, BL McNaughton, and TJ Sejnowski. Interpreting neuronal population activity by reconstruction: unified framework with application to hippocampal place cells. Journal of Neurophysiology, 79:7 44, 998. [8] J. Eichhorn, A.S. Tolias, A. Zien, M. Kuss, C. E. Rasmussen, J. Weston, N.K. Logothetis, and B. Scholkopf. Prediction on spike data using kernel algorithms. Advances in Neural Information Processing Systems, 6: , 24. [9] J. B. Caplan, J. R. Madsen, A. Schulze-Bonhage, R. Aschenbrenner-Scheibe, E. L. Newman, and M. J. Kahana. Human theta oscillations related to sensorimotor integration and spatial learning. Journal of Neuroscience, 23: , 23. [] K.D. Harris, D.A. Hense, J. Csicsvar, H. Hirase, and G. Buzsaki. Accuracy of tetrode spike separation as determined by simultaneous intracellular and extracellular measurements. Journal of Neurophysiology, 84:4 44, 2. [] T. Joachims. Making large-scale SVM Learning Practical. Advances in Kernel Methods - Support Vector Learning. B. Scholkopf and C. Burges and A. Smola (ed.), MIT-Press, 999. [2] Robert E. Schapire and Yoram Singer. Boostexter: A boosting-based system for text categorization. Machine Learning, 39(2/3):35 68, 2. [3] L. Shpigelman, Y. Singer, R. Paz, and E Vaadia. Spikernels: Precicting arm movements by embeding population spike rate patterns in inner-product space. Neural Computation, 25. [4] I. Gat, N. Tishby, and M. Abeles. Hidden markov modeling of simultaneously recorded cells in the associative cortex of behaving monkeys. Network: Comput. Neural Syst, 8: , 997.

Neural Coding. Computing and the Brain. How Is Information Coded in Networks of Spiking Neurons?

Neural Coding. Computing and the Brain. How Is Information Coded in Networks of Spiking Neurons? Neural Coding Computing and the Brain How Is Information Coded in Networks of Spiking Neurons? Coding in spike (AP) sequences from individual neurons Coding in activity of a population of neurons Spring

More information

Predicting Breast Cancer Survival Using Treatment and Patient Factors

Predicting Breast Cancer Survival Using Treatment and Patient Factors Predicting Breast Cancer Survival Using Treatment and Patient Factors William Chen wchen808@stanford.edu Henry Wang hwang9@stanford.edu 1. Introduction Breast cancer is the leading type of cancer in women

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Behavioral training.

Nature Neuroscience: doi: /nn Supplementary Figure 1. Behavioral training. Supplementary Figure 1 Behavioral training. a, Mazes used for behavioral training. Asterisks indicate reward location. Only some example mazes are shown (for example, right choice and not left choice maze

More information

Quiroga, R. Q., Reddy, L., Kreiman, G., Koch, C., Fried, I. (2005). Invariant visual representation by single neurons in the human brain, Nature,

Quiroga, R. Q., Reddy, L., Kreiman, G., Koch, C., Fried, I. (2005). Invariant visual representation by single neurons in the human brain, Nature, Quiroga, R. Q., Reddy, L., Kreiman, G., Koch, C., Fried, I. (2005). Invariant visual representation by single neurons in the human brain, Nature, Vol. 435, pp. 1102-7. Sander Vaus 22.04.2015 The study

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

EBCC Data Analysis Tool (EBCC DAT) Introduction

EBCC Data Analysis Tool (EBCC DAT) Introduction Instructor: Paul Wolfgang Faculty sponsor: Yuan Shi, Ph.D. Andrey Mavrichev CIS 4339 Project in Computer Science May 7, 2009 Research work was completed in collaboration with Michael Tobia, Kevin L. Brown,

More information

SUPPLEMENTARY INFORMATION. Table 1 Patient characteristics Preoperative. language testing

SUPPLEMENTARY INFORMATION. Table 1 Patient characteristics Preoperative. language testing Categorical Speech Representation in the Human Superior Temporal Gyrus Edward F. Chang, Jochem W. Rieger, Keith D. Johnson, Mitchel S. Berger, Nicholas M. Barbaro, Robert T. Knight SUPPLEMENTARY INFORMATION

More information

Lateralized hippocampal oscillations underlie distinct aspects of human spatial memory and navigation. Jacobs et al.

Lateralized hippocampal oscillations underlie distinct aspects of human spatial memory and navigation. Jacobs et al. Lateralized hippocampal oscillations underlie distinct aspects of human spatial memory and navigation Jacobs et al. Supplementary Information Lateralized hippocampal oscillations underlie distinct aspects

More information

Informationsverarbeitung im zerebralen Cortex

Informationsverarbeitung im zerebralen Cortex Informationsverarbeitung im zerebralen Cortex Thomas Klausberger Dept. Cognitive Neurobiology, Center for Brain Research, Med. Uni. Vienna The hippocampus is a key brain circuit for certain forms of memory

More information

A sense of direction in human entorhinal cortex

A sense of direction in human entorhinal cortex A sense of direction in human entorhinal cortex Joshua Jacobs, 1 Michael J. Kahana, 2 Arne D. Ekstrom, 3 Matthew V. Mollison, 2 & Itzhak Fried 4,5 1 Neuroscience Graduate Group, University of Pennsylvania,

More information

Supplementary materials for: Executive control processes underlying multi- item working memory

Supplementary materials for: Executive control processes underlying multi- item working memory Supplementary materials for: Executive control processes underlying multi- item working memory Antonio H. Lara & Jonathan D. Wallis Supplementary Figure 1 Supplementary Figure 1. Behavioral measures of

More information

Machine learning for neural decoding

Machine learning for neural decoding Machine learning for neural decoding Joshua I. Glaser 1,2,6,7*, Raeed H. Chowdhury 3,4, Matthew G. Perich 3,4, Lee E. Miller 2-4, and Konrad P. Kording 2-7 1. Interdepartmental Neuroscience Program, Northwestern

More information

Analysis of in-vivo extracellular recordings. Ryan Morrill Bootcamp 9/10/2014

Analysis of in-vivo extracellular recordings. Ryan Morrill Bootcamp 9/10/2014 Analysis of in-vivo extracellular recordings Ryan Morrill Bootcamp 9/10/2014 Goals for the lecture Be able to: Conceptually understand some of the analysis and jargon encountered in a typical (sensory)

More information

ASSOCIATIVE MEMORY AND HIPPOCAMPAL PLACE CELLS

ASSOCIATIVE MEMORY AND HIPPOCAMPAL PLACE CELLS International Journal of Neural Systems, Vol. 6 (Supp. 1995) 81-86 Proceedings of the Neural Networks: From Biology to High Energy Physics @ World Scientific Publishing Company ASSOCIATIVE MEMORY AND HIPPOCAMPAL

More information

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns 1. Introduction Vasily Morzhakov, Alexey Redozubov morzhakovva@gmail.com, galdrd@gmail.com Abstract Cortical

More information

Information Processing During Transient Responses in the Crayfish Visual System

Information Processing During Transient Responses in the Crayfish Visual System Information Processing During Transient Responses in the Crayfish Visual System Christopher J. Rozell, Don. H. Johnson and Raymon M. Glantz Department of Electrical & Computer Engineering Department of

More information

SUPPLEMENTARY INFORMATION. Supplementary Figure 1

SUPPLEMENTARY INFORMATION. Supplementary Figure 1 SUPPLEMENTARY INFORMATION Supplementary Figure 1 The supralinear events evoked in CA3 pyramidal cells fulfill the criteria for NMDA spikes, exhibiting a threshold, sensitivity to NMDAR blockade, and all-or-none

More information

Sum of Neurally Distinct Stimulus- and Task-Related Components.

Sum of Neurally Distinct Stimulus- and Task-Related Components. SUPPLEMENTARY MATERIAL for Cardoso et al. 22 The Neuroimaging Signal is a Linear Sum of Neurally Distinct Stimulus- and Task-Related Components. : Appendix: Homogeneous Linear ( Null ) and Modified Linear

More information

Supplementary Figure 1 Information on transgenic mouse models and their recording and optogenetic equipment. (a) 108 (b-c) (d) (e) (f) (g)

Supplementary Figure 1 Information on transgenic mouse models and their recording and optogenetic equipment. (a) 108 (b-c) (d) (e) (f) (g) Supplementary Figure 1 Information on transgenic mouse models and their recording and optogenetic equipment. (a) In four mice, cre-dependent expression of the hyperpolarizing opsin Arch in pyramidal cells

More information

Coding of Information in the Phase of Local Field Potentials within Human Medial Temporal Lobe

Coding of Information in the Phase of Local Field Potentials within Human Medial Temporal Lobe Article Coding of Information in the Phase of Local Field Potentials within Human Medial Temporal Lobe Beth A. Lopour, 1, * Abtine Tavassoli, 1 Itzhak Fried, 2 and Dario L. Ringach 1,3 1 Department of

More information

Nov versus Fam. Fam 1 versus. Fam 2. Supplementary figure 1

Nov versus Fam. Fam 1 versus. Fam 2. Supplementary figure 1 a Environment map similarity score (mean r ).5..3.2.1 Fam 1 versus Fam 2 Nov versus Fam b Environment cofiring similarity score (mean r ).7.6.5..3.2.1 Nov versus Fam Fam 1 versus Fam 2 First half versus

More information

Identification of Neuroimaging Biomarkers

Identification of Neuroimaging Biomarkers Identification of Neuroimaging Biomarkers Dan Goodwin, Tom Bleymaier, Shipra Bhal Advisor: Dr. Amit Etkin M.D./PhD, Stanford Psychiatry Department Abstract We present a supervised learning approach to

More information

Hippocampal mechanisms of memory and cognition. Matthew Wilson Departments of Brain and Cognitive Sciences and Biology MIT

Hippocampal mechanisms of memory and cognition. Matthew Wilson Departments of Brain and Cognitive Sciences and Biology MIT Hippocampal mechanisms of memory and cognition Matthew Wilson Departments of Brain and Cognitive Sciences and Biology MIT 1 Courtesy of Elsevier, Inc., http://www.sciencedirect.com. Used with permission.

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

Space and brain: a tabula rasa for the sense of direction. Paul A. Dudchenko

Space and brain: a tabula rasa for the sense of direction. Paul A. Dudchenko Space and brain: a tabula rasa for the sense of direction Paul A. Dudchenko University of Stirling Psychology, School of Natural Sciences Stirling, FK9 4LA United Kingdom Phone: +44 131 650 3531 p.a.dudchenko@stir.ac.uk

More information

Supplementary Figure 1. Example of an amygdala neuron whose activity reflects value during the visual stimulus interval. This cell responded more

Supplementary Figure 1. Example of an amygdala neuron whose activity reflects value during the visual stimulus interval. This cell responded more 1 Supplementary Figure 1. Example of an amygdala neuron whose activity reflects value during the visual stimulus interval. This cell responded more strongly when an image was negative than when the same

More information

Brain and Cognitive Sciences 9.96 Experimental Methods of Tetrode Array Neurophysiology IAP 2001

Brain and Cognitive Sciences 9.96 Experimental Methods of Tetrode Array Neurophysiology IAP 2001 Brain and Cognitive Sciences 9.96 Experimental Methods of Tetrode Array Neurophysiology IAP 2001 An Investigation into the Mechanisms of Memory through Hippocampal Microstimulation In rodents, the hippocampus

More information

Detection of Cognitive States from fmri data using Machine Learning Techniques

Detection of Cognitive States from fmri data using Machine Learning Techniques Detection of Cognitive States from fmri data using Machine Learning Techniques Vishwajeet Singh, K.P. Miyapuram, Raju S. Bapi* University of Hyderabad Computational Intelligence Lab, Department of Computer

More information

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models White Paper 23-12 Estimating Complex Phenotype Prevalence Using Predictive Models Authors: Nicholas A. Furlotte Aaron Kleinman Robin Smith David Hinds Created: September 25 th, 2015 September 25th, 2015

More information

Human Hippocampal Theta Activity During Virtual Navigation

Human Hippocampal Theta Activity During Virtual Navigation Human Hippocampal Theta Activity During Virtual Navigation Arne D. Ekstrom, 1,2 Jeremy B. Caplan, 3 Emily Ho, 2 Kirk Shattuck, 2 Itzhak Fried, 2,4* and Michael J. Kahana 5* HIPPOCAMPUS 15:881 889 (2005)

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:1.138/nature1216 Supplementary Methods M.1 Definition and properties of dimensionality Consider an experiment with a discrete set of c different experimental conditions, corresponding to all distinct

More information

Advances in Clinical Neuroimaging

Advances in Clinical Neuroimaging Advances in Clinical Neuroimaging Joseph I. Tracy 1, PhD, ABPP/CN; Gaelle Doucet 2, PhD; Xaiosong He 2, PhD; Dorian Pustina 2, PhD; Karol Osipowicz 2, PhD 1 Department of Radiology, Thomas Jefferson University,

More information

A model of the interaction between mood and memory

A model of the interaction between mood and memory INSTITUTE OF PHYSICS PUBLISHING NETWORK: COMPUTATION IN NEURAL SYSTEMS Network: Comput. Neural Syst. 12 (2001) 89 109 www.iop.org/journals/ne PII: S0954-898X(01)22487-7 A model of the interaction between

More information

Double dissociation of value computations in orbitofrontal and anterior cingulate neurons

Double dissociation of value computations in orbitofrontal and anterior cingulate neurons Supplementary Information for: Double dissociation of value computations in orbitofrontal and anterior cingulate neurons Steven W. Kennerley, Timothy E. J. Behrens & Jonathan D. Wallis Content list: Supplementary

More information

Algorithms in Nature. Pruning in neural networks

Algorithms in Nature. Pruning in neural networks Algorithms in Nature Pruning in neural networks Neural network development 1. Efficient signal propagation [e.g. information processing & integration] 2. Robust to noise and failures [e.g. cell or synapse

More information

Group Redundancy Measures Reveal Redundancy Reduction in the Auditory Pathway

Group Redundancy Measures Reveal Redundancy Reduction in the Auditory Pathway Group Redundancy Measures Reveal Redundancy Reduction in the Auditory Pathway Gal Chechik Amir Globerson Naftali Tishby Institute of Computer Science and Engineering and The Interdisciplinary Center for

More information

6. Unusual and Influential Data

6. Unusual and Influential Data Sociology 740 John ox Lecture Notes 6. Unusual and Influential Data Copyright 2014 by John ox Unusual and Influential Data 1 1. Introduction I Linear statistical models make strong assumptions about the

More information

Discrimination and Generalization in Pattern Categorization: A Case for Elemental Associative Learning

Discrimination and Generalization in Pattern Categorization: A Case for Elemental Associative Learning Discrimination and Generalization in Pattern Categorization: A Case for Elemental Associative Learning E. J. Livesey (el253@cam.ac.uk) P. J. C. Broadhurst (pjcb3@cam.ac.uk) I. P. L. McLaren (iplm2@cam.ac.uk)

More information

Supplementary Material for

Supplementary Material for Supplementary Material for Selective neuronal lapses precede human cognitive lapses following sleep deprivation Supplementary Table 1. Data acquisition details Session Patient Brain regions monitored Time

More information

A Brain Computer Interface System For Auto Piloting Wheelchair

A Brain Computer Interface System For Auto Piloting Wheelchair A Brain Computer Interface System For Auto Piloting Wheelchair Reshmi G, N. Kumaravel & M. Sasikala Centre for Medical Electronics, Dept. of Electronics and Communication Engineering, College of Engineering,

More information

Introduction to Electrophysiology

Introduction to Electrophysiology Introduction to Electrophysiology Dr. Kwangyeol Baek Martinos Center for Biomedical Imaging Massachusetts General Hospital Harvard Medical School 2018-05-31s Contents Principles in Electrophysiology Techniques

More information

In M.I. Jordan, M.J. Kearns & S.A. Solla (Eds.). (1998). Advances in Neural Information Processing Systems 10, MIT Press.

In M.I. Jordan, M.J. Kearns & S.A. Solla (Eds.). (1998). Advances in Neural Information Processing Systems 10, MIT Press. In M.I. Jordan, M.J. Kearns & S.A. Solla (Eds.). (). Advances in Neural Information Processing Systems, MIT Press. Using Helmholtz Machines to analyze multi-channel neuronal recordings Virginia R. de Sa

More information

An Automated Method for Neuronal Spike Source Identification

An Automated Method for Neuronal Spike Source Identification An Automated Method for Neuronal Spike Source Identification Roberto A. Santiago 1, James McNames 2, Kim Burchiel 3, George G. Lendaris 1 1 NW Computational Intelligence Laboratory, System Science, Portland

More information

The Integration of Features in Visual Awareness : The Binding Problem. By Andrew Laguna, S.J.

The Integration of Features in Visual Awareness : The Binding Problem. By Andrew Laguna, S.J. The Integration of Features in Visual Awareness : The Binding Problem By Andrew Laguna, S.J. Outline I. Introduction II. The Visual System III. What is the Binding Problem? IV. Possible Theoretical Solutions

More information

Methodological challenges (and value) of intracranial electrophysiological recordings in humans

Methodological challenges (and value) of intracranial electrophysiological recordings in humans Methodological challenges (and value) of intracranial electrophysiological recordings in humans Nanthia Suthana, Ph.D. Assistant Professor of Psychiatry & Biobehavioral Sciences, Neurosurgery, and Psychology

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

Detecting Cognitive States Using Machine Learning

Detecting Cognitive States Using Machine Learning Detecting Cognitive States Using Machine Learning Xuerui Wang & Tom Mitchell Center for Automated Learning and Discovery School of Computer Science Carnegie Mellon University xuerui,tom.mitchell @cs.cmu.edu

More information

Lecturer: Rob van der Willigen 11/9/08

Lecturer: Rob van der Willigen 11/9/08 Auditory Perception - Detection versus Discrimination - Localization versus Discrimination - - Electrophysiological Measurements Psychophysical Measurements Three Approaches to Researching Audition physiology

More information

Characterizing Interneuron and Pyramidal Cells in the Human Medial Temporal Lobe In Vivo Using Extracellular Recordings

Characterizing Interneuron and Pyramidal Cells in the Human Medial Temporal Lobe In Vivo Using Extracellular Recordings HIPPOCAMPUS 17:49 57 (2007) Characterizing Interneuron and Pyramidal Cells in the Human Medial Temporal Lobe In Vivo Using Extracellular Recordings Indre V. Viskontas, 1 Arne D. Ekstrom, 2 Charles L. Wilson,

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

Lecturer: Rob van der Willigen 11/9/08

Lecturer: Rob van der Willigen 11/9/08 Auditory Perception - Detection versus Discrimination - Localization versus Discrimination - Electrophysiological Measurements - Psychophysical Measurements 1 Three Approaches to Researching Audition physiology

More information

Section 4. Intro to Neurophysiology

Section 4. Intro to Neurophysiology Section 4. Intro to Neurophysiology 4.1 Action potentials at work (Cockroach Receptive Fields) Overview The goals of this unit are to: 1) introduce you to the basic concepts, equipment, and methodology

More information

Facilitative Effects of the Ampakine CX516 on Short-Term Memory in Rats: Correlations with Hippocampal Neuronal Activity

Facilitative Effects of the Ampakine CX516 on Short-Term Memory in Rats: Correlations with Hippocampal Neuronal Activity The Journal of Neuroscience, April 1, 1998, 18(7):2748 2763 Facilitative Effects of the Ampakine CX516 on Short-Term Memory in Rats: Correlations with Hippocampal Neuronal Activity Robert E. Hampson, 1

More information

PEER REVIEW FILE. Reviewers' Comments: Reviewer #1 (Remarks to the Author)

PEER REVIEW FILE. Reviewers' Comments: Reviewer #1 (Remarks to the Author) PEER REVIEW FILE Reviewers' Comments: Reviewer #1 (Remarks to the Author) Movement-related theta rhythm in the hippocampus is a robust and dominant feature of the local field potential of experimental

More information

TMS Disruption of Time Encoding in Human Primary Visual Cortex Molly Bryan Beauchamp Lab

TMS Disruption of Time Encoding in Human Primary Visual Cortex Molly Bryan Beauchamp Lab TMS Disruption of Time Encoding in Human Primary Visual Cortex Molly Bryan Beauchamp Lab This report details my summer research project for the REU Theoretical and Computational Neuroscience program as

More information

Chapter 6: Hippocampal Function In Cognition. From Mechanisms of Memory, second edition By J. David Sweatt, Ph.D.

Chapter 6: Hippocampal Function In Cognition. From Mechanisms of Memory, second edition By J. David Sweatt, Ph.D. Chapter 6: Hippocampal Function In Cognition From Mechanisms of Memory, second edition By J. David Sweatt, Ph.D. Grid Cell The Hippocampus Serves a Role in Multimodal Information Processing and Memory

More information

Deep Neural Networks Rival the Representation of Primate IT Cortex for Core Visual Object Recognition

Deep Neural Networks Rival the Representation of Primate IT Cortex for Core Visual Object Recognition Deep Neural Networks Rival the Representation of Primate IT Cortex for Core Visual Object Recognition Charles F. Cadieu, Ha Hong, Daniel L. K. Yamins, Nicolas Pinto, Diego Ardila, Ethan A. Solomon, Najib

More information

The role of amplitude, phase, and rhythmicity of neural oscillations in top-down control of cognition

The role of amplitude, phase, and rhythmicity of neural oscillations in top-down control of cognition The role of amplitude, phase, and rhythmicity of neural oscillations in top-down control of cognition Chair: Jason Samaha, University of Wisconsin-Madison Co-Chair: Ali Mazaheri, University of Birmingham

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:10.1038/nature10776 Supplementary Information 1: Influence of inhibition among blns on STDP of KC-bLN synapses (simulations and schematics). Unconstrained STDP drives network activity to saturation

More information

Entrainment of neuronal oscillations as a mechanism of attentional selection: intracranial human recordings

Entrainment of neuronal oscillations as a mechanism of attentional selection: intracranial human recordings Entrainment of neuronal oscillations as a mechanism of attentional selection: intracranial human recordings J. Besle, P. Lakatos, C.A. Schevon, R.R. Goodman, G.M. McKhann, A. Mehta, R.G. Emerson, C.E.

More information

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

Two distinct neuronal mechanisms underlying high frequency power changes in human local field potential recordings

Two distinct neuronal mechanisms underlying high frequency power changes in human local field potential recordings lick here to view linked References Two distinct neuronal mechanisms underlying high frequency power changes in human local field potential recordings Ashwin G. Ramayya 1, Jeremy R. Manning 3,4, Joshua

More information

Neuron, Volume 63 Spatial attention decorrelates intrinsic activity fluctuations in Macaque area V4.

Neuron, Volume 63 Spatial attention decorrelates intrinsic activity fluctuations in Macaque area V4. Neuron, Volume 63 Spatial attention decorrelates intrinsic activity fluctuations in Macaque area V4. Jude F. Mitchell, Kristy A. Sundberg, and John H. Reynolds Systems Neurobiology Lab, The Salk Institute,

More information

Neuronal Dynamics: Computational Neuroscience of Single Neurons

Neuronal Dynamics: Computational Neuroscience of Single Neurons Week 7 part 7: Helping Humans Neuronal Dynamics: Computational Neuroscience of Single Neurons Week 7 Optimizing Neuron Models For Coding and Decoding Wulfram Gerstner EPFL, Lausanne, Switzerland 7.1 What

More information

Evaluating the Effect of Spiking Network Parameters on Polychronization

Evaluating the Effect of Spiking Network Parameters on Polychronization Evaluating the Effect of Spiking Network Parameters on Polychronization Panagiotis Ioannou, Matthew Casey and André Grüning Department of Computing, University of Surrey, Guildford, Surrey, GU2 7XH, UK

More information

Characterization of Sleep Spindles

Characterization of Sleep Spindles Characterization of Sleep Spindles Simon Freedman Illinois Institute of Technology and W.M. Keck Center for Neurophysics, UCLA (Dated: September 5, 2011) Local Field Potential (LFP) measurements from sleep

More information

Carnegie Mellon University Annual Progress Report: 2011 Formula Grant

Carnegie Mellon University Annual Progress Report: 2011 Formula Grant Carnegie Mellon University Annual Progress Report: 2011 Formula Grant Reporting Period January 1, 2012 June 30, 2012 Formula Grant Overview The Carnegie Mellon University received $943,032 in formula funds

More information

T. R. Golub, D. K. Slonim & Others 1999

T. R. Golub, D. K. Slonim & Others 1999 T. R. Golub, D. K. Slonim & Others 1999 Big Picture in 1999 The Need for Cancer Classification Cancer classification very important for advances in cancer treatment. Cancers of Identical grade can have

More information

Classification of EEG signals in an Object Recognition task

Classification of EEG signals in an Object Recognition task Classification of EEG signals in an Object Recognition task Iacob D. Rus, Paul Marc, Mihaela Dinsoreanu, Rodica Potolea Technical University of Cluj-Napoca Cluj-Napoca, Romania 1 rus_iacob23@yahoo.com,

More information

Neural coding and information theory: Grandmother cells v. distributed codes

Neural coding and information theory: Grandmother cells v. distributed codes Neural coding and information theory: Grandmother cells v. distributed codes John Collins 1/20 Strengths of computers v. brains Computer Brain Accurate and fast computation Accurate and fast storage Doesn

More information

Supporting Online Material for

Supporting Online Material for www.sciencemag.org/cgi/content/full/323/5920/1496/dc1 Supporting Online Material for Human Substantia Nigra Neurons Encode Unexpected Financial Rewards Kareem A. Zaghloul,* Justin A. Blanco, Christoph

More information

Evolutionary Programming

Evolutionary Programming Evolutionary Programming Searching Problem Spaces William Power April 24, 2016 1 Evolutionary Programming Can we solve problems by mi:micing the evolutionary process? Evolutionary programming is a methodology

More information

Computational Explorations in Cognitive Neuroscience Chapter 7: Large-Scale Brain Area Functional Organization

Computational Explorations in Cognitive Neuroscience Chapter 7: Large-Scale Brain Area Functional Organization Computational Explorations in Cognitive Neuroscience Chapter 7: Large-Scale Brain Area Functional Organization 1 7.1 Overview This chapter aims to provide a framework for modeling cognitive phenomena based

More information

A Neural Model of Context Dependent Decision Making in the Prefrontal Cortex

A Neural Model of Context Dependent Decision Making in the Prefrontal Cortex A Neural Model of Context Dependent Decision Making in the Prefrontal Cortex Sugandha Sharma (s72sharm@uwaterloo.ca) Brent J. Komer (bjkomer@uwaterloo.ca) Terrence C. Stewart (tcstewar@uwaterloo.ca) Chris

More information

Supplemental Material

Supplemental Material 1 Supplemental Material Golomb, J.D, and Kanwisher, N. (2012). Higher-level visual cortex represents retinotopic, not spatiotopic, object location. Cerebral Cortex. Contents: - Supplemental Figures S1-S3

More information

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Timothy N. Rubin (trubin@uci.edu) Michael D. Lee (mdlee@uci.edu) Charles F. Chubb (cchubb@uci.edu) Department of Cognitive

More information

Visual Categorization: How the Monkey Brain Does It

Visual Categorization: How the Monkey Brain Does It Visual Categorization: How the Monkey Brain Does It Ulf Knoblich 1, Maximilian Riesenhuber 1, David J. Freedman 2, Earl K. Miller 2, and Tomaso Poggio 1 1 Center for Biological and Computational Learning,

More information

Ch.20 Dynamic Cue Combination in Distributional Population Code Networks. Ka Yeon Kim Biopsychology

Ch.20 Dynamic Cue Combination in Distributional Population Code Networks. Ka Yeon Kim Biopsychology Ch.20 Dynamic Cue Combination in Distributional Population Code Networks Ka Yeon Kim Biopsychology Applying the coding scheme to dynamic cue combination (Experiment, Kording&Wolpert,2004) Dynamic sensorymotor

More information

2012 Course: The Statistician Brain: the Bayesian Revolution in Cognitive Sciences

2012 Course: The Statistician Brain: the Bayesian Revolution in Cognitive Sciences 2012 Course: The Statistician Brain: the Bayesian Revolution in Cognitive Sciences Stanislas Dehaene Chair of Experimental Cognitive Psychology Lecture n 5 Bayesian Decision-Making Lecture material translated

More information

Supplementary Information

Supplementary Information Supplementary Information The neural correlates of subjective value during intertemporal choice Joseph W. Kable and Paul W. Glimcher a 10 0 b 10 0 10 1 10 1 Discount rate k 10 2 Discount rate k 10 2 10

More information

Navigation: Inside the Hippocampus

Navigation: Inside the Hippocampus 9.912 Computational Visual Cognition Navigation: Inside the Hippocampus Jakob Voigts 3 Nov 2008 Functions of the Hippocampus: Memory and Space Short term memory Orientation Memory consolidation(h.m)

More information

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-2, Issue-6, November-2014 Classification and Statistical Analysis of Auditory FMRI Data Using

More information

Identifying Parkinson s Patients: A Functional Gradient Boosting Approach

Identifying Parkinson s Patients: A Functional Gradient Boosting Approach Identifying Parkinson s Patients: A Functional Gradient Boosting Approach Devendra Singh Dhami 1, Ameet Soni 2, David Page 3, and Sriraam Natarajan 1 1 Indiana University Bloomington 2 Swarthmore College

More information

Supplementary Figure 1

Supplementary Figure 1 Supplementary Figure 1 Miniature microdrive, spike sorting and sleep stage detection. a, A movable recording probe with 8-tetrodes (32-channels). It weighs ~1g. b, A mouse implanted with 8 tetrodes in

More information

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings 1 Seizure Prediction from Intracranial EEG Recordings Alex Fu, Spencer Gibbs, and Yuqi Liu 1 INTRODUCTION SEIZURE forecasting systems hold promise for improving the quality of life for patients with epilepsy.

More information

CS/NEUR125 Brains, Minds, and Machines. Due: Friday, April 14

CS/NEUR125 Brains, Minds, and Machines. Due: Friday, April 14 CS/NEUR125 Brains, Minds, and Machines Assignment 5: Neural mechanisms of object-based attention Due: Friday, April 14 This Assignment is a guided reading of the 2014 paper, Neural Mechanisms of Object-Based

More information

Evaluating Classifiers for Disease Gene Discovery

Evaluating Classifiers for Disease Gene Discovery Evaluating Classifiers for Disease Gene Discovery Kino Coursey Lon Turnbull khc0021@unt.edu lt0013@unt.edu Abstract Identification of genes involved in human hereditary disease is an important bioinfomatics

More information

Internally Generated Reactivation of Single Neurons in Human Hippocampus During Free Recall

Internally Generated Reactivation of Single Neurons in Human Hippocampus During Free Recall Internally Generated Reactivation of Single Neurons in Human Hippocampus During Free Recall Hagar Gelbard-Sagiv, 1 Roy Mukamel, 2 Michal Harel, 1 Rafael Malach, 1 2, 3* Itzhak Fried 1 Department of Neurobiology,

More information

In bistable visual illusions, as in the Necker cube, the same

In bistable visual illusions, as in the Necker cube, the same Single-neuron correlates of subjective vision in the human medial temporal lobe Gabriel Kreiman*, Itzhak Fried, and Christof Koch* *Computation and Neural Systems Program, California Institute of Technology

More information

Network Dynamics of Basal Forebrain and Parietal Cortex Neurons. David Tingley 6/15/2012

Network Dynamics of Basal Forebrain and Parietal Cortex Neurons. David Tingley 6/15/2012 Network Dynamics of Basal Forebrain and Parietal Cortex Neurons David Tingley 6/15/2012 Abstract The current study examined the firing properties of basal forebrain and parietal cortex neurons across multiple

More information

Nature Methods: doi: /nmeth Supplementary Figure 1. Activity in turtle dorsal cortex is sparse.

Nature Methods: doi: /nmeth Supplementary Figure 1. Activity in turtle dorsal cortex is sparse. Supplementary Figure 1 Activity in turtle dorsal cortex is sparse. a. Probability distribution of firing rates across the population (notice log scale) in our data. The range of firing rates is wide but

More information

Supplementary Motor Area exerts Proactive and Reactive Control of Arm Movements

Supplementary Motor Area exerts Proactive and Reactive Control of Arm Movements Supplementary Material Supplementary Motor Area exerts Proactive and Reactive Control of Arm Movements Xiaomo Chen, Katherine Wilson Scangos 2 and Veit Stuphorn,2 Department of Psychological and Brain

More information

WHAT DOES 1 PETABYTE EQUAL? On average, one synapse can hold about 4.7 bits of information. This means that the human brain has a capacity of one

WHAT DOES 1 PETABYTE EQUAL? On average, one synapse can hold about 4.7 bits of information. This means that the human brain has a capacity of one The human brain can store 10 TIMES as many memories as previously thought, says study Scientists found storage capacity of synapses by measuring their size They found, on average, a synapse can hold about

More information

Contrasting Roles of Neural Firing Rate and Local Field Potentials in Human Memory

Contrasting Roles of Neural Firing Rate and Local Field Potentials in Human Memory HIPPOCAMPUS 17:606 617 (2007) Contrasting Roles of Neural Firing Rate and Local Field Potentials in Human Memory Arne Ekstrom, 1 * Indre Viskontas, 3 Michael Kahana, 4 Josh Jacobs, 5 Kristen Upchurch,

More information

The Sonification of Human EEG and other Biomedical Data. Part 3

The Sonification of Human EEG and other Biomedical Data. Part 3 The Sonification of Human EEG and other Biomedical Data Part 3 The Human EEG A data source for the sonification of cerebral dynamics The Human EEG - Outline Electric brain signals Continuous recording

More information

Implantable Microelectronic Devices

Implantable Microelectronic Devices ECE 8803/4803 Implantable Microelectronic Devices Fall - 2015 Maysam Ghovanloo (mgh@gatech.edu) School of Electrical and Computer Engineering Georgia Institute of Technology 2015 Maysam Ghovanloo 1 Outline

More information

Intracranial Studies Of Human Epilepsy In A Surgical Setting

Intracranial Studies Of Human Epilepsy In A Surgical Setting Intracranial Studies Of Human Epilepsy In A Surgical Setting Department of Neurology David Geffen School of Medicine at UCLA Presentation Goals Epilepsy and seizures Basics of the electroencephalogram

More information

Error Detection based on neural signals

Error Detection based on neural signals Error Detection based on neural signals Nir Even- Chen and Igor Berman, Electrical Engineering, Stanford Introduction Brain computer interface (BCI) is a direct communication pathway between the brain

More information

Hippocampal Time Cells : Time versus Path Integration

Hippocampal Time Cells : Time versus Path Integration Article Hippocampal Time Cells : Time versus Path Integration Benjamin J. Kraus, 1, * Robert J. Robinson II, 1 John A. White, 2 Howard Eichenbaum, 1 and Michael E. Hasselmo 1 1 Center for Memory and Brain,

More information