Dimensionality Reduction of fmri Data using PCA

Size: px
Start display at page:

Download "Dimensionality Reduction of fmri Data using PCA"

Transcription

1 Dimensionality Reduction of fmri Data using PCA Elio Andia ECE-699 Learning from Data George Mason University Fairfax VA, USA INTRODUCTION The aim of this project was to implement PCA as a dimensionality reduction method to fmri data in order to improve a classifiers results. The data was collected by Marcel Just and colleagues at the Center for Cognitive Brain Imaging at Carnegie Mellon University. Just and colleagues experiment consisted of testing human subjects with a sentence picture comparison, the brain activation was measured using fmri (Functional Magnetic Resonance Imaging). The data set consists of fmri images, each containing 5,000 voxels (3D representations where position is defined in relation to other voxels; not explicitly encoded like coordinates)[4]. An fmri image of a portion of the brain was taken every 500 ms Regions of Interest are highlighted in the data, regions of the brain where you would expect to see some brain activity [1]. There is code available that will provide specific functions for displaying and analyzing some of the data. The data is available in.mat files for each subject. Upon loading a file, three variables will be defined: Info, Data, and Meta.

2 Info is a 1x54 structure array that defines the data in terms of the time intervals. It contains information such as: whether the picture or sentence was displayed first, whether the sentence matches the picture, the subjects reaction time in determining whether the sentence matches the picture, and other information defining the experiment in terms of time. Data contains the raw observations, fmri images collected in sequence over a period of time. Each element in the 54x1 cell array contains an NxV array of fmri activations. The Meta variable has the relevant data on the data set. It provides things like the human subject identifier, number of images in the data set, number of trails, and definitions for the regions of interest. Below is a picture of one of the slices for the brain activation for one the subjects at at specific time and trail (subject 04847, trail 5, at time 5)

3 Below is a plot of the brain activation for one the subjects at a specific time and trail (subject 04847, trail 5, at time 5) it is a display of all slices taken from the fmri machine. The condition value indicates one of the four states for a segment. Zero being that the data should be ignored. One indicating a rest interval is occurring. Two indicates the sentence picture combination does match and three indicates that a non-matching pair of sentence and picture has been displayed to the subject.

4 Below is a graph of the voxel activity across time for a specific voxel (at location 36,62,8). The red line indicates the condition for that segment as described in the previous paragraph. By transforming the data to include on trails 3 and 4, below is the plot for trails 3 and 4 of the voxel (36,62,8). The graph displays the third trail as indicated by the condition 2 (x= 0 to 54) a sentence-picture combination that match followed by the fourth trail where the picture-sentence combination do not match (condition = 3, x= ).

5 There were various ways to manipulate the data, such as only keeping the n-most active voxels for the data set. Below you can see two plots, the first one being the snapshot containing the 2200 most active voxels and to the right of that is snapshot containing the 400 most active voxels. A Naive Bayes classifier was provided with the code. After applying the Naive Bayes classifier, the returned array Predictions is where predictions(k,j) = log P(example_k class_j). The average data set per subject contained about 5000 voxels. The data set dimension was reduced to the 2200 and the 400 most active voxels. In the future I would like to perform the PCA on multiple subjects and test the classifier results across all of them. The main issue with setting that up is the variation in the dimensions of the subjects brain and the fmri images that result[3].

6 REFERENCES [1] "Learning to Decode Cognitive States from Brain Images,"T.M. Mitchell, R. Hutchinson, R.S. Niculescu, F.Pereira, X. Wang, M. Just, and S. Newman, Machine Learning, Vol. 57, Issue 1-2, pp October [2] "Training fmri Classifiers to Detect Cognitive States across Multiple Human Subjects," X. Wang, R. Hutchinson, and T. M. Mitchell, Neural Information Processing Systems December [3] Archibald, Christopher, Evan Millar, Classifying FMRI Images Using Sparse Coding: A Project for CS229 (n.d.): n. pag. Web [4] Foley, James D.; Andries van Dam; John F. Hughes; Steven K. Feiner (1990). "Spatial-partitioning representations; Surface detail". Computer Graphics: Principles and Practice. The Systems Programming Series. Addison-Wesley. ISBN These cells are often called voxels (volume elements), in analogy to pixels. [5] "Learning to Identify Overlapping and Hidden Cognitive Processes from fmri Data,"R. Hutchinson, T.M. Mitchell, I. Rustandi, submitted to HBM 2005.

Feature Selection for fmri Classification

Feature Selection for fmri Classification Feature Selection for fmri Classification Chuang Wu Program of Computational Biology Carnegie Mellon University Pittsburgh, PA 15213 chuangw@andrew.cmu.edu Abstract The functional Magnetic Resonance Imaging

More information

Cognitive States Detection in fmri Data Analysis using incremental PCA

Cognitive States Detection in fmri Data Analysis using incremental PCA Department of Computer Engineering Cognitive States Detection in fmri Data Analysis using incremental PCA Hoang Trong Minh Tuan, Yonggwan Won*, Hyung-Jeong Yang International Conference on Computational

More information

Lecture 10: Support Vector Machines and their Applications

Lecture 10: Support Vector Machines and their Applications Lecture 10: Support Vector Machines and their Applications Cognitive Systems - Machine Learning Part II: Special Aspects of Concept Learning SVM, kernel trick, linear separability, text mining, active

More information

Learning from High Dimensional fmri Data using Random Projections

Learning from High Dimensional fmri Data using Random Projections Learning from High Dimensional fmri Data using Random Projections Author: Madhu Advani December 16, 011 Introduction The term the Curse of Dimensionality refers to the difficulty of organizing and applying

More information

Naïve Bayes, Gaussian Distributions, Practical Applications

Naïve Bayes, Gaussian Distributions, Practical Applications Naïve Bayes, Gaussian Distributions, Practical Applications Required reading: Mitchell draft chapter, sections 1 and 2. (available on class website) Machine Learning 10-601 Tom M. Mitchell Machine Learning

More information

Welcome to CS 4/57101 Computer Graphics

Welcome to CS 4/57101 Computer Graphics Welcome to CS 4/57101 Computer Graphics Goal: The goal of this course is to provide an introduction to the theory and practice of computer graphics. The course will assume a good background in programming

More information

Automated fmri Feature Abstraction using Neural Network Clustering Techniques

Automated fmri Feature Abstraction using Neural Network Clustering Techniques NIPS workshop on New Directions on Decoding Mental States from fmri Data, 12/8/2006 Automated fmri Feature Abstraction using Neural Network Clustering Techniques Radu Stefan Niculescu Siemens Medical Solutions

More information

Learning Common Features from fmri Data of Multiple Subjects John Ramish Advised by Prof. Tom Mitchell 8/10/04

Learning Common Features from fmri Data of Multiple Subjects John Ramish Advised by Prof. Tom Mitchell 8/10/04 Learning Common Features from fmri Data of Multiple Subjects John Ramish Advised by Prof. Tom Mitchell 8/10/04 Abstract Functional Magnetic Resonance Imaging (fmri), a brain imaging technique, has allowed

More information

CS/NEUR125 Brains, Minds, and Machines. Due: Wednesday, April 5

CS/NEUR125 Brains, Minds, and Machines. Due: Wednesday, April 5 CS/NEUR125 Brains, Minds, and Machines Lab 8: Using fmri to Discover Language Areas in the Brain Due: Wednesday, April 5 In this lab, you will analyze fmri data from an experiment that was designed to

More information

Temporal Feature Selection for fmri Analysis

Temporal Feature Selection for fmri Analysis Temporal Feature Selection for fmri Analysis Mark Palatucci School of Computer Science Carnegie Mellon University Pittsburgh, Pennsylvania markmp@cmu.edu ABSTRACT Recent work in neuroimaging has shown

More information

CS 229 Final Project Report Learning to Decode Cognitive States of Rat using Functional Magnetic Resonance Imaging Time Series

CS 229 Final Project Report Learning to Decode Cognitive States of Rat using Functional Magnetic Resonance Imaging Time Series CS 229 Final Project Report Learning to Decode Cognitive States of Rat using Functional Magnetic Resonance Imaging Time Series Jingyuan Chen //Department of Electrical Engineering, cjy2010@stanford.edu//

More information

Solid Modelling. Graphics Systems / Computer Graphics and Interfaces COLLEGE OF ENGINEERING UNIVERSITY OF PORTO

Solid Modelling. Graphics Systems / Computer Graphics and Interfaces COLLEGE OF ENGINEERING UNIVERSITY OF PORTO Solid Modelling Graphics Systems / Computer Graphics and Interfaces 1 Solid Modelling In 2D, one set 2D line segments or curves does not necessarily form a closed area. In 3D, a collection of surfaces

More information

Machine Learning of fmri Virtual Sensors of Cognitive States

Machine Learning of fmri Virtual Sensors of Cognitive States Machine Learning of fmri Virtual Sensors of Cognitive States Tom Mitchell Rebecca Hutchinson Marcel Just Sharlene Newman Radu Stefan Niculescu Francisco Pereira Xuerui Wang Computer Science Department

More information

Machine Learning

Machine Learning Machine Learning 10-701 Tom M. Mitchell Machine Learning Department Carnegie Mellon University January 20, 2011 Today: Bayes Classifiers Naïve Bayes Gaussian Naïve Bayes Readings: Mitchell: Naïve Bayes

More information

MULTIVARIATE ANALYSES WITH fmri DATA

MULTIVARIATE ANALYSES WITH fmri DATA MULTIVARIATE ANALYSES WITH fmri DATA Sudhir Shankar Raman Translational Neuromodeling Unit (TNU) Institute for Biomedical Engineering University of Zurich & ETH Zurich Motivation Modelling Concepts Learning

More information

A Reduced-Dimension fmri! Shared Response Model

A Reduced-Dimension fmri! Shared Response Model A Reduced-Dimension fmri! Shared Response Model Po-Hsuan! (Cameron)! Chen 1! Janice! Chen 2! Yaara! Yeshurun 2! Uri! Hasson 2! James! Haxby 3! Peter! Ramadge 1! 1 Department of Electrical Engineering,

More information

Multivariate Pattern Classification. Thomas Wolbers Space and Aging Laboratory Centre for Cognitive and Neural Systems

Multivariate Pattern Classification. Thomas Wolbers Space and Aging Laboratory Centre for Cognitive and Neural Systems Multivariate Pattern Classification Thomas Wolbers Space and Aging Laboratory Centre for Cognitive and Neural Systems Outline WHY PATTERN CLASSIFICATION? PROCESSING STREAM PREPROCESSING / FEATURE REDUCTION

More information

Mapping of Hierarchical Activation in the Visual Cortex Suman Chakravartula, Denise Jones, Guillaume Leseur CS229 Final Project Report. Autumn 2008.

Mapping of Hierarchical Activation in the Visual Cortex Suman Chakravartula, Denise Jones, Guillaume Leseur CS229 Final Project Report. Autumn 2008. Mapping of Hierarchical Activation in the Visual Cortex Suman Chakravartula, Denise Jones, Guillaume Leseur CS229 Final Project Report. Autumn 2008. Introduction There is much that is unknown regarding

More information

Mcq In Computer Graphics

Mcq In Computer Graphics Mcq In Free PDF ebook Download: Mcq In Download or Read Online ebook mcq in computer graphics in PDF Format From The Best User Guide Database 1.4 PC Hardware. 1.5 PC Logical graphics (CG) is the field

More information

Optimal Sampling Geometries for TV-Norm Reconstruction of fmri Data

Optimal Sampling Geometries for TV-Norm Reconstruction of fmri Data Optimal Sampling Geometries for TV-Norm Reconstruction of fmri Data Oliver M. Jeromin, Student Member, IEEE, Vince D. Calhoun, Senior Member, IEEE, and Marios S. Pattichis, Senior Member, IEEE Abstract

More information

Using Machine Learning to Detect Cognitive States across Multiple Subjects

Using Machine Learning to Detect Cognitive States across Multiple Subjects Using Machine Learning to Detect Cognitive States across Multiple Subjects Xuerui Wang, Tom M. Mitchell and Rebecca Hutchinson Center for Automated Learning and Discovery School of Computer Science Carnegie

More information

An Iterative Approach for Reconstruction of Arbitrary Sparsely Sampled Magnetic Resonance Images

An Iterative Approach for Reconstruction of Arbitrary Sparsely Sampled Magnetic Resonance Images An Iterative Approach for Reconstruction of Arbitrary Sparsely Sampled Magnetic Resonance Images Hamed Pirsiavash¹, Mohammad Soleymani², Gholam-Ali Hossein-Zadeh³ ¹Department of electrical engineering,

More information

Dimension Reduction for Big Data Analysis. Dan Shen. Department of Mathematics & Statistics University of South Florida.

Dimension Reduction for Big Data Analysis. Dan Shen. Department of Mathematics & Statistics University of South Florida. Dimension Reduction for Big Data Analysis Dan Shen Department of Mathematics & Statistics University of South Florida danshen@usf.edu October 24, 2014 1 Outline Multiscale weighted PCA for Image Analysis

More information

Multivariate pattern classification

Multivariate pattern classification Multivariate pattern classification Thomas Wolbers Space & Ageing Laboratory (www.sal.mvm.ed.ac.uk) Centre for Cognitive and Neural Systems & Centre for Cognitive Ageing and Cognitive Epidemiology Outline

More information

the Support Vector Singular Value Decomposition Machine

the Support Vector Singular Value Decomposition Machine Francisco Pereira 1,3 fpereira@cs.cmu.edu Geoffrey Gordon 2 ggordon@cs.cmu.edu 1) Computer Science Dept. 2) Machine Learning Dept. 3) Center for the Neural Basis of Cognition, Carnegie Mellon University

More information

Motion Estimation for Video Coding Standards

Motion Estimation for Video Coding Standards Motion Estimation for Video Coding Standards Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Introduction of Motion Estimation The goal of video compression

More information

Using Text Learning to help Web browsing

Using Text Learning to help Web browsing Using Text Learning to help Web browsing Dunja Mladenić J.Stefan Institute, Ljubljana, Slovenia Carnegie Mellon University, Pittsburgh, PA, USA Dunja.Mladenic@{ijs.si, cs.cmu.edu} Abstract Web browsing

More information

A NEURAL NETWORK BASED IMAGING SYSTEM FOR fmri ANALYSIS IMPLEMENTING WAVELET METHOD

A NEURAL NETWORK BASED IMAGING SYSTEM FOR fmri ANALYSIS IMPLEMENTING WAVELET METHOD 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 454 A NEURAL NETWORK BASED IMAGING SYSTEM FOR fmri ANALYSIS IMPLEMENTING

More information

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor COSC160: Detection and Classification Jeremy Bolton, PhD Assistant Teaching Professor Outline I. Problem I. Strategies II. Features for training III. Using spatial information? IV. Reducing dimensionality

More information

Data Compression. The Encoder and PCA

Data Compression. The Encoder and PCA Data Compression The Encoder and PCA Neural network techniques have been shown useful in the area of data compression. In general, data compression can be lossless compression or lossy compression. In

More information

INDEPENDENT COMPONENT ANALYSIS APPLIED TO fmri DATA: A GENERATIVE MODEL FOR VALIDATING RESULTS

INDEPENDENT COMPONENT ANALYSIS APPLIED TO fmri DATA: A GENERATIVE MODEL FOR VALIDATING RESULTS INDEPENDENT COMPONENT ANALYSIS APPLIED TO fmri DATA: A GENERATIVE MODEL FOR VALIDATING RESULTS V. Calhoun 1,2, T. Adali, 2 and G. Pearlson 1 1 Johns Hopkins University Division of Psychiatric Neuro-Imaging,

More information

Keyword Extraction by KNN considering Similarity among Features

Keyword Extraction by KNN considering Similarity among Features 64 Int'l Conf. on Advances in Big Data Analytics ABDA'15 Keyword Extraction by KNN considering Similarity among Features Taeho Jo Department of Computer and Information Engineering, Inha University, Incheon,

More information

Department of Computer Science Engineering, Mits - Jadan, Pali, Rajasthan, India

Department of Computer Science Engineering, Mits - Jadan, Pali, Rajasthan, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Performance Analysis of OpenGL Java Bindings with

More information

CS 543: Final Project Report Texture Classification using 2-D Noncausal HMMs

CS 543: Final Project Report Texture Classification using 2-D Noncausal HMMs CS 543: Final Project Report Texture Classification using 2-D Noncausal HMMs Felix Wang fywang2 John Wieting wieting2 Introduction We implement a texture classification algorithm using 2-D Noncausal Hidden

More information

Analysis of Functional MRI Timeseries Data Using Signal Processing Techniques

Analysis of Functional MRI Timeseries Data Using Signal Processing Techniques Analysis of Functional MRI Timeseries Data Using Signal Processing Techniques Sea Chen Department of Biomedical Engineering Advisors: Dr. Charles A. Bouman and Dr. Mark J. Lowe S. Chen Final Exam October

More information

Reconstructing visual experiences from brain activity evoked by natural movies

Reconstructing visual experiences from brain activity evoked by natural movies Reconstructing visual experiences from brain activity evoked by natural movies Shinji Nishimoto, An T. Vu, Thomas Naselaris, Yuval Benjamini, Bin Yu, and Jack L. Gallant, Current Biology, 2011 -Yi Gao,

More information

Voxel selection algorithms for fmri

Voxel selection algorithms for fmri Voxel selection algorithms for fmri Henryk Blasinski December 14, 2012 1 Introduction Functional Magnetic Resonance Imaging (fmri) is a technique to measure and image the Blood- Oxygen Level Dependent

More information

Temporal and Cross-Subject Probabilistic Models for fmri Prediction Tasks

Temporal and Cross-Subject Probabilistic Models for fmri Prediction Tasks Temporal and Cross-Subject Probabilistic Models for fmri Prediction Tasks Alexis Battle Gal Chechik Daphne Koller Department of Computer Science Stanford University Stanford, CA 94305-9010 {ajbattle,gal,koller}@cs.stanford.edu

More information

arxiv: v1 [cs.lg] 23 Oct 2018

arxiv: v1 [cs.lg] 23 Oct 2018 ICML 2018 AutoML Workshop for Machine Learning Pipelines arxiv:1810.09942v1 [cs.lg] 23 Oct 2018 Brandon Schoenfeld Christophe Giraud-Carrier Mason Poggemann Jarom Christensen Kevin Seppi Department of

More information

Computer Science Illuminated 5th Edition

Computer Science Illuminated 5th Edition Illuminated 5th Edition Free PDF ebook Download: Illuminated 5th Edition Download or Read Online ebook computer science illuminated 5th edition in PDF Format From The Best User Guide Database CSCI 103:

More information

Novel Lossy Compression Algorithms with Stacked Autoencoders

Novel Lossy Compression Algorithms with Stacked Autoencoders Novel Lossy Compression Algorithms with Stacked Autoencoders Anand Atreya and Daniel O Shea {aatreya, djoshea}@stanford.edu 11 December 2009 1. Introduction 1.1. Lossy compression Lossy compression is

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

Chapter 3 Set Redundancy in Magnetic Resonance Brain Images

Chapter 3 Set Redundancy in Magnetic Resonance Brain Images 16 Chapter 3 Set Redundancy in Magnetic Resonance Brain Images 3.1 MRI (magnetic resonance imaging) MRI is a technique of measuring physical structure within the human anatomy. Our proposed research focuses

More information

COURSE DELIVERY PLAN - THEORY Page 1 of 6

COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : Department of Computer Science and Engineering Regulation : 2013 Sub. Code

More information

A Tool for Demonstrating the Interaction among Lighting/Material. Parameters and Potential Problems in Polygon-Based Rendering

A Tool for Demonstrating the Interaction among Lighting/Material. Parameters and Potential Problems in Polygon-Based Rendering A Tool for Demonstrating the Interaction among Lighting/Material Parameters and Potential Problems in Polygon-Based Rendering Tin-Tin Yu, John Lowther and Ching-Kuang Shene 1 Department of Computer Science

More information

2.N.2.1 Use the relationship between addition and subtraction to generate basic facts up to 20.

2.N.2.1 Use the relationship between addition and subtraction to generate basic facts up to 20. 1-6 2.A.1.1 Represent, create, describe, complete, and extend growing and shrinking patterns with quantity and numbers in a variety of real-world and mathematical contexts. 2.N.2.1 Use the relationship

More information

Hyercube viewer: New displays and new data-types

Hyercube viewer: New displays and new data-types Hyercube viewer: New displays and new data-types Robert G. Clapp and Nelson Nagales ABSTRACT No single way to view seismic data is effective in all cases. Rather than building separate tools for each viewing

More information

Applications of Machine Learning on Keyword Extraction of Large Datasets

Applications of Machine Learning on Keyword Extraction of Large Datasets Applications of Machine Learning on Keyword Extraction of Large Datasets 1 2 Meng Yan my259@stanford.edu 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37

More information

Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns

Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns Artwork by Leon Zernitsky Jesse Rissman NITP Summer Program 2012 Part 1 of 2 Goals of Multi-voxel Pattern Analysis Decoding

More information

Vicinities for Spatial Data Processing: a Statistical Approach to Algorithm Design

Vicinities for Spatial Data Processing: a Statistical Approach to Algorithm Design Vicinities for Spatial Data Processing: a Statistical Approach to Algorithm Design Peter Y. Wu wu@rmu.edu Department of Computer and Information Systems Sushil Acharya acharya@rmu.edu Department of Engineering

More information

A Semantic Shared Response Model

A Semantic Shared Response Model A Semantic Shared Response Model Kiran Vodrahalli*, Po-Hsuan Chen*, Janice Chen*, Esther Yong, Christopher Honey, Peter J. Ramadge*, Kenneth A. Norman*, Sanjeev Arora* ICML MVRL 2016 June 23, 2016 * =

More information

Introduction: Tech Report Frameless Antialiasing Ellen J. Scher Zagier Page #1

Introduction: Tech Report Frameless Antialiasing Ellen J. Scher Zagier Page #1 Introduction: Despite the significant advances in real-time computer graphics performance via improvements in hardware and software algorithmic design, there are, and will continue to be data sets expanding

More information

Pixels to Voxels: Modeling Visual Representation in the Human Brain

Pixels to Voxels: Modeling Visual Representation in the Human Brain Pixels to Voxels: Modeling Visual Representation in the Human Brain Authors: Pulkit Agrawal, Dustin Stansbury, Jitendra Malik, Jack L. Gallant Presenters: JunYoung Gwak, Kuan Fang Outlines Background Motivation

More information

Surface Projection Method for Visualizing Volumetric Data

Surface Projection Method for Visualizing Volumetric Data Surface Projection Method for Visualizing Volumetric Data by Peter Lincoln A senior thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Science With Departmental Honors

More information

Decoding Cognitive States from fmri Timeseries

Decoding Cognitive States from fmri Timeseries 1 Decoding Cognitive States from fmri Timeseries Catie Chang catie@stanford.edu CS229 Final Project Report I. Introduction Conventional analysis of functional magnetic resonance imaging (fmri) data follows

More information

CS229 Project: Classification of Motor Tasks Based on Functional Neuroimaging

CS229 Project: Classification of Motor Tasks Based on Functional Neuroimaging CS229 Project: Classification of Motor Tasks Based on Functional Neuroimaging Gerald Brantner Mechanical Engineering, Stanford University, Stanford, CA 9435, USA. geraldb@stanford.edu Georg Schorpp Management

More information

Machine Learning 13. week

Machine Learning 13. week Machine Learning 13. week Deep Learning Convolutional Neural Network Recurrent Neural Network 1 Why Deep Learning is so Popular? 1. Increase in the amount of data Thanks to the Internet, huge amount of

More information

Predicting the Word from Brain Activity

Predicting the Word from Brain Activity CS771A Semester Project 25th November, 2016 Aman Garg Apurv Gupta Ayushya Agarwal Gopichand Kotana Kushal Kumar 14073 14124 14168 14249 14346 Abstract In this project, our objective was to predict the

More information

Data Visualisation in SPM: An introduction

Data Visualisation in SPM: An introduction Data Visualisation in SPM: An introduction Alexa Morcom Edinburgh SPM course, April 2010 Centre for Cognitive & Neural Systems/ Department of Psychology University of Edinburgh Visualising results remembered

More information

CAMCOS Report Day. December 9 th, 2015 San Jose State University Project Theme: Classification

CAMCOS Report Day. December 9 th, 2015 San Jose State University Project Theme: Classification CAMCOS Report Day December 9 th, 2015 San Jose State University Project Theme: Classification On Classification: An Empirical Study of Existing Algorithms based on two Kaggle Competitions Team 1 Team 2

More information

Advanced Computer Graphics. Aliasing. Matthias Teschner. Computer Science Department University of Freiburg

Advanced Computer Graphics. Aliasing. Matthias Teschner. Computer Science Department University of Freiburg Advanced Computer Graphics Aliasing Matthias Teschner Computer Science Department University of Freiburg Outline motivation Fourier analysis filtering sampling reconstruction / aliasing antialiasing University

More information

CS770/870 Spring 2017 Curve Generation

CS770/870 Spring 2017 Curve Generation CS770/870 Spring 2017 Curve Generation Primary resources used in preparing these notes: 1. Foley, van Dam, Feiner, Hughes, Phillips, Introduction to Computer Graphics, Addison-Wesley, 1993. 2. Angel, Interactive

More information

AN APPROACH FOR GRAPHICAL USER INTERFACE DEVELOPMENT FOR STEREOSCOPIC VISUALIZATION SYSTEM

AN APPROACH FOR GRAPHICAL USER INTERFACE DEVELOPMENT FOR STEREOSCOPIC VISUALIZATION SYSTEM AN APPROACH FOR GRAPHICAL USER INTERFACE DEVELOPMENT FOR STEREOSCOPIC VISUALIZATION SYSTEM Rositsa R. Radoeva St. Cyril and St. Methodius University of Veliko Tarnovo, ABSTRACT Human-computer interaction

More information

X On record with the USOE.

X On record with the USOE. Textbook Alignment to the Utah Core 5th Grade Mathematics This alignment has been completed using an Independent Alignment Vendor from the USOE approved list (www.schools.utah.gov/curr/imc/indvendor.html.)

More information

Recurrent Neural Nets II

Recurrent Neural Nets II Recurrent Neural Nets II Steven Spielberg Pon Kumar, Tingke (Kevin) Shen Machine Learning Reading Group, Fall 2016 9 November, 2016 Outline 1 Introduction 2 Problem Formulations with RNNs 3 LSTM for Optimization

More information

International Journal of Scientific Research & Engineering Trends Volume 4, Issue 6, Nov-Dec-2018, ISSN (Online): X

International Journal of Scientific Research & Engineering Trends Volume 4, Issue 6, Nov-Dec-2018, ISSN (Online): X Analysis about Classification Techniques on Categorical Data in Data Mining Assistant Professor P. Meena Department of Computer Science Adhiyaman Arts and Science College for Women Uthangarai, Krishnagiri,

More information

Learning Tensor-Based Features for Whole-Brain fmri Classification

Learning Tensor-Based Features for Whole-Brain fmri Classification Learning Tensor-Based Features for Whole-Brain fmri Classification Xiaonan Song, Lingnan Meng, Qiquan Shi, and Haiping Lu Department of Computer Science, Hong Kong Baptist University haiping@hkbu.edu.hk

More information

Digital Image Processing. Lecture # 3 Image Enhancement

Digital Image Processing. Lecture # 3 Image Enhancement Digital Image Processing Lecture # 3 Image Enhancement 1 Image Enhancement Image Enhancement 3 Image Enhancement 4 Image Enhancement Process an image so that the result is more suitable than the original

More information

Development of Reverse Engineering System for Machine Engineering Using 3D Bit-map Data. Tatsuro Yashiki* and Tarou Takagi*

Development of Reverse Engineering System for Machine Engineering Using 3D Bit-map Data. Tatsuro Yashiki* and Tarou Takagi* Development of Reverse Engineering System for Machine Engineering Using 3D Bit-map Data Tatsuro Yashiki* and Tarou Takagi* *Power & Industrial Systems R&D Laboratory, Hitachi, Ltd. Abstract In this paper,

More information

Textbook Alignment to the Utah Core 5th Grade Mathematics

Textbook Alignment to the Utah Core 5th Grade Mathematics Textbook Alignment to the Utah Core 5th Grade Mathematics This alignment has been completed using an Independent Alignment Vendor from the USOE approved list (www.schools.utah.gov/curr/imc/indvendor.html.)

More information

Unit Maps: Grade 2 Math

Unit Maps: Grade 2 Math Place Value and Comparing Numbers 2.3 Place value. The student understands how to represent and compare whole numbers, the relative position and magnitude of whole numbers, and relationships within the

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics James D. Foley Georgia Institute of Technology Andries van Dam Brown University Steven K. Feiner Columbia University John F. Hughes Brown University Richard L. Phillips

More information

Effect of age and dementia on topology of brain functional networks. Paul McCarthy, Luba Benuskova, Liz Franz University of Otago, New Zealand

Effect of age and dementia on topology of brain functional networks. Paul McCarthy, Luba Benuskova, Liz Franz University of Otago, New Zealand Effect of age and dementia on topology of brain functional networks Paul McCarthy, Luba Benuskova, Liz Franz University of Otago, New Zealand 1 Structural changes in aging brain Age-related changes in

More information

Toward a rigorous statistical framework for brain mapping

Toward a rigorous statistical framework for brain mapping Toward a rigorous statistical framework for brain mapping Bertrand Thirion, bertrand.thirion@inria.fr 1 Cognitive neuroscience How are cognitive activities affected or controlled by neural circuits in

More information

Code Transformation of DF-Expression between Bintree and Quadtree

Code Transformation of DF-Expression between Bintree and Quadtree Code Transformation of DF-Expression between Bintree and Quadtree Chin-Chen Chang*, Chien-Fa Li*, and Yu-Chen Hu** *Department of Computer Science and Information Engineering, National Chung Cheng University

More information

mritc: A Package for MRI Tissue Classification

mritc: A Package for MRI Tissue Classification mritc: A Package for MRI Tissue Classification Dai Feng 1 Luke Tierney 2 1 Merck Research Labratories 2 University of Iowa July 2010 Feng & Tierney (Merck & U of Iowa) MRI Tissue Classification July 2010

More information

Rendering Nonphotorealistic Strokes with Temporal and Arc-Length Coherence

Rendering Nonphotorealistic Strokes with Temporal and Arc-Length Coherence -.,., Rendering Nonphotorealistic Strokes with Temporal and Arc-Length Coherence Lubomir Bourdev Department of Computer Science Brown University Submitted in partial fulfillment of the requirements for

More information

10/14/2017. Dejan Sarka. Anomaly Detection. Sponsors

10/14/2017. Dejan Sarka. Anomaly Detection. Sponsors Dejan Sarka Anomaly Detection Sponsors About me SQL Server MVP (17 years) and MCT (20 years) 25 years working with SQL Server Authoring 16 th book Authoring many courses, articles Agenda Introduction Simple

More information

Feature Subset Selection on Multivariate Time Series with Extremely Large Spatial Features

Feature Subset Selection on Multivariate Time Series with Extremely Large Spatial Features Feature Subset Selection on Multivariate Time Series with Extremely Large Spatial Features Hyunjin Yoon and Cyrus Shahabi Department of Computer Science University of Southern California Los Angeles, CA

More information

3rd Grade Texas Math Crosswalk Document:

3rd Grade Texas Math Crosswalk Document: New TX Math 3.1(A) apply mathematics to problems arising in everyday life, society, and the workplace; 3.1(B) use a problem-solving model that incorporates analyzing given information, formulating a plan

More information

The School District of Palm Beach County 3 rd Grade Mathematics Scope st Trimester

The School District of Palm Beach County 3 rd Grade Mathematics Scope st Trimester 1 st Trimester Measurement and Data (MD) MD.2.3 MD.2.4 Represent and interpret data. Draw a scaled picture graph and a scaled bar graph to represent a data set with several categories. Solve one- and two-step

More information

Use of multilayer perceptrons as Inverse Kinematics solvers

Use of multilayer perceptrons as Inverse Kinematics solvers Use of multilayer perceptrons as Inverse Kinematics solvers Nathan Mitchell University of Wisconsin, Madison December 14, 2010 1 of 12 Introduction 1. Scope 2. Background 3. Methodology 4. Expected Results

More information

Topology and fmri Data

Topology and fmri Data Topology and fmri Data Adam Jaeger Statistical and Applied Mathematical Sciences Institute & Duke University May 5, 2016 fmri and Classical Methodology Most statistical analyses examine data with a variable

More information

Time-Frequency Method Based Activation Detection in Functional MRI Time-Series

Time-Frequency Method Based Activation Detection in Functional MRI Time-Series Time-Frequency Method Based Activation Detection in Functional MRI Time-Series Arun Kumar 1,2 and Jagath C. Rajapakse 1,3 1 School of Computing, NTU, Singapore 2 School of EEE,Singapore Polytechnic, Singapore

More information

6.867 Machine Learning

6.867 Machine Learning 6.867 Machine Learning Problem set 3 Due Tuesday, October 22, in class What and how to turn in? Turn in short written answers to the questions explicitly stated, and when requested to explain or prove.

More information

User Interface for a Decision Support System Based on Factor Analysis

User Interface for a Decision Support System Based on Factor Analysis REVISTA DO DETUA, VOL. 1, Nº 3, JANEIRO 1995 257 User Interface for a Decision Support System Based on Factor Carlos Rui Carvalhal 1, Beatriz Sousa Santos 1, Carlos Ferreira 2, José Alberto Rafael 1 (1)

More information

CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, :59pm, PDF to Canvas [100 points]

CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, :59pm, PDF to Canvas [100 points] CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, 2015. 11:59pm, PDF to Canvas [100 points] Instructions. Please write up your responses to the following problems clearly and concisely.

More information

Classification of Hand-Written Numeric Digits

Classification of Hand-Written Numeric Digits Classification of Hand-Written Numeric Digits Nyssa Aragon, William Lane, Fan Zhang December 12, 2013 1 Objective The specific hand-written recognition application that this project is emphasizing is reading

More information

Predicting Gene Function and Localization

Predicting Gene Function and Localization Predicting Gene Function and Localization By Ankit Kumar and Raissa Largman CS 229 Fall 2013 I. INTRODUCTION Our data comes from the 2001 KDD Cup Data Mining Competition. The competition had two tasks,

More information

CONSISTENT COLOR RESAMPLE IN DIGITAL ORTHOPHOTO PRODUCTION INTRODUCTION

CONSISTENT COLOR RESAMPLE IN DIGITAL ORTHOPHOTO PRODUCTION INTRODUCTION CONSISTENT COLOR RESAMPLE IN DIGITAL ORTHOPHOTO PRODUCTION Yaron Katzil 1, Yerach Doytsher 2 Mapping and Geo-Information Engineering Faculty of Civil and Environmental Engineering Technion - Israel Institute

More information

Computer Science Brookshear Tests

Computer Science Brookshear Tests Brookshear Tests Free PDF ebook Download: Brookshear Tests Download or Read Online ebook computer science brookshear tests in PDF Format From The Best User Guide Database : An Overview. Tenth Edition by.

More information

Role of Parallel Imaging in High Field Functional MRI

Role of Parallel Imaging in High Field Functional MRI Role of Parallel Imaging in High Field Functional MRI Douglas C. Noll & Bradley P. Sutton Department of Biomedical Engineering, University of Michigan Supported by NIH Grant DA15410 & The Whitaker Foundation

More information

ABSTRACT. 1 Introduction

ABSTRACT. 1 Introduction Parallel volume projection in 3D medical images G. Larrazabal,* P. Escalona,* G. Montilla,* V. Torrealba,* M. Acuna,^ V. Barrios** "Departamento de Computation, Facultad Experimental de Cienciasy Tecnologia,

More information

Robust Realignment of fmri Time Series Data

Robust Realignment of fmri Time Series Data Robust Realignment of fmri Time Series Data Ben Dodson bjdodson@stanford.edu Olafur Gudmundsson olafurg@stanford.edu December 12, 2008 Abstract FMRI data has become an increasingly popular source for exploring

More information

Preprocessing of fmri data

Preprocessing of fmri data Preprocessing of fmri data Pierre Bellec CRIUGM, DIRO, UdM Flowchart of the NIAK fmri preprocessing pipeline fmri run 1 fmri run N individual datasets CIVET NUC, segmentation, spatial normalization slice

More information

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique Volume 118 No. 17 2018, 691-701 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hybrid Approach for MRI Human Head Scans Classification using HTT

More information

Automatic Generation of Training Data for Brain Tissue Classification from MRI

Automatic Generation of Training Data for Brain Tissue Classification from MRI Automatic Generation of Training Data for Brain Tissue Classification from MRI Chris A. COCOSCO, Alex P. ZIJDENBOS, and Alan C. EVANS http://www.bic.mni.mcgill.ca/users/crisco/ McConnell Brain Imaging

More information

Segmenting Lesions in Multiple Sclerosis Patients James Chen, Jason Su

Segmenting Lesions in Multiple Sclerosis Patients James Chen, Jason Su Segmenting Lesions in Multiple Sclerosis Patients James Chen, Jason Su Radiologists and researchers spend countless hours tediously segmenting white matter lesions to diagnose and study brain diseases.

More information

Visual Thinking Algorithms

Visual Thinking Algorithms Visual Thinking Algorithms Colin Ware University of New Hampshire The End of Science? John Horgan Physics Cognitive Science The rise of the cognitive cyborgs How does visual thinking work Visual working

More information

Bayesian Spatiotemporal Modeling with Hierarchical Spatial Priors for fmri

Bayesian Spatiotemporal Modeling with Hierarchical Spatial Priors for fmri Bayesian Spatiotemporal Modeling with Hierarchical Spatial Priors for fmri Galin L. Jones 1 School of Statistics University of Minnesota March 2015 1 Joint with Martin Bezener and John Hughes Experiment

More information