2008-01-01から1年間の記事一覧

第115回素人くさいSICP読書会

P242 @東京大学大学院情報理工学系研究科創造情報学専攻 秋葉原拠点 参加者 7 名 Exercise 4.30 a. (being (proc (car items)) は thunk を作らない begin は手続きじゃないので apply しないので thunk にならない eager なまま b. Original => (1 2) => 1 …

[Book][Lisp][AI] PP265-269 PAIP

Chapter 9 : Efficiency Issues

第10回 IIR 読書会

P177-194 9 Relevance feedback and query expansion 参加者 17 名 @カカクコム会議室 恒例の前回の復習 チョコと酢昆布: relevant な検索結果と non-relevant な検索結果 調和平均はトレードオフを表現するには適切 Evaluation は比較のためのもの MAP がイ…

[Book][Lisp][AI] P252-260 PAIP

8.6 Integration 8.7 History and References

第114回素人くさいSICP読書会

P241-242 @コントロールプラス株式会社 参加者 5 名 (builtin * 1) Exercise 4.27 前回の復習 Exercise 4.28 関数を引数に取るような場合 'thunk が頭にくっついたリストが apply に渡るのでダメ Exercise 4.29 (fib 20) メモ化なしver. 100 => 2 が返る メ…

[Book][Lisp][AI] P251 PAIP

8.5 Limits of Rule-Based Approaches

P39-42 Essentials of Programming Languages

2 Data Abstraction 2.1 Specifying Data via Interfaces Exercise 2.1, 2.2

[Book][Lisp][AI] P248-250 PAIP

8.4 Logs, Trig, and Differentiation

[Book][Lisp][AI] P246-247 PAIP

8.3 Associativity and Commutaitivity

第113回素人くさいSICP読書会

P241 @月島某所 参加者 5 名 (Shibuya.pm につき家主不在) (コーヒーとお菓子ごちそうさまでした) Exercise 4.27 memoize アリだと 1 -> 10 -> 2 -> 2 -> 2 -> ... memoize ナシだと 1 -> 10 -> 2 -> 3 -> 4 -> ... (define w (id (id 10))) の時に外側の id…

P37-38 Essentials of Programming Languages

1.3.2 Scope and Lexical Addresses Exercise 1.31-33 Further Reading

[Book][Lisp][AI] P242-246 PAIP

8.2 Simplification Rules

第9回 IIR 読書会

P150-176 8 Evaluation in information retrieval 参加者 17 名 @IBM Software Center of Competency (渋谷) 前回の復習 8.1 Information retrieval system evaluation gold standard: 評価のスタイル: relevant or unrelevant query と information need の…

[Book][Lisp][AI] P238-242 PAIP

Chapter 8: Symbolic Mathematics: A Simplification Program 8.1 Conveting Infix to Prefix Notation

第112回素人くさいSICP読書会

P238-241 @三田某所 参加者 4 名 (新規 1 名) Exercise 4.26 有用なのは遅延評価の処理系の場合とか?? Exercise 4.27 Lazy Scheme だと 2 が返ってくるけど... misc おおもりさんが iPhone を予約しているのにも関わらず「ファームウェア の Ver が 2.0 にな…

P87-91 The Art Of Prolog

4 The Computational Model of Logic Programs 4.1 Unification

P33-36 Essentials of Programming Languages

1.3.2 Scope and Lexical Addresses Exercise 1.27-30

[Book][Lisp][AI] P234-237 PAIP

7.5 Exercises

[Book][Lisp][AI] P231-234 PAIP

7.3 Examples 7.4 History and References

第111回素人くさいSICP読書会

P236-238 @コントロールプラス株式会社 参加者 7 名 (builtin * 1) Exercise 4.23 Alyssa のコードだと実行時に (null? (cdr procs)) が毎回走ることになる 本文中のコードだとλがどんどん入れ子になるのがうっとうしい?? Exercise 4.24 宿題に Exercise 4…

P78-86 The Art Of Prolog

3.5 Manipulating Symbolic Expressions 3.5.1 Exercises for Section 3.5 3.6 Background

[Book][Lisp][AI] P225-231 PAIP

7.2 Solving Algebraic Equations

第8回 IIR 読書会

P135-150 7 Computing scores in a complete search system 参加者 17 名 @東工大(大岡山) 前回の復習 Cosine Similarity ;; Cosθ: 相関係数を求めるのと一緒 単に単位ベクトルの内積を取ってやれば相関度が分かる 前置き Vector Space Model の計算コストが…

[Book][Lisp][AI] P219-225 PAIP

Chapter 7: STUDENT: Solving Algebra Word Problems 7.1 Translating English into Equations

P28-31 Essentials of Programming Languages

1.3.1 Free and Bound Variables Exercise 1.19-26

第110回素人くさいSICP読書会

P234-236 @東京大学大学院情報理工学系研究科創造情報学専攻 秋葉原拠点 参加者 5 名 4.1.7 を読経の後,淡々と写経 Exercise 4.22 いつものように罠があるのかと思って疑ったが, 結局 Exercise 4.6 とほぼ変わらなかった. Exercise 4.23 おおもりさんがホワ…

P28-31 Essentials of Programming Languages

1.3 Scoping and Binding of Variables 1.3.1 Free and Bound Variables

P27 Essentials of Programming Languages

1.2.4 Exercises Exercise 1.18 [***] (1.- 3.)

P27 Essentials of Programming Languages

1.2.4 Exercises Exercise 1.17 [***] (1.- 3.)

[Book][Lisp][AI] P211-214 PAIP

6.5 GPS as Search 6.6 History and References