本文為Letters to nature上文章Learning the parts of objects by non-negativematrix factorization的讀書筆記,針對如何基於NMF在神經網路中學習一個object的各層part做出理論上的分析,並在人臉part學習和text語義特徵學習上做了相應實驗。本文不含如何去解NMF,只給出非負約束下矩陣分解的結果。 Learning the parts of object by NMFRachel Zhang 1.
本文參考《Computer Graphics Using OpenGL》,第一個例子繪製了1. 參數定義的House2. a flurry of filled rectangles3. Sierpinski曲線含有滑鼠和鍵盤響應函數onmouse和onkeyboard。/************************************************************************//* CreateTime:2013-2-18**Author:@Rachel
K-SVDRachel Zhang 1. k-SVD introduction1. K-SVD usage:Design/Learn a dictionary adaptively to betterfit the model and achieve sparse signal representations.2. Main Problem:Y = DXWhere Y∈R(n*N), D∈R(n*K), X∈R(k*N), X is a sparse matrix.N is #
1.一個函數的指標,必須確保該函數被定義且分配了記憶體,否則將指向空地址,這是指標的大忌。 2.函數指標的使用條件:參數、傳回值都吻合‘ 3.函數指標沒有++或--的運算 4.函數指標作為參數的最好的例子就是回呼函數 5.函數指標的使用例:void (*p)(int &, int &);void cube(int &x, int &y){x = x * x * x;y = y * y * y;}void Test(void (*p)(int &, int
沒有找到cxcore100.dll,因此這個應用程式未能啟動,重新安裝應用程式可能會修複此問題第一種情況: 出現這個問題多數是因為“環境變數PATH”未設定,雖然你可能在安裝的過程中勾選了Add <...>\OpenCV\bin to the system PATH項!安裝OpenCV後一定要檢查一下C:\Program
1)邏輯與/或:AND、OR注意AND、OR必須大寫,否則會被認為是普通的單詞,而不是搜尋指令。與普通程式設計語言不一樣的是,OR指令優先於AND指令。簡寫:AND指令一般以空格代替,不明確寫出。另外AND指令還可以用+代替。OR指令可用|代替。範例:Inverted OR Signature files OR file OR index,它等同於 (Inverted OR Signature) (files OR file OR index) 2)邏輯非:-範例:搜尋引擎 曆史 -文化