原创 第 11 章 CNNs(2)

卷積網絡 2 基礎卷積函數的變體 zero-pad 如何訓練 數據類型 卷積的高效 關於數據類型 next Variants of the basic convolution function zero-pad how t

原创 第10章 無監督學習(2)

Continue Representational Power, Layer Size and Depth 大多數自編碼器都只有一層所謂的隱藏層,也就是所謂的碼 單層已能夠在給定精度表達任何函數 e.g. Principa

原创 英文markdown 簡歷

Hua Xiaoji Introduction Name: Hua Xiaoji Gender: Male Telephone: 1831234313424 Email: huaxiaoji@g

原创 在你的 Mac 上安裝Theano

Install Theano on your OSX Install scientific Python Installing scientific Python on Mac OS X Note that it is a l

原创 第10章 無監督學習

自編碼器 目錄 自編碼器 目錄 稀疏編碼 Auto-Encoders Sparse coding 在輸出層模擬輸入層的結果,中間層爲code 圖一自編碼器結構 其中: 輸入, x 編碼函數, f

原创 [Clean Code] Chapter 3: 函數!

函數 1Small 小巧 2Do One Thing 只做一件事 怎麼知道什麼是 DO ONE THING 3One Level of Abstraction per Functions 函數邏輯應處於同一層抽象

原创 第11章 CNNs (1)

卷積網絡 卷積操作 離散卷積 2維離散卷積 爲什麼卷積 sparse interactions Parameter sharing equivariance 池化 Convolutional Networks Th

原创 POJ 1061 青蛙的約會

1 擴展歐幾里德算法 擴展歐幾里德算法是用來在已知a, b求解一組x,y,使它們滿足貝祖等式: ax+by=gcd(a,b)=d (解一定存在,根據數論中的相關定理)。擴展歐幾里德常用在求解模線性方程及方程組中。 gcd: 最

原创 第10章 無監督學習(3)

Manifold Interpretation of PCA and Linear Auto-Encoders 目標是尋找x 在子空間的一個映射,並保存儘量多的信息 令編碼器爲 h=f(x)=WT(x−μ) h 是 x

原创 Hinton's lectures( NN for ML) from lecture 5 to lecture 9

NN NN soft-max loss function 5a Things that make it hard to recognize objects 5b how to achieve viewpoint invari

原创 [Clean Code] Chapter 4: 註釋!

Comments 註釋 在代碼中表達你的想法 最好的註釋就是沒有註釋就是用你的代碼清晰的表達一切 註釋的目的 註釋可以清楚的解釋某些比較模糊的函數 關於程序的警告 TODO 什麼是Bad 註釋 結語 Comments

原创 Babylon.js

Babylon.js 最近想搞一搞webgl的3d小遊戲,爲以後的微信小遊戲技術鋪路。 Three.js: The aim of the project is to create an easy to use, lightwei

原创 自然運動模擬

用代碼描述自然運動 外在力+Perlin噪聲 【先開坑】

原创 elm and halogen

An introduction to Elm and Halogen elm 官網 halogen git elm realworld halogen realworld

原创 使用Purescirpt + Halogen 開發中大型Web應用

先佔個坑 提醒自己把這塊總結了。