WCCI CEC

9月にスペイン バルセロナで開催されるWCCI CECにて下記の発表を行います.
■ 表題
Automatic Generation Method to derive for the design variable spaces
for interactive Genetic Algorithms
■ 著者
Misato Tanaka, Tomoyuki Hiroyasu, Mitsunori Miki,
Yasunari Sasaki, Masato Yoshimi, Hisatake Yokouchi
■ アブストラクト
In the growing E-commerce market, many online shopping sites have adopted product recommendation systems to expand their business opportunities. We have focused on iGA (interactive Genetic Algorithm) as a solution to product recommendation algorithms. Although iGA is an optimization technique for user’s preference through the interaction between systems and users, iGA requires extraction of design variables to apply the product recommendation.Extracting design variables from existing products by hand is unrealistic because there are a wide variety of products on shopping sites that are updated rapidly. To address this problem, we have proposed an automatic generation method of a design variable space based on the collective preference data on the web. In this paper, we introduce several design variable spaces generated by books on Amazon, which maintain recommendation relations among products.The distributions of books generated by the proposed method are influenced by their authors. Then, subjective experiments confirmed that test subjects searched solutions by their unique preference.

NIRS脳計測装置

NIRSとは何か

▽ wikipedia NIRS脳計測装置

NIRS脳計測装置とは、近赤外光を用いて頭皮上から非侵襲的に脳機能マッピングする、「光機能画像法」の原理を応用した装置のことである。

▽ 島津製作所
▽ 日立製作所

簡易型のNIRS

NIRSはfMRIと比較して,取り扱いが簡便になったとはいえ,まだまだ高価であり,設定も大変な上,計測も負担が大きい.
それに対して,近年では,前頭葉のみを対象としたような簡易型のNIRSも発売されている.
▽ 株式会社スペクトラテック製 光イメージング脳機能測定装置

mailmanの導入を考えてみる

今まで,メイリングリストサーバーとしてfmlを使っていたのだが,debianでメンテされていないので,あちこちで使われているmailmanを使うことにする.

mailmanとは何か

▽ mailmanとは はてなキーワード
▽ Mailman, GNU メーリングリスト管理システム

GPLで公開されているメーリングリスト運営ソフトウェア.Unix系OSで動作する.Pythonで実装されている.

設定方法 (postfix)

なんだかいろいろできて設定がややこしそうだ.
▽ メーリングリストサーバー構築(Postfix+Mailman編)
▽ 【Linux】 Mailmanのインストール、設定、移行、Postfixも少し

Debian Lenny + Postfix + Mailman + apache2.0

こちらのページが激しく参考になる.
▽ Mailman覚え書き
apt-get でインストールしたら /usr/share/doc/mailman以下にあるREADME.Debian を読む.
http:///cgi-bin/mailman/listinfo
にアクセスするとinfoなページがでてきてちょっと楽しい.
apache2.confの付け足し

# for Mailman
ScriptAlias /mailman/   /usr/lib/cgi-bin/mailman/
Alias /pipermail/       /var/lib/mailman/archives/public/
Alias /images/mailman/  /usr/share/images/mailman/
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

/etc/postfix/main.cf の編集
alias_maps = hash:/etc/aliases,hash:/var/lib/mailman/data/aliases
owner_request_special = no
unknown_local_recipient_reject_code = 550
/etc/mailman/mm_cfg.pyの編集
MTA = 'Postfix'
/var/lib/mailman の中で ./bin/check_perm -f を行い パーミッションを直す
chown -R list:list /var/lib/mailman/
apache2, postfix, mailman を再起動
VERP 配送 ってなんだ?

管理

メイリングリストの削除

▽ mailman メーリングリストの削除 | 名古屋市・春日井市の出張パソコンサポート日記
ウェブでリストを削除しようとすると

リスト管理者としてそれはマズいんじゃない?!

と怒られる.
/usr/lib/mailman/bin/rmlist リスト名
で無事削除可能
全消しの場合には
/usr/lib/mailman/bin/rmlist -a リスト名

mailmanのパスワードの変更

# /usr/lib/mailman/bin/mmsitepass パスワード