2015-04-01から1ヶ月間の記事一覧

ホップフィルド・機械とボルツマン・ネットワーク

最近回帰神経回路網の二種類を比較しています。Both the Boltzmann machine and the Hopfield Network are Recurrent Neural Networks whose units have on and off states. However the Boltzmann machine is stochastic, as the unit's state depends on a…

証券価格に関わる微分

最近Radon-Nikodym derivativeを学んでいます。実測度から中立測度に変換するための微分です。Basically, the risk-neutral probability density is the derivative of the induced measure with respect to the base measure. How the "induced measure" is…

回帰神経回路の使用

最近自然言語処理(NLP)にかんする論文を読んでいます。 Some models the author had not seen before, namely Maximum Entropy Markov Models and Conditional Random Fields, were encountered. マルコフ過程は次の状態は現在の状態だけに頼ります。 RNNの…

資産価値の基本定理

最近マサチューセッツ工科大のコースの資料に目を通しています。The Fundamental Theorem of Asset Pricing seems to indicate that the expectation of discounted cash flows of an asset equals its current price. W(t+1) = SIGMA(i)(theta(i,t+1)*P(i,t…

順列の目録

最近トップコーダーのアルゴリズム問題を解いた時には騙されました。最初に木構造を作成した。これは順番を現しました。次は状態空間に深さ優先探索で順列を述べました。一つな順列を完成した時に快適さを確認します。A simple approach to solving this wou…

ヴァリアンス・ガマ・プロセスの迷宮

最近確率微分計算式の一種を理解しようと思っています。 The basic formula is an adaptation of Brownian motion, setting the drift to be a gamma process. 最初の挑戦はリヴェイプロセスの定義です。 A Levy process is a stochastic process with indep…