Machine Learning

ロジステック回帰 まとめ

scikit-learnを用いたirisの分類 1. scikit-learn の準備 from sklearn import datasets from sklearn.linear_model import LogisticRegression from sklearn.model_selection import train_test_split ※クロスバリデーションの使い方の変更 scikit-learn 0.…

IJCAI2016: "Identifying Key Observers to Find Popular Information in Advance"

本記事・論文について 本記事では以下の論文の概略を示しつつ、論文読解のための知識をまとめる。 論文: Konishi, Takuya, et al. "Identifying Key Observers to Find Popular Information in Advance." IJCAI. 2016. ※ IJCAI(International Joint Confere…