programming

Project Overview

Goal – What are we going to do?The importance of statistical learning methods in computer graphics research has increased tremendously over the last decade due to the rise of powerful computational resources and the massive accumulation of…

Penn World Table

タダで世界の国々の長期に渡る人口や GDP,物価などに関するデータが入手可能*1. https://pwt.sas.upenn.edu/R等でデータを活用したいときにはcsv方式で保存. comma separable variableという意味. *1:ちなみにこれを作ったRobert Summersは親戚にPaul Samue…

Hackers and Painters

ポールグレアムのエッセイが素晴らしかったので. Hackers and Painters以下プログラミングについてほとんど知らない文系の感想. いわゆるSEとここでいうHackerとの違いを初めて明確に知った. また, 大企業において発明を促すのは いわゆるエンジニアとして採…

動的計画法の数値計算

今迄Bellman方程式は全てGuess-and-Verify法によって解いていたが, 煩雑な手計算ではなく数値計算(繰り返し法)による方法でこれを解く, ということを今日の授業で扱った. 例えば次のような最適成長モデルを考える. ここでV(k)を初期資本水準kを最適に利用し…