-
Layla Oesper
Layla Oesper
I am an Assistant Professor in the Computer Science Department at Carleton College. My research centers around designing algorithms for analysis of high-throughput DNA sequencing data....
-
Algorithms :: Model-based Algorithms
Model-based recommendation systems
Memory-based recommendation systems are not always as fast and scalable as we would like them to be, especially in the context of actual systems that generate real-t...
-
Algorithms :: Memory-based algorithms
Memory-based algorithms
Memory-based algorithms approach the collaborative filtering problem by using the entire database. As described by Breese et. al [1], it tries to find users that are similar...
-
Marching Cubes
An Implementation of the Marching Cubes[1] Algorithm
By Ben Anderson
Abstract:
The Marching cubes algorithm can be described as follows:
Given an object, a test to determine whether an arbitrary poi...
-
Algorithms :: Personality Diagnosis
R
a
is the rating vector for the active user.
This is implemented with the following equation, where the above
notation holds, with the additional caveats that movies common to two
users are nu...
-
Algorithms :: Association Rules
A =>
B. This means that we looked at all single-item relationships. That is, what is the likelihood of the active user rating the item
B, given that the active user has rated
A?
We created a ...