タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

scikit-learnに関するzyxwvのブックマーク (2)

  • An introduction to machine learning with scikit-learn

    An introduction to machine learning with scikit-learn# Machine learning: the problem setting# In general, a learning problem considers a set of n samples of data and then tries to predict properties of unknown data. If each sample is more than a single number and, for instance, a multi-dimensional entry (aka multivariate data), it is said to have several attributes or features. Learning problems f

    zyxwv
    zyxwv 2015/06/01
    マルチクラス
  • 機械学習ライブラリ scikit-learn で簡単ツイート分類 - ぱろすけ's website

    皆様こんにちは。今日も元気に自分を見つめ直していますか? 自分を見つめ直す手段として、過去の自分の発言を見返すことは有用だと考えられます。たとえば、Twitter を使っている方ならば、その過去ログを用いることが考えられるでしょう。Twitter の過去ログはライフログとして機能し、それを用いることにより、過去の出来事のみならず、考え方、感じ方、ふとした着想、などなどを読み取ることができます。しかしながら、過去のツイートを全部見返すのは非常に面倒ですね。たとえば僕のアカウントはトータルで4万ツイート以上あります。これは非常にめんどい。 Twitter は情報量多くてだるいよね問題については、従来「再生核 Hilbert 空間を用い、脱ベイズ確率主義に立脚したあまりだるくないツイッター」などの試みが行われてきましたが、今なおその面倒さを軽減する手段については十分とはいえません。記事では、過

  • 1