Archive for the “Uncategorized” category

ActiveRecord and Zend_Paginator_Adapter_Interface

by Clay vanSchalkwijk on October 29, 2009

Zend has a lot of tools to help speed up the application development process.  One such tool I found useful, was Paginator.   I am using php-activerecord in my project using Zend_Framework as the backend, to tie the two together is (…)

Read the rest of this entry »

Bayesian filter training with N-gram

by Clay vanSchalkwijk on March 31, 2009

Bayesian filtering is based on the principle that most events are dependent and that the probability of an event occurring in the future can be inferred from the previous occurrences of that event (link). A probability value is then assigned (…)

Read the rest of this entry »

Bayesian Filtering & Financial Applications

by Clay vanSchalkwijk on March 27, 2009

A friend of mine and I recently started a new project. After kicking around several ideas we finally reached a consensus on applying software prediction to financial data. This has been pursued pretty heavily but from a home brew stand (…)

Read the rest of this entry »

Is Amazon’s EC2 right for you?

by Justin Leider on January 26, 2009

I’ve been asked this and similar questions quite a bit lately. But before I delve into the answer to this I want to lay the foundation and ask you a question. This one question should play a large part in (…)

Read the rest of this entry »