<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>雑記</title>
    <link>https://getumen.github.io/</link>
    <description>Recent content on 雑記</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-jp</language>
    <lastBuildDate>Sat, 17 Jul 2021 11:19:25 +0900</lastBuildDate><atom:link href="https://getumen.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Golang Tensorflow 2.5</title>
      <link>https://getumen.github.io/2021/07/17/golang-tensorflow-2.5/</link>
      <pubDate>Sat, 17 Jul 2021 11:19:25 +0900</pubDate>
      
      <guid>https://getumen.github.io/2021/07/17/golang-tensorflow-2.5/</guid>
      <description>&lt;p&gt;現在，TensorFlow 2.2以降のGolang用のTensorFlowライブラリはビルドできない状態になっています．
ビルドできないと困るのでビルドできる方法を紹介します．
今回はTensorFlow 2.5用の解決方法を紹介しますが，他のバージョンでもできると思います（たぶん）．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Auction Theory B</title>
      <link>https://getumen.github.io/2021/05/23/auction-theory-b/</link>
      <pubDate>Sun, 23 May 2021 10:20:10 +0900</pubDate>
      
      <guid>https://getumen.github.io/2021/05/23/auction-theory-b/</guid>
      <description>確率的順序 ある確率分布$F$が他の確率分布$G$に対して優位である，または，より大きいことを表す多くの基準がある． ここではオークション理論で</description>
    </item>
    
    <item>
      <title>Auction Theory A</title>
      <link>https://getumen.github.io/2021/05/08/auction-theory-a/</link>
      <pubDate>Sat, 08 May 2021 16:17:02 +0900</pubDate>
      
      <guid>https://getumen.github.io/2021/05/08/auction-theory-a/</guid>
      <description>連続確率分布 $[0,\omega]$の値をとる確率変数$X$があるとする． 累積分布関数$F:[0,\omega]\rightarrow[0,</description>
    </item>
    
    <item>
      <title>Auction Theory 2章 (1)</title>
      <link>https://getumen.github.io/2021/04/25/auction-theory-2%E7%AB%A0-1/</link>
      <pubDate>Sun, 25 Apr 2021 18:22:49 +0900</pubDate>
      
      <guid>https://getumen.github.io/2021/04/25/auction-theory-2%E7%AB%A0-1/</guid>
      <description>私的価値オークション： A First Look 独立同分布な私的価値設定で４つの一般的なオークション形式の均衡な入札の振る舞いについて考えることでフォーマルな分</description>
    </item>
    
    <item>
      <title>Auction Theory 1章</title>
      <link>https://getumen.github.io/2021/04/24/auction-theory-1%E7%AB%A0/</link>
      <pubDate>Sat, 24 Apr 2021 15:57:28 +0900</pubDate>
      
      <guid>https://getumen.github.io/2021/04/24/auction-theory-1%E7%AB%A0/</guid>
      <description>&lt;p&gt;オークション理論の本を読みます．
オークション理論の導入です．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>マルチノードのKubernetesの開発環境をAnsibleとVagrantで作ってみる</title>
      <link>https://getumen.github.io/2020/02/01/%E3%83%9E%E3%83%AB%E3%83%81%E3%83%8E%E3%83%BC%E3%83%89%E3%81%AEkubernetes%E3%81%AE%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83%E3%82%92ansible%E3%81%A8vagrant%E3%81%A7%E4%BD%9C%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%8B/</link>
      <pubDate>Sat, 01 Feb 2020 15:36:41 +0900</pubDate>
      
      <guid>https://getumen.github.io/2020/02/01/%E3%83%9E%E3%83%AB%E3%83%81%E3%83%8E%E3%83%BC%E3%83%89%E3%81%AEkubernetes%E3%81%AE%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83%E3%82%92ansible%E3%81%A8vagrant%E3%81%A7%E4%BD%9C%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%8B/</guid>
      <description>&lt;h2 id=&#34;内容&#34;&gt;内容&lt;/h2&gt;
&lt;p&gt;マルチノードのKubernetes環境をAnsibleとVagrantを用いて構築します．
内容はほぼの&lt;a href=&#34;https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/&#34;&gt;Kubernetesのブログの内容&lt;/a&gt;日本語訳です．
新しいバージョンをインストールするので，若干ブログの内容と違います．&lt;/p&gt;
&lt;h2 id=&#34;ゴール&#34;&gt;ゴール&lt;/h2&gt;
&lt;p&gt;ローカルマシンにプロダクション環境のようなマルチノードKubernetesクラスタを作成することです．&lt;/p&gt;
&lt;h2 id=&#34;モチベーション&#34;&gt;モチベーション&lt;/h2&gt;
&lt;p&gt;本番環境のようなマルチノードのKubernetesクラスタを作るといろいろなご利益がある．
MiniKubeのような優れたものがあるが，アプリケーションの設計やアーキテクチャーによる問題やバグは解決できない．
マルチノードのKubernetes環境を作ることでそうした問題を再現して解決できるようになる．
だから，マルチノードのKubernetesクラスタを作れると嬉しい．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>MinikubeをUbuntu18.04にインストールする</title>
      <link>https://getumen.github.io/2019/07/27/minikube%E3%82%92ubuntu18.04%E3%81%AB%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B/</link>
      <pubDate>Sat, 27 Jul 2019 15:53:05 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/07/27/minikube%E3%82%92ubuntu18.04%E3%81%AB%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B/</guid>
      <description>&lt;p&gt;KVM2をインストールして、Minikubeをインストールする&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>論文メモ：Unbiased Learning to Rank With Biased Feedback</title>
      <link>https://getumen.github.io/2019/05/25/%E8%AB%96%E6%96%87%E3%83%A1%E3%83%A2unbiased-learning-to-rank-with-biased-feedback/</link>
      <pubDate>Sat, 25 May 2019 21:06:23 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/05/25/%E8%AB%96%E6%96%87%E3%83%A1%E3%83%A2unbiased-learning-to-rank-with-biased-feedback/</guid>
      <description>傾向スコアにより，検索エンジンの表示順序バイアスを取り除いて，検索エンジンのクリックログから関連性を学習する手法を提案 論文 https://www.ijcai.org/proceedings/2018/0738.pdf https://dl.acm.org/citation.cfm?id=3018699 1 概要 インタラ</description>
    </item>
    
    <item>
      <title>Cassandraに入門した</title>
      <link>https://getumen.github.io/2019/03/25/cassandra%E3%81%AB%E5%85%A5%E9%96%80%E3%81%97%E3%81%9F/</link>
      <pubDate>Mon, 25 Mar 2019 00:01:00 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/03/25/cassandra%E3%81%AB%E5%85%A5%E9%96%80%E3%81%97%E3%81%9F/</guid>
      <description>&lt;h2 id=&#34;概要&#34;&gt;概要&lt;/h2&gt;
&lt;p&gt;Facebookが開発したNoSQLデータベースであるCassandraに入門しました．
テーブルの使い方とCRUDの使い方、その時の注意点を調べてまとめました。
そして、実際に手を動かして動作を確認しました。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>論文メモメモ：Model-Independent Online Learning for Influence Maximization</title>
      <link>https://getumen.github.io/2019/01/12/%E8%AB%96%E6%96%87%E3%83%A1%E3%83%A2%E3%83%A1%E3%83%A2model-independent-online-learning-for-influence-maximization/</link>
      <pubDate>Sat, 12 Jan 2019 17:12:28 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/12/%E8%AB%96%E6%96%87%E3%83%A1%E3%83%A2%E3%83%A1%E3%83%A2model-independent-online-learning-for-influence-maximization/</guid>
      <description>&lt;p&gt;SNSのようなソーシャルグラフにアクセスできる設定で，口コミマーケティングを効率的にする方法を提案している論文です．
これまでの研究では，ソーシャルグラフで情報がどのように拡散するかをモデル化して，そのモデルが成り立つ場合にうまく行く方法が提案されていました．
この論文では，拡散モデルを不可知にした場合に，マーケティングに協力してくれるインフルエンサー全体の中から一部を選んで，情報を投稿してもらい，その影響を最大化するという組み合わせ最適化問題をうまく解いています．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems ２章 (4)</title>
      <link>https://getumen.github.io/2019/01/08/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-4/</link>
      <pubDate>Tue, 08 Jan 2019 04:38:02 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/08/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-4/</guid>
      <description>&lt;p&gt;今日読んだ部分では研究を紹介しています．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems ２章 (3)</title>
      <link>https://getumen.github.io/2019/01/05/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-3/</link>
      <pubDate>Sat, 05 Jan 2019 19:58:34 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/05/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-3/</guid>
      <description>&lt;p&gt;今日読んだ部分では確率的バンディット問題の分布がベルヌーイだったときの下界を出しています&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems ２章 (2)</title>
      <link>https://getumen.github.io/2019/01/04/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-2/</link>
      <pubDate>Fri, 04 Jan 2019 20:51:04 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/04/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-2/</guid>
      <description>&lt;p&gt;今日読んだ部分では確率的バンディット問題のアルゴリズムの一つであるUCBという手法について，アルゴリズムと定理，その証明を紹介しています．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems ２章 (1)</title>
      <link>https://getumen.github.io/2019/01/03/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-1/</link>
      <pubDate>Thu, 03 Jan 2019 00:19:02 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/03/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%92%E7%AB%A0-1/</guid>
      <description>&lt;p&gt;今日読んだ部分では確率的バンディット問題をより詳しく定義し，「不確実なときは楽観的に」というヒューリスティックの原則を紹介しています．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems １章 (2)</title>
      <link>https://getumen.github.io/2019/01/02/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%91%E7%AB%A0-2/</link>
      <pubDate>Wed, 02 Jan 2019 21:34:59 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/02/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%91%E7%AB%A0-2/</guid>
      <description>&lt;p&gt;今日読んだ部分では，バンディット問題の確率的設定，敵対的設定，マルコフ性を持つ設定についてより詳しく紹介しています．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems １章 (1)</title>
      <link>https://getumen.github.io/2019/01/01/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%91%E7%AB%A0-1/</link>
      <pubDate>Tue, 01 Jan 2019 00:01:00 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/01/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems-%EF%BC%91%E7%AB%A0-1/</guid>
      <description>&lt;p&gt;今日読んだ部分では，マルチアームバンディット問題とはどのような問題なのか？を紹介し，応用例を紹介しています．
また，マルチアームバンディット問題の３つの設定と性能を図るための評価指標であるリグレットというものを３つ定義しています．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems</title>
      <link>https://getumen.github.io/2019/01/01/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems/</link>
      <pubDate>Tue, 01 Jan 2019 00:00:00 +0900</pubDate>
      
      <guid>https://getumen.github.io/2019/01/01/regret-analysis-of-stochastic-and-nonstochastic-multi-armed-bandit-problems/</guid>
      <description>&lt;h2 id=&#34;このページについて&#34;&gt;このページについて&lt;/h2&gt;
&lt;p&gt;バンディット問題に対するアルゴリズムについてのサーベイ論文である&lt;a href=&#34;http://sbubeck.com/SurveyBCB12.pdf&#34;&gt;Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems&lt;/a&gt;を読んでまとめる．&lt;br&gt;
このページでは概要の全訳と他の投稿のリンクを貼る．&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>About Me</title>
      <link>https://getumen.github.io/about/</link>
      <pubDate>Mon, 31 Dec 2018 00:00:00 +0000</pubDate>
      
      <guid>https://getumen.github.io/about/</guid>
      <description>自己紹介 現在都内IT企業にてデータエンジニアとして働いています． 機械学習やソフトウェアアーキテクチャに興味があります． このブログを通して，学</description>
    </item>
    
  </channel>
</rss>
