This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares solution). The resulting network is then used to approximate the function between the given "sample" points.
標簽: approximation demonstrates capabilities Function
上傳時間: 2014-01-01
上傳用戶:zjf3110
The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with some initial configuration and the network dynamics evolves towards the stored pattern which is closest to the initial configuration.
標簽: model distributed associative Hopfield
上傳時間: 2015-06-17
上傳用戶:l254587896
use vc++ write like lunix file systerm,it is a computer os course experiment.
標簽: experiment computer systerm course
上傳時間: 2015-06-18
上傳用戶:aysyzxzm
數字電壓表 AD芯片: 采用8位串行A/D轉換器ADC0832。 ● 8位分辨率,逐次逼近型,基準電壓為 5V ● 5V單電源供電 ● 輸入模擬信號電壓范圍為 0~5V ● 有兩個可供選擇的模擬輸入通道 顯示: 使用三個數碼管。 顯示范圍: 0.00 - 5.10 (單位:V) 連接方式: AD_CLK → P1.0 AD_DAT → P1.1 AD_CS → P3.4 模擬輸入 → CH0 (AD_DAT = DO + DI) ADC0832輸出最大轉換值=FFH (255) 設定最大測量值=5.1V 255X=5.1 X=0.02 即先乘2再除以100 (小數點放在第三位數碼管)
上傳時間: 2015-06-18
上傳用戶:fandeshun
atmega8的片內A/D轉換操作,已通過調試
上傳時間: 2015-06-19
上傳用戶:無聊來刷下
This is simple sample program to test a File System integrity
標簽: integrity program System simple
上傳時間: 2015-06-19
上傳用戶:gaojiao1999
A Map implemented with ArrayLists
標簽: implemented ArrayLists with Map
上傳時間: 2015-06-19
上傳用戶:chenxichenyue
計算組合數公式C(ele,sel)=A(ele,sel)/sel! 不用遞歸實現,放心使用
上傳時間: 2014-01-18
上傳用戶:zhouli
//在tc3.0++在運行 //a數組用于隨機產生1-6數表示每個方格后面的圖形.用inita()函數來實現 //c數組用于記錄方格的狀態,用字符L(lock)表示沒有打開的方格 //D(delete)表示已消去的方格.O(open)表示打開的方格. //變量m表示按回車鍵的有效次數.也是記憶力參數,越小記憶力越好 //變量xpos,ypos用于表示當前光標所在的位置 //(x1,y1),(x2,y2)用于記錄打開的兩個方格的位置 //judge()函數用于控制光標范圍,使其不能移出長方形 //win()函數用于判斷游戲是否過關,通過判斷每個方格是否全是 D 狀態 //xago,yago 用于記錄移動前的位置 //ax,ay表示行列式的行與列,用它們來控制游戲的關數,ax位于3-6之間,ay位于4-7之間 //z來控制方格后的圖形 //第一關后面的圖形用1-6代表的圖形.第二關后面的圖形用0-9十個數。第三關后面的圖形用A-O十五個字母, //第四關后面的圖形用A-T二十一個字母
上傳時間: 2015-06-19
上傳用戶:hgy9473
A率/u率 壓縮與解壓縮的IP核,。 # 由AHDL語言寫成,可在MaxplusII和QuartusII中使用,源代碼加密。
上傳時間: 2015-06-19
上傳用戶:aysyzxzm