Thursday, June 27, 2013

Relation between HMMs and CRF

intro to machine learning e-book

tutorial sublime text 2

Fwd: mercurial clone

go to eclipse project
'share project'
select 'mercurial'

make a initial commit. (local commit)

Then go to terminal -> project home

$project_home> hg clone. ssh://_user_@remote_repository

eg:

$WorkType>hg clone . ssh://a.renduchintala@scm//opt/hg/incubator/WorkTypeClassificationPilot

(should see messages like searching for changes, adding manifests etc)

Once all files are added to remote clone, you can go back to eclipse->project->team->push


Sunday, September 2, 2007

ASU sunmap

create a algorithm that charts the path between two ASU buildings, where there is maximum shade along the path.

inputs shoud be the destination and start point, and time of day. Calculate length of shadows of buildings and plot shady routes...