Skip to content

rrcook/mlwd-classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A transation of Hilary Mason's classifier from her video class, "Machine Learning with Web Data".

Classify.scala is a straight port to Scala. I used the Chalk library where Hilary's original code used nltk, but beyond that I tried to follow the code to see if Scala was faster than Python; it was in my runs.

ClassifyAkka.scala is an attempt to break out parts that could be parallelized. The code to turn a line into features is functional and standalone. In this version I'm having trouble with incrementFeature and incrementCat. I hope to be able to make these methods more functional after I read "Functional Programming in Scala" and put more into the workers.

About

A port of Hilary Mason's classifier to Scala and Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages