on 2012/02/17 12:03 by kuenishi
本日、Jubatus 0.2.0をリリースしました。これにあわせて、Webサイト( http://jubat.us )もいくつかコンテンツを追加しました。VCSはGitHub, BTSは当面はGitHub issuesを利用していきたいと思っています。
昨年の0.1.0のリリース以来、いくつかPull Requestをいただいたりしてはいたものの、開発チームの活動をパブリックにしにくい状況が続いておりました。本日のリリースでおよその機能が揃い、分散処理フレームワークと機械学習アルゴリズムの最低限の分離をすることができました。これによって、下回りの改善と機械学習の実装を同期しなくてよくなり、タイミングを合わせることのオーバーヘッドがなくなり、開発のスピードアップをしていきます。
半年も間が開いてしまいましたが、このリリースからはオープンな開発をしていきたいと思っています。まだまだやることは沢山ありますので、今後ともよろしくおねがいします!
We are happy to announce new version of Jubatus 0.2.0. Many thanks to contributors, users, those who have been interested in Jubatus, and development team. The release note for 0.2.0 follows:
New Features
- support fast similar item search, real-time update, distributed data management
- inverted index : exact result, fast search
- locality sensitive hash : approximate result, fast search, small working space
- online SVR using passive agressive algorithm
- as fast as current classifier
- a Key(string)-Value(queue<double>)
- O(1) cost of getting sum, standard deviation, max, min, statistic moments for each queue
- less-tightly coupled distributed processing framework with each ML implementation
- idl & code generator - make it easy to write own jubatus system
- removed public release of client libraries (so easy to generate!)
- multiple mix - mutiple data objects can be mixed in one jubatus system
Bugfix