軟件設計課做的一個類似Hibernate的O/R Mapping的框架
上傳時間: 2013-12-19
上傳用戶:comua
features as follows: read/write sd card based on SPI usb
標簽: features follows based write
上傳時間: 2016-04-12
上傳用戶:dongqiangqiang
D. R. Cox寫的統計推斷原理,2006年的新書,大家看看吧,很不錯
上傳時間: 2016-04-14
上傳用戶:sdq_123
僅作參考。 測試環境:WinXP + VC6.0+sp6 Redhat Linux AS 3 + Gcc3.x.x Solaris 10 + Gcc3
標簽: Solaris Redhat WinXP Linux
上傳時間: 2014-12-22
上傳用戶:dapangxie
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.
標簽: Rauch-Tung-Striebel algorithm smoother which
上傳時間: 2016-04-15
上傳用戶:zhenyushaw
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
標簽: dimensions arbitrary function reverse
上傳時間: 2016-04-16
上傳用戶:waitingfy
拉格朗日R-D 優化 H.264 視頻編碼
上傳時間: 2014-01-07
上傳用戶:sardinescn
下面是一個測試數據文件的例子: 2 W 4 5 3 R 5 2 4 R 6 5 5 W 5.1 3
上傳時間: 2014-01-15
上傳用戶:weixiao99
some simulation on digital FM,as well as some dsp implemention
標簽: some implemention simulation digital
上傳時間: 2016-04-21
上傳用戶:410805624
進程通信與進程同步機制實踐 有三個進程R、M、P,分別負責從鍵盤讀入數據、對讀入的數據進行處理、將處理后的數據從屏幕輸出,三個進程共享同一個緩沖區。試用操作系統提供的進程通信和同步機制,使三個進程能夠相互協作,正確的完成數據的讀入、處理和輸出。
上傳時間: 2016-04-21
上傳用戶:stampede