Hi all,

I implement ConfidenceWeighted.jl
https://github.com/chezou/ConfidenceWeighted.jl

Confidence weighted is one of online machine learning algorithm.

Actually, the package is porting from Python implementation 
(https://github.com/echizentm/ConfidenceWeighted),
and only implemented soft confidence weighted now.

I know I have to optimize for Julia (e.g. not using Dict), so please send 
pull request to me!

-- Michiaki Ariga a.k.a chezou

Reply via email to