ICA can be used in brain activation studies to reduce the number of dimension and filter out independent and interesting activations. This demonstration shows two studies. One provided by Hvidovre Universitets Hospital, Denmark, that consists of fMRI scannings of humans. Another provided by the EU sponsored MAPAWAMO project from fMRI scannings of monkeys. In the demo comparison between icaMS, icaML, icaMF, icaMF (positive sources) and PCA can be made. More detailes can found in [2].
标签: activation dimension studies indepen
上传时间: 2015-04-19
上传用户:zukfu
genetic programming in C++ Adam Fraser University Of Salford, Salford, M5 4WT, United Kingdom
标签: Salford programming University genetic
上传时间: 2013-12-02
上传用户:ardager
SCS-C is another port to C of Goldberg s Simple Classifier System, with a few extensions.
标签: Classifier extensions Goldberg another
上传时间: 2013-12-10
上传用户:l254587896
Program: PC FEAP Title: Finite Element Analysis Program Developer: R.L. Taylor, Department of Civil Engineering, University of California, Berkeley 1997.
标签: Program R.L. Department Developer
上传时间: 2014-01-08
上传用户:569342831
Instruction Set Manual for the C166 Family of Infineon 16-Bit Single-Chip Microcontrollers
标签: Microcontrollers Instruction Single-Chip Infineon
上传时间: 2015-04-20
上传用户:远远ssad
* A ncurses user interface. * Network statistics to view the amount of packets and data in many different protocols, interfaces and hosts. * View what active TCP connections are on the network. * View UDP packets. * View and log ICMP packets. * View and log the 48bit arp protocol. And also view what make of network card is in each machine * Multithreaded so that the user interface does not interfere with any of the packet captureing methods. * View and log the following user space protocols FTP, POP3, HTTP
标签: statistics interface ncurses Network
上传时间: 2015-04-20
上传用户:bjgaofei
Control of High Voltage 3-Phase BLDC Motor
标签: Control Voltage Phase Motor
上传时间: 2015-04-21
上传用户:silenthink
《湖泊生态的简单模拟》(Simulation Of Living Beings In A Lake )。这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd1:Information Systems时完成的一个课程设计,内含课程设计报告、类图、源码(1800多行),并附传了workbench(CMU提供的虚拟服务器,可用tomcat替换)。本人当时为软件工程专业大一学生。
标签: Simulation University Carnegie Living
上传时间: 2014-01-01
上传用户:leehom61
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
标签: Part connections example prolog
上传时间: 2015-04-24
上传用户:ljt101007
内容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete 3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints 4.How data sets can interact with queries 5.The importance of subqueries 6.Data conversion and manipulation via SQL s built-in functions 7.How conditional logic can be used in Data Statements
标签: computerized Statements database history
上传时间: 2015-04-25
上传用户:ardager