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