<?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://www.subcul-science.com/</link>
    <description>Recent content on サブカル科学研究会のブログ</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 11 Jul 2025 07:06:30 +0900</lastBuildDate>
    <atom:link href="https://www.subcul-science.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>BookingButler：Googleカレンダー連携で出張管理を自動化するWebアプリ</title>
      <link>https://www.subcul-science.com/post/20250711booking-buttler/</link>
      <pubDate>Fri, 11 Jul 2025 07:06:30 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250711booking-buttler/</guid>
      <description>出張の移動時間計算とスケジュール調整を自動化するBookingButlerの開発記録。Googleカレンダーと連携し、予定間の最適な移動ルートを算出する技術実装を紹介。</description>
    </item>
    <item>
      <title>サークル写真管理の分散・重複問題をSHA256ハッシュで解決 - drive-gallery開発事例</title>
      <link>https://www.subcul-science.com/post/20250711drive-gallery/</link>
      <pubDate>Fri, 11 Jul 2025 06:51:53 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250711drive-gallery/</guid>
      <description>&lt;h2 id=&#34;はじめに&#34;&gt;はじめに&lt;/h2&gt;&#xA;&lt;p&gt;サークルやチームでイベントの写真・動画を管理していると、「どこに何の写真があったっけ？」「同じ写真が複数の場所にアップされている」といった問題に直面することはありませんか？本記事では、音楽セッショングループ「Luke Avenue」の&lt;strong&gt;メディア管理課題&lt;/strong&gt;を解決するために開発した「drive-gallery」における&lt;strong&gt;分散・重複問題の技術的解決アプローチ&lt;/strong&gt;について詳しく解説します。&lt;/p&gt;</description>
    </item>
    <item>
      <title>LINEボットのユーザー獲得苦戦問題をMCP連携で解決 - turtle-buttler開発事例</title>
      <link>https://www.subcul-science.com/post/20250711turtle-buttler/</link>
      <pubDate>Fri, 11 Jul 2025 06:44:16 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250711turtle-buttler/</guid>
      <description>&lt;h2 id=&#34;はじめに&#34;&gt;はじめに&lt;/h2&gt;&#xA;&lt;p&gt;LINEボットを開発したけれど、ユーザーがなかなか定着しない──そんな悩みを抱えている開発者は多いのではないでしょうか。本記事では、筆者が開発したLINEボット「turtle-buttler」における&lt;strong&gt;ユーザー獲得苦戦問題&lt;/strong&gt;と、&lt;strong&gt;MCP（Modular Component Protocol）連携による解決アプローチ&lt;/strong&gt;について詳しく解説します。&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Solve Audio File Volume Inconsistency and Quality Unification Issues with ffmpeg Normalization</title>
      <link>https://www.subcul-science.com/post/20250705audio-volume-normalization-solution/</link>
      <pubDate>Sat, 05 Jul 2025 21:05:51 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250705audio-volume-normalization-solution/</guid>
      <description>&lt;h2 id=&#34;audio-volume-issues-in-audio-file-processing&#34;&gt;Audio Volume Issues in Audio File Processing&lt;/h2&gt;&#xA;&lt;p&gt;When producing and distributing audio content, do you face these problems?&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-volume-inconsistency-issues&#34;&gt;1. Volume Inconsistency Issues&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Volume levels are not unified across multiple audio files&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Volume differences occur due to different recording environments and equipment&lt;/li&gt;&#xA;&lt;li&gt;Listeners need to frequently adjust volume levels&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-quality-inconsistency-issues&#34;&gt;2. Quality Inconsistency Issues&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Noise and unwanted frequencies are mixed in&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Silent sections are too long and difficult to listen to&lt;/li&gt;&#xA;&lt;li&gt;Unable to achieve professional-quality audio&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-manual-processing-limitations&#34;&gt;3. Manual Processing Limitations&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Processing large numbers of audio files individually is inefficient&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Automation is difficult with GUI audio editing software&lt;/li&gt;&#xA;&lt;li&gt;Applying consistent processing standards is challenging&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;real-world-audio-quality-challenge-cases&#34;&gt;Real-world Audio Quality Challenge Cases&lt;/h2&gt;&#xA;&lt;h3 id=&#34;failure-case-limitations-of-manual-adjustment&#34;&gt;Failure Case: Limitations of Manual Adjustment&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Traditional approach&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 1. Open each file in audio editing software&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 2. Visually and auditorily adjust levels&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 3. Manually apply noise reduction&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 4. Manually cut silent sections&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Problems:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# - Time-consuming for processing large numbers of files&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# - Processing standards are subjective and inconsistent&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# - Quality variations due to human errors&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The solution to this problem is &lt;strong&gt;automated volume normalization with ffmpeg&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Efficiently Solve Low Accuracy and High Cost Issues in Japanese Text Generation with T5</title>
      <link>https://www.subcul-science.com/post/20250705japanese-text-generation-solution/</link>
      <pubDate>Sat, 05 Jul 2025 21:00:38 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250705japanese-text-generation-solution/</guid>
      <description>&lt;h2 id=&#34;challenges-in-japanese-text-generation&#34;&gt;Challenges in Japanese Text Generation&lt;/h2&gt;&#xA;&lt;p&gt;When working on Japanese text summarization, title generation, and document classification tasks, do you face these problems?&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-accuracy-issues&#34;&gt;1. Accuracy Issues&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Traditional rule-based methods cannot generate natural Japanese text&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;English-oriented models cannot handle Japanese grammar and expressions&lt;/li&gt;&#xA;&lt;li&gt;Need to build separate models for multiple tasks&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-development-cost-issues&#34;&gt;2. Development Cost Issues&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Time and resources required for task-specific model development&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Different approaches needed for document classification, summarization, and title generation&lt;/li&gt;&#xA;&lt;li&gt;Enormous effort required for preparing training data and building models&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-operational-complexity&#34;&gt;3. Operational Complexity&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Need to manage and operate multiple models&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Different APIs and interfaces for each task&lt;/li&gt;&#xA;&lt;li&gt;Complex model updates and maintenance&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;real-world-text-generation-challenge-cases&#34;&gt;Real-world Text Generation Challenge Cases&lt;/h2&gt;&#xA;&lt;h3 id=&#34;failure-case-limitations-of-task-specific-individual-development&#34;&gt;Failure Case: Limitations of Task-specific Individual Development&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Traditional approach&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;classification_model&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;load_bert_classifier&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;      &lt;span class=&#34;c1&#34;&gt;# For document classification&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;summarization_model&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;load_summarization_model&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;   &lt;span class=&#34;c1&#34;&gt;# For summarization&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;title_generation_model&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;load_title_model&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;        &lt;span class=&#34;c1&#34;&gt;# For title generation&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Problems:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# - Managing 3 separate models&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# - 3x memory usage&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# - High development and maintenance costs&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The solution to this problem is &lt;strong&gt;Japanese T5 (Text-To-Text Transfer Transformer)&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>20250705document Summary Automation Solution</title>
      <link>https://www.subcul-science.com/post/20250705document-summary-automation-solution/</link>
      <pubDate>Sat, 05 Jul 2025 20:37:04 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250705document-summary-automation-solution/</guid>
      <description></description>
    </item>
    <item>
      <title>日本語文書の意味的類似度計算が遅い・精度が低い問題をSentence BERTで解決する方法</title>
      <link>https://www.subcul-science.com/post/20250705document-similarity-solution/</link>
      <pubDate>Sat, 05 Jul 2025 20:32:15 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250705document-similarity-solution/</guid>
      <description>&lt;h2 id=&#34;文書類似度計算で直面する課題&#34;&gt;文書類似度計算で直面する課題&lt;/h2&gt;&#xA;&lt;p&gt;日本語の文書検索や推薦システムを構築する際、以下のような問題に直面していませんか？&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-精度の問題&#34;&gt;1. 精度の問題&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;単語レベルの一致だけでは文書の意味的類似度を正確に測れない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;同じ意味でも表現が異なる文書を関連文書として発見できない&lt;/li&gt;&#xA;&lt;li&gt;従来のTF-IDFやBM25では意味的な類似度が取得できない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-計算速度の問題&#34;&gt;2. 計算速度の問題&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;BERTモデルで毎回文書をエンコードすると時間がかかりすぎる&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;大量の文書との類似度計算がリアルタイムで実行できない&lt;/li&gt;&#xA;&lt;li&gt;文書検索のレスポンス時間が数秒〜数十秒かかる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-日本語対応の問題&#34;&gt;3. 日本語対応の問題&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;英語向けのモデルでは日本語の意味的類似度が正確に取得できない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;日本語特有の表現や文法構造に対応していない&lt;/li&gt;&#xA;&lt;li&gt;カスタムモデルの構築が困難&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;実際に遭遇した文書類似度の課題事例&#34;&gt;実際に遭遇した文書類似度の課題事例&lt;/h2&gt;&#xA;&lt;h3 id=&#34;失敗事例従来手法での限界&#34;&gt;失敗事例：従来手法での限界&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# TF-IDFによる類似度計算の例&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;sklearn.feature_extraction.text&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;TfidfVectorizer&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;sklearn.metrics.pairwise&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;cosine_similarity&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 以下のような文書では類似度が正しく計算されない&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;doc1&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;機械学習の精度を向上させる方法&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;doc2&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;AIモデルの性能を改善する手法&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 結果: 低い類似度（単語が異なるため）&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# BERTの直接利用も計算コストが高い&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 毎回エンコードが必要で、大量データに不向き&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;この問題を解決するのが&lt;strong&gt;Sentence BERT&lt;/strong&gt;です。&lt;/p&gt;</description>
    </item>
    <item>
      <title>文書分類の精度・速度・導入コストの三重苦をFasttextで一気に解決する戦略</title>
      <link>https://www.subcul-science.com/post/20250705document-classification-solution/</link>
      <pubDate>Sat, 05 Jul 2025 20:28:41 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250705document-classification-solution/</guid>
      <description>&lt;h2 id=&#34;文書分類で直面する三重苦&#34;&gt;文書分類で直面する三重苦&lt;/h2&gt;&#xA;&lt;p&gt;文書分類プロジェクトに取り組む際、以下のような問題に直面していませんか？&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-精度の問題&#34;&gt;1. 精度の問題&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;既存の手法では十分な精度が出ない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;複雑なディープラーニングモデルでも期待した結果が得られない&lt;/li&gt;&#xA;&lt;li&gt;データセットによって性能が大きく左右される&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;2-速度の問題&#34;&gt;2. 速度の問題&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;学習時間が長すぎてイテレーションが回せない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;GPUリソースが必要で開発コストが高い&lt;/li&gt;&#xA;&lt;li&gt;本格的なモデル訓練に数時間〜数日かかる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-導入コストの問題&#34;&gt;3. 導入コストの問題&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;複雑なモデルの構築・運用が困難&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;環境構築が複雑で他のメンバーに共有できない&lt;/li&gt;&#xA;&lt;li&gt;プロトタイプ作成に時間がかかりすぎる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;実際に遭遇した文書分類の課題事例&#34;&gt;実際に遭遇した文書分類の課題事例&lt;/h2&gt;&#xA;&lt;h3 id=&#34;失敗事例複雑なモデルでの挫折&#34;&gt;失敗事例：複雑なモデルでの挫折&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# NeuralClassifierを使った事例&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 複雑な設定ファイルが必要&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# GPU環境の準備が必要  &lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# 結果：精度が期待値以下、学習時間が長い&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;このような状況で、&lt;strong&gt;Facebook Research が公開するFasttextライブラリ&lt;/strong&gt;が解決策として注目されています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>機械学習実験が管理できず再現性がない問題をMLflowで体系的に解決する方法</title>
      <link>https://www.subcul-science.com/post/20250705ml-experiment-chaos-solution/</link>
      <pubDate>Sat, 05 Jul 2025 20:23:24 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250705ml-experiment-chaos-solution/</guid>
      <description>&lt;h2 id=&#34;機械学習実験で直面する再現性の課題&#34;&gt;機械学習実験で直面する再現性の課題&lt;/h2&gt;&#xA;&lt;p&gt;機械学習の実験を繰り返していると、以下のような問題に直面することがありませんか？&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;良い結果が出たモデルのパラメータを忘れてしまう&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;過去の実験結果を比較できず、改善が進まない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;チームメンバーと実験結果を共有できない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;同じ実験を再実行しても結果が再現できない&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;これらの問題は、機械学習の実践が「ある種の黒魔術」となってしまう原因でもあります。&lt;/p&gt;</description>
    </item>
    <item>
      <title>キーワード検索では見つからない関連文書を発見する方法</title>
      <link>https://www.subcul-science.com/post/20250620document-similarity-solution/</link>
      <pubDate>Fri, 20 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post/20250620document-similarity-solution/</guid>
      <description>&lt;h2 id=&#34;問題なぜキーワード検索では欲しい文書が見つからないのか&#34;&gt;問題：なぜキーワード検索では欲しい文書が見つからないのか&lt;/h2&gt;&#xA;&lt;p&gt;社内の膨大な文書データベースから「機械学習の性能向上に関する文書」を探しているとします。キーワード検索で「機械学習」「性能向上」と入力しても、本当に必要な文書が見つからない経験はありませんか？&lt;/p&gt;</description>
    </item>
    <item>
      <title>少ないデータで高精度な文書分類を実現する戦略</title>
      <link>https://www.subcul-science.com/post/20250620limited-data-classification/</link>
      <pubDate>Fri, 20 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post/20250620limited-data-classification/</guid>
      <description>&lt;h2 id=&#34;問題なぜ実際のプロジェクトでは十分なデータが集まらないのか&#34;&gt;問題：なぜ実際のプロジェクトでは十分なデータが集まらないのか&lt;/h2&gt;&#xA;&lt;p&gt;「ニュース記事を『政治・経済・スポーツ・エンタメ』に自動分類したい。でも各カテゴリ30件ずつしかラベル付きデータがない&amp;hellip;」&lt;/p&gt;&#xA;&lt;p&gt;機械学習の教科書では数万件のデータセットが当たり前ですが、実際のビジネス現場では全く異なります。&lt;/p&gt;</description>
    </item>
    <item>
      <title>日本語自然言語処理で直面する現実的な課題と解決策</title>
      <link>https://www.subcul-science.com/post/20250620japanese-nlp-challenges/</link>
      <pubDate>Fri, 20 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post/20250620japanese-nlp-challenges/</guid>
      <description>&lt;h2 id=&#34;問題なぜ日本語のテキスト処理は難しいのか&#34;&gt;問題：なぜ日本語のテキスト処理は難しいのか&lt;/h2&gt;&#xA;&lt;p&gt;「英語のNLPライブラリを日本語に適用したら、全然うまくいかない&amp;hellip;」&lt;/p&gt;&#xA;&lt;p&gt;日本語の自然言語処理は、英語中心に設計されたツールでは対応できない独特な課題が多数存在します。&lt;/p&gt;</description>
    </item>
    <item>
      <title>機械学習実験の混乱を解決する：再現できない結果との戦い</title>
      <link>https://www.subcul-science.com/post/20250620ml-experiment-chaos-solution/</link>
      <pubDate>Fri, 20 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post/20250620ml-experiment-chaos-solution/</guid>
      <description>&lt;h2 id=&#34;問題なぜ機械学習の実験結果が再現できないのか&#34;&gt;問題：なぜ機械学習の実験結果が再現できないのか&lt;/h2&gt;&#xA;&lt;p&gt;「先週良い結果が出たモデルがあったんだけど、どのパラメータを使ったか覚えてる？」&lt;/p&gt;&#xA;&lt;p&gt;機械学習プロジェクトでこんな会話を聞いたことはありませんか？多くのチームが直面する典型的な問題です。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ViteでReact の環境構築</title>
      <link>https://www.subcul-science.com/post/20250125vite/</link>
      <pubDate>Sat, 25 Jan 2025 13:55:51 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20250125vite/</guid>
      <description>&lt;h2 id=&#34;環境構築&#34;&gt;環境構築&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;npx create-react-app my-app&#xA;cd my-app&#xA;npm start&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;上の方法は古いらしい&lt;/p&gt;&#xA;&lt;p&gt;下記の方法でviteを利用してReact+TypeScriptの環境構築を行う&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;npm create vite@latest&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Dockerfileでffmpegをインストールするときのメモ</title>
      <link>https://www.subcul-science.com/post/20230819ffmpeg/</link>
      <pubDate>Sat, 19 Aug 2023 11:01:33 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20230819ffmpeg/</guid>
      <description>&lt;h2 id=&#34;失敗例&#34;&gt;失敗例&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;RUN apt update &amp;amp;&amp;amp; apt install -y ffmpeg&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;updateとinstallは同じタイミングで行わないとupdateの状態が引き継がれない。Dockerfileでは行ごとにshが初期化されるため。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ctranslate2でpytorchがimportできないエラーが出たので回避方法メモ</title>
      <link>https://www.subcul-science.com/post/20230818ctranslate2/</link>
      <pubDate>Fri, 18 Aug 2023 16:23:27 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20230818ctranslate2/</guid>
      <description>&lt;h2 id=&#34;公式のインストール方法&#34;&gt;公式のインストール方法&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;pip install ctranslate2&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/OpenNMT/CTranslate2&#34;&gt;https://github.com/OpenNMT/CTranslate2&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;macでは上手く動作しない&#34;&gt;Macでは上手く動作しない&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;segmentatioin fault&lt;/code&gt;になった。&lt;/p&gt;&#xA;&lt;p&gt;しかしlinuxでは動作するとの情報を得た。&#xA;なのでまずはMacの中でDocker環境を構築して問題を回避できないか確認しようとした。&lt;/p&gt;</description>
    </item>
    <item>
      <title>pysenをインストールするとmypy周りで他のライブラリがエラーになる</title>
      <link>https://www.subcul-science.com/post/20230618pysen/</link>
      <pubDate>Sun, 18 Jun 2023 01:53:52 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20230618pysen/</guid>
      <description>&lt;h2 id=&#34;pysenが入っていたらlangchainと依存関係がバッティングする&#34;&gt;pysenが入っていたらlangChainと依存関係がバッティングする？&lt;/h2&gt;&#xA;&lt;h2 id=&#34;環境&#34;&gt;環境&lt;/h2&gt;&#xA;&lt;p&gt;Mac OS&#xA;poetry&#xA;python == 3.9&lt;/p&gt;&#xA;&lt;h2 id=&#34;langchainのインストールに失敗する&#34;&gt;LangChainのインストールに失敗する&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;poetry add langchain&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;が失敗する&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-py&#34; data-lang=&#34;py&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;CLANG&lt;/span&gt; &lt;span class=&#34;err&#34;&gt;〜&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;C言語関係のエラーかと思われた。&lt;/p&gt;&#xA;&lt;p&gt;なんだっけ&lt;/p&gt;&#xA;&lt;p&gt;xcode-toolsのインストールとアップデート&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;pip install --update pip&#xA;pip install --upgrade setuptools&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;mypyのバージョンによるエラーらしい&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dockerfileでasdfを実行できないことについて</title>
      <link>https://www.subcul-science.com/post/20230607dockerfileasdf/</link>
      <pubDate>Wed, 07 Jun 2023 05:58:28 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20230607dockerfileasdf/</guid>
      <description>&lt;h2 id=&#34;dockerfile-でsource-bashrc-ができない&#34;&gt;Dockerfile でsource ~/.bashrc ができない&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dockerfile　ではデフォルトのシェルはsh&lt;/li&gt;&#xA;&lt;li&gt;shではsourceは実行できない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;対策１デフォルトのシェルをbashに変更&#34;&gt;対策１：デフォルトのシェルをbashに変更&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;デフォルトのシェルをbashに変更した&#xA;&lt;code&gt;SHELL [/bin/bash,-lc]&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;dockerfile-でasdf-が実行できない&#34;&gt;Dockerfile でasdf が実行できない&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;RUN asdf　に失敗する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;asdfが見つからない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;しかしDocker内部ではasdfを実行できる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;原因&#34;&gt;原因&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;DockerfileではRUNごとに異なるシェルが実行される&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;効果がなかったこと&#34;&gt;効果がなかったこと&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;同一のRUNで&lt;code&gt;source ~/.bashrc&lt;/code&gt;と&lt;code&gt;asdf install &lt;/code&gt;を実行&#xA;&lt;ol&gt;&#xA;&lt;li&gt;asdfが実行できない&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;bash/exec&lt;/code&gt;でbashを再起動&#xA;&lt;ol&gt;&#xA;&lt;li&gt;asdfが実行できない&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;最終的な対処&#34;&gt;最終的な対処&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;apt install python3&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dockerとasdfと何重にも仮想環境を重ねることにどれだけの意味があるだろうか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考資料&#34;&gt;参考資料&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://stackoverflow.com/questions/72063324/can-install-asdf-inside-docker-container-but-not-at-build-time-via-dockerfile&#34;&gt;Can install asdf inside Docker container, but not at build time via Dockerfile&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>poetry環境でpytorchをインストールしても失敗したのでその対処法</title>
      <link>https://www.subcul-science.com/post/20230607poetrytorch/</link>
      <pubDate>Wed, 07 Jun 2023 05:47:12 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20230607poetrytorch/</guid>
      <description>&lt;h2 id=&#34;poetry-add-torch-でパスが通らない&#34;&gt;&lt;code&gt;poetry add torch&lt;/code&gt; でパスが通らない&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dcokerfile＋poetry で環境構築をしていた&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;poetry add torch&lt;/code&gt;でpytorchをインストールした&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;import torch&lt;/code&gt;でエラー&lt;/li&gt;&#xA;&lt;li&gt;cuda周りのパスが通っていないらしい&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;対処法&#34;&gt;対処法&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;poetry run python -m pip install torch&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;poetry.tomlに記述することもできるらしい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考資料&#34;&gt;参考資料&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://stackoverflow.com/questions/59158044/poetry-and-pytorch&#34;&gt;stack overflow&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>女性が男性に求めるモテの要素</title>
      <link>https://www.subcul-science.com/post/20230129mote/</link>
      <pubDate>Sun, 29 Jan 2023 17:20:12 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20230129mote/</guid>
      <description>&lt;h2 id=&#34;女性が求める男性の要素&#34;&gt;女性が求める男性の要素&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;外敵に対峙する能力&lt;/li&gt;&#xA;&lt;li&gt;妻と子供に優しい&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;これらの要素は矛盾するがバランスをとって両立させることが求められる。&lt;/p&gt;&#xA;&lt;p&gt;また女性によって理想とするバランスは異なるので相手の反応を見て調整すること。&lt;/p&gt;</description>
    </item>
    <item>
      <title>2022年の病状の体感</title>
      <link>https://www.subcul-science.com/post/20221207utsu/</link>
      <pubDate>Wed, 07 Dec 2022 15:10:25 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20221207utsu/</guid>
      <description>&lt;h2 id=&#34;体調の変化&#34;&gt;体調の変化&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;胸の痛み&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ほぼなくなった&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;全般的な不安感、恐怖感の軽減&#xA;&lt;ul&gt;&#xA;&lt;li&gt;宅配便&lt;/li&gt;&#xA;&lt;li&gt;仕事の連絡&lt;/li&gt;&#xA;&lt;li&gt;ラインの連絡&lt;/li&gt;&#xA;&lt;li&gt;外出&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;めまい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;頻度や程度が減った&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;時差ボケ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;頻度が減った&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;下痢&#xA;&lt;ul&gt;&#xA;&lt;li&gt;頻度が減った&lt;/li&gt;&#xA;&lt;li&gt;心因性のものだった？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;不眠&#xA;&lt;ul&gt;&#xA;&lt;li&gt;特に変わらず&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;低体温&#xA;&lt;ul&gt;&#xA;&lt;li&gt;変わらず&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;目の周りが荒れる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;皮膚科で薬を処方してもらう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;手足の冷え&#xA;&lt;ul&gt;&#xA;&lt;li&gt;筋トレ、入浴剤で改善せず&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;感情の起伏&#xA;&lt;ul&gt;&#xA;&lt;li&gt;物事に対して自然と感じるものができてきた&lt;/li&gt;&#xA;&lt;li&gt;時間差があったりカウンセリング受けた時に改めて自覚するなどまだ早さが足りていない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;できるようになったこと&#34;&gt;できるようになったこと&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;病院に行くハードルが下がった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;体調不良を我慢する程度が改善した&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;原因不明の不安感、恐怖感に対して客観的に把握することができた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;不安に対して客観的にその原因が明確であるかを確認できるようになった&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;体調不良を自覚できるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;しんどいと自然に思うようになった&lt;/li&gt;&#xA;&lt;li&gt;一方で何がしんどいかは不明瞭&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;筋トレ、ラジオ体操など定期的な運動習慣&lt;/li&gt;&#xA;&lt;li&gt;絵や写真に対してイメージを結びつけるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;デッサンの成果物を見返す時間が増えた&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;わかったこと&#34;&gt;わかったこと&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自傷行為の延長としてラインの連絡がたまるようにしたがる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ラインに対して恐怖感を感じるため&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;仕事が手についてないことは病気の症状だと自覚できるようになった&lt;/li&gt;&#xA;&lt;li&gt;体が日常的に緊張している&#xA;&lt;ul&gt;&#xA;&lt;li&gt;コロナワクチン接種時に力を抜くように注意されたが自覚はなかった&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;体調不良を把握できていない、自覚できていない&#xA;&lt;ul&gt;&#xA;&lt;li&gt;体調不良とその原因は直感的に結びつくものである&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>メンズ　清潔感入門</title>
      <link>https://www.subcul-science.com/post/20221127seiketsukan/</link>
      <pubDate>Sun, 27 Nov 2022 15:10:21 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20221127seiketsukan/</guid>
      <description>&lt;h2 id=&#34;清潔感とは&#34;&gt;清潔感とは&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ここでは清潔感とは何か？というレベルの男性を対象とする。&lt;/li&gt;&#xA;&lt;li&gt;見た目、匂いなどで不快感や無用な勘ぐりをされないための判断項目と理解してほしい。&lt;/li&gt;&#xA;&lt;li&gt;美意識を持って身なりを整えることは参考資料や各種メンズ雑誌を参考にされたい。&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;清潔感の必要性&#34;&gt;清潔感の必要性&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;最低限の社会性を持つことのシグナリング&#xA;&lt;ul&gt;&#xA;&lt;li&gt;無用な警戒心を起こすことを避ける&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;また無用な嫌悪感を避けることができる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;嫌悪感を与えることはある種の加害とも取れる。&lt;/li&gt;&#xA;&lt;li&gt;その場合、相手は反撃してくる。こちらにどのような意図があろうとも。&lt;/li&gt;&#xA;&lt;li&gt;無用な争いを避けるためにも不必要に嫌悪感を与えることは避けたい。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;清潔感の要素&#34;&gt;清潔感の要素&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ここではできるだけ具体的に清潔感という言葉を構成する要素について触れる&lt;/li&gt;&#xA;&lt;li&gt;各要素についてその必要性と対処方法、その予算感について述べる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;爪&#34;&gt;爪&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;短く切り揃える&#xA;&lt;ul&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;女性は手に注目する習性を持つ&lt;/li&gt;&#xA;&lt;li&gt;例：ネイル&lt;/li&gt;&#xA;&lt;li&gt;女性の粘膜部に触れる際に傷つける可能性がある&lt;/li&gt;&#xA;&lt;li&gt;爪の間の黒い汚れが生理的不快感を想起する&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;爪を爪切りで毎週切る&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;~1000円(爪切り)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;髪&#34;&gt;髪&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;美容院で女性ウケする髪型をリクエストする&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;髪型も社会性や所属先を示すシグナリングの一つである&lt;/li&gt;&#xA;&lt;li&gt;例：野球部は丸坊主、ドレッドヘアーならヒップホップ、ホテルマンはツーブロックが多いなど&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;毎月決まったスタッフを指名して美容院へ通う&lt;/li&gt;&#xA;&lt;li&gt;髪型は髪質、顔の特徴、流行などによって適当な髪型は異なる。予算感や通いやすい店を見つけて馴染みのスタッフを作る。スタッフに相談して髪型を提案してもらう。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;5000円~(カット)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ムダ毛処理&#34;&gt;ムダ毛処理&lt;/h3&gt;&#xA;&lt;h4 id=&#34;ヒゲ&#34;&gt;ヒゲ&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;毎日剃る&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ヒゲを剃ることは現代日本において身だしなみの一環とされている&lt;/li&gt;&#xA;&lt;li&gt;ヒゲを生やすことはアウトロー感や不潔感を演出する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ヒゲを利用したスタイリングもある。将来的にヒゲを取り入れたスタイルへと移行することはありうる。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;毎日カミソリ、または電動シェーバーを用いてヒゲを剃る。&lt;/li&gt;&#xA;&lt;li&gt;肌の弱さ、髭の濃さによって適切な手段は異なる。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;カミソリ: 100円~&lt;/li&gt;&#xA;&lt;li&gt;電動シェーバー: 5000円~&lt;/li&gt;&#xA;&lt;li&gt;シェービングジェルなど: 500円〜&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;眉&#34;&gt;眉&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ムダ毛の処理&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;眉が顔の印象に与える影響は大きい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;女性は化粧の一環として眉を剃る、描くは一般的&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;美容院、眉毛サロンで眉を整えてもらう&lt;/li&gt;&#xA;&lt;li&gt;エチケットカッターで眉周辺のムダ毛を剃る&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;眉毛サロン: 5000円~&lt;/li&gt;&#xA;&lt;li&gt;エチケットカッター: 2000円~&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;鼻毛&#34;&gt;鼻毛&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;エチケットカッターで処理する&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;鼻毛が見えていると不快になる人間は少なくない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;エチケットカッターで鼻毛を剃る&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;エチケットカッター: 2000円~&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;体型&#34;&gt;体型&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;筋トレ、バランスの良い食事、十分な睡眠&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;体型維持、姿勢の矯正により良い印象が与えられる&lt;/li&gt;&#xA;&lt;li&gt;筋トレが世間的に受け入れられるようになった&lt;/li&gt;&#xA;&lt;li&gt;体型は一朝一夕で改善できるものではないのでまずは他の項目から手をつけると良い&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;運動習慣の定着&#xA;&lt;ul&gt;&#xA;&lt;li&gt;簡単な運動&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ラジオ体操&#xA;&lt;ul&gt;&#xA;&lt;li&gt;肩凝り対策にも良い&lt;/li&gt;&#xA;&lt;li&gt;特別な練習や器具が必要ない&lt;/li&gt;&#xA;&lt;li&gt;短時間で終わる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;散歩&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;筋トレ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;大きな筋肉を鍛えることで見た目へのインパクトと代謝量の増加を狙う&lt;/li&gt;&#xA;&lt;li&gt;下半身、背筋、胸筋を主に鍛える&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;食事内容の見直し&lt;/li&gt;&#xA;&lt;li&gt;睡眠時間の確保&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ジム&lt;/li&gt;&#xA;&lt;li&gt;食費&lt;/li&gt;&#xA;&lt;li&gt;寝具&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;服装&#34;&gt;服装&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;シワ、ヨレ、サイズ感のなさは見窄らしい印象を与える&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;マネキン買い(洋服屋で展示されているマネキンのコーディネートをマルパクリする)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;服装にも歴史や流行があり、初心者にそうした背景を踏まえたコーディネートは難しい。専門家の知見を利用するのが賢い。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;洋服屋の店員にシチュエーションや予算を伝えてコーディネートしてもらう&lt;/li&gt;&#xA;&lt;li&gt;下着を定期的に買い替える&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;肌&#34;&gt;肌&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;保湿、日焼け止めを利用する&lt;/li&gt;&#xA;&lt;li&gt;ニキビ、肌荒れなどは皮膚科を利用する&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;肌のシワやシミは加齢や不健康な印象を与える&lt;/li&gt;&#xA;&lt;li&gt;しかし適切な対処をすることで逆に若々しい印象を与えることもできる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;皮膚に問題がある場合には皮膚科へ相談する&lt;/li&gt;&#xA;&lt;li&gt;バランスの良い食事、十分な睡眠、ストレス発散によって&lt;/li&gt;&#xA;&lt;li&gt;刺激の少ないボディソープやシャンプーを使う&#xA;&lt;ul&gt;&#xA;&lt;li&gt;男性用はメンソールが使われていることが多く刺激が多いので避けたい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;保湿と紫外線対策&#xA;&lt;ul&gt;&#xA;&lt;li&gt;風呂上がり、洗顔後にオールインワンジェルや化粧水を使う&#xA;&lt;ul&gt;&#xA;&lt;li&gt;肌との相性があるので複数種類を購入して比較することを勧める。まずはドラッグストアで購入できる安価なもので十分である。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;通年日焼け止めを使って紫外線対策を行なう。冬場でも紫外線対策は重要である。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;オールインワンジェル: 1000円~&lt;/li&gt;&#xA;&lt;li&gt;日焼け止め: 800円~&lt;/li&gt;&#xA;&lt;li&gt;ボディソープ、シャンプー: 1000円~&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;体臭&#34;&gt;体臭&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;衣服の更新、ボディソープの見直し、ワキガ治療&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;悪臭は生理的嫌悪感を引き起こす&lt;/li&gt;&#xA;&lt;li&gt;家庭の洗濯では衣服にカビなどが残り悪臭の原因となる&lt;/li&gt;&#xA;&lt;li&gt;ワキガなど体質的な問題は専門家に相談する&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;衣服を定期的に買い替える&lt;/li&gt;&#xA;&lt;li&gt;ワキガは専門機関へ相談する&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;歯のメンテナンス&#34;&gt;歯のメンテナンス&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;歯が汚いと口臭の原因にもなり、女性がキスを躊躇う理由にもなる&lt;/li&gt;&#xA;&lt;li&gt;歯磨き、フロス、歯医者で定期検診&lt;/li&gt;&#xA;&lt;li&gt;理由&#xA;&lt;ul&gt;&#xA;&lt;li&gt;口臭の原因になる&lt;/li&gt;&#xA;&lt;li&gt;口臭は相手に悪印象を与える&lt;/li&gt;&#xA;&lt;li&gt;虫歯があると口臭の原因になる&lt;/li&gt;&#xA;&lt;li&gt;歯が汚いとキスを躊躇う理由になる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;対処法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;歯医者で定期的に歯石落とし、虫歯のチェックを行う&#xA;&lt;ul&gt;&#xA;&lt;li&gt;虫歯はセルフチェックができない&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自覚症状がある時は症状が進行している&lt;/li&gt;&#xA;&lt;li&gt;虫歯は基本的に歯を削るしかない&lt;/li&gt;&#xA;&lt;li&gt;虫歯の治療をするたびに歯が削られる&lt;/li&gt;&#xA;&lt;li&gt;削られた歯は戻らない&lt;/li&gt;&#xA;&lt;li&gt;早期対応が望ましい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;歯石も家庭の歯磨きでは落ちない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;虫歯を予防する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;フッ素配合の歯磨き粉の利用&lt;/li&gt;&#xA;&lt;li&gt;フロスの利用&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;予算&#xA;&lt;ul&gt;&#xA;&lt;li&gt;定期検診: 3000円~&lt;/li&gt;&#xA;&lt;li&gt;フロス: 100円~&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;より高度な清潔感あるいは美意識&#34;&gt;より高度な清潔感、あるいは美意識&lt;/h3&gt;&#xA;&lt;h4 id=&#34;永久脱毛&#34;&gt;永久脱毛&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ヒゲやわき、股間のムダ毛脱毛がある。&lt;/li&gt;&#xA;&lt;li&gt;ビジネスマンが時短の一環としてヒゲ脱毛を行う動きがあるようだ。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;歯列矯正&#34;&gt;歯列矯正&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;発音や骨格へ与える影響が大きい。&lt;/li&gt;&#xA;&lt;li&gt;金銭的、時間的余裕があるならば歯列矯正を行うのもいいだろう。&lt;/li&gt;&#xA;&lt;li&gt;余談だがアメリカでは歯列矯正をティーンの時期に行うことが多く、フェチの一つとされる。日本でいうセーラー服やブルマに対応するだろうか。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;まとめ&#34;&gt;まとめ&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;清潔感という言葉の中身を具体的に説明した&lt;/li&gt;&#xA;&lt;li&gt;手のつけやすいものから始めるとよい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考資料&#34;&gt;参考資料&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;服を着るならこんな風に&lt;/li&gt;&#xA;&lt;li&gt;メイクがなんとなく変なので&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>日本語要約の手法・サービスのまとめ</title>
      <link>https://www.subcul-science.com/post/20220309summarize-matome/</link>
      <pubDate>Wed, 09 Mar 2022 14:51:58 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220309summarize-matome/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;日本語文章の自動要約について調べたのでまとめておく&lt;/li&gt;&#xA;&lt;li&gt;原文から一部を選択的に抜粋する抽出型と機械翻訳のように対応する要約文を生成する生成型がある&lt;/li&gt;&#xA;&lt;li&gt;またウェブで公開されている要約サービスもある&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;生成型要約&#34;&gt;生成型要約&lt;/h2&gt;&#xA;&lt;h3 id=&#34;モデル&#34;&gt;モデル&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;DNN　言語モデル&#xA;&lt;ul&gt;&#xA;&lt;li&gt;BERTの文脈から派生した要約手法が多い&lt;/li&gt;&#xA;&lt;li&gt;BART&#xA;&lt;ul&gt;&#xA;&lt;li&gt;BERTから文の要約に特化して派生したもの&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210119huggingface/&#34;&gt;BART(文章要約モデル)&lt;/a&gt;は日本語に対応していない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;T5&#xA;&lt;ul&gt;&#xA;&lt;li&gt;学習をすべて自然言語で設定して行うことで複数のタスクへと柔軟に対応する、というコンセプトのモデル&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210701t5/&#34;&gt;T5がhugging face で公開&lt;/a&gt;されたモデルをファインチューニングして使うことが割と手軽にできた&lt;/li&gt;&#xA;&lt;li&gt;要約だけでなく単語の分散表現を得ることにも使える&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;整数計画問題&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ソルバーで厳密に解くことができる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;無償のソルバーはpythonだと&lt;a href=&#34;https://coin-or.github.io/pulp/index.html&#34;&gt;pulp&lt;/a&gt;, &lt;a href=&#34;https://www.python-mip.com/&#34;&gt;Python-MIP&lt;/a&gt;が選択肢になる&lt;/li&gt;&#xA;&lt;li&gt;式を記述する際の挙動の軽さから私はPython-MIPを勧める&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;制約条件として文の数、文字数を指定できる&lt;/li&gt;&#xA;&lt;li&gt;計算時間が短いというわけではない&#xA;&lt;ul&gt;&#xA;&lt;li&gt;定式化の問題か？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;各モデル&#xA;&lt;ul&gt;&#xA;&lt;li&gt;文全体が一つのトピックを扱っていると仮定して、その代表的な文を拾ってくるイメージ&lt;/li&gt;&#xA;&lt;li&gt;McDonaldモデル&lt;/li&gt;&#xA;&lt;li&gt;最大被覆モデル&lt;/li&gt;&#xA;&lt;li&gt;施設配置モデル&#xA;&lt;ul&gt;&#xA;&lt;li&gt;劣モジュラ最適化問題に帰着できる&lt;/li&gt;&#xA;&lt;li&gt;文の類似度を計算する必要がある&lt;/li&gt;&#xA;&lt;li&gt;原論文では単語の重複をスコアとしている&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ROUGEみたいな&lt;/li&gt;&#xA;&lt;li&gt;２０２２年現在では&lt;a href=&#34;https://www.subcul-science.com/post/20220302embedding-matome/&#34;&gt;文の分散表現を求める&lt;/a&gt;こともできるのでそこはケースバイケースで特徴量を選択する&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;LexRank&#xA;&lt;ul&gt;&#xA;&lt;li&gt;文間の類似度からグラフ関係を計算して、重要な文をランキングする&lt;/li&gt;&#xA;&lt;li&gt;文字数の指定はできない&lt;/li&gt;&#xA;&lt;li&gt;Sentence Transformersのサイトに&lt;a href=&#34;https://sbert.net/examples/applications/text-summarization/README.html&#34;&gt;実装例&lt;/a&gt;がある&#xA;&lt;ul&gt;&#xA;&lt;li&gt;日本語に適用するには多少の修正が必要になる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;別に文の間の類似度が出せるならSBERTでなくてもいい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ROUGE, &lt;a href=&#34;https://www.subcul-science.com/post/universal-sentence-encoder/&#34;&gt;USE&lt;/a&gt;など&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;サービス&#34;&gt;サービス&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.digest.elyza.ai/&#34;&gt;イライザダイジェスト&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;３文に要約&lt;/li&gt;&#xA;&lt;li&gt;割と内容を理解した出力をする印象&lt;/li&gt;&#xA;&lt;li&gt;生成型特有のゆらぎが見られる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;不自然な箇所に句読点など&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://ai-tanteki.com/sanbun/&#34;&gt;タンテキ&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;３文に要約&lt;/li&gt;&#xA;&lt;li&gt;抜粋型か？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考文献&#34;&gt;参考文献&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.orsj.or.jp/archive2/or62-11/or62_11_711.pdf&#34;&gt;文書要約のための数理的手法&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>日本語の分散表現の計算方法まとめ</title>
      <link>https://www.subcul-science.com/post/20220302embedding-matome/</link>
      <pubDate>Wed, 02 Mar 2022 20:59:30 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220302embedding-matome/</guid>
      <description>&lt;h2 id=&#34;単語単位の分散表現&#34;&gt;単語単位の分散表現&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20200615google-colaboratory-word2vec/&#34;&gt;Word2vec&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自然言語処理における分散表現の一つのオリジナル&lt;/li&gt;&#xA;&lt;li&gt;基本原理くらいは知っていてもいいかもしれない&lt;/li&gt;&#xA;&lt;li&gt;gensimがよく使われる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20200613fasttext/&#34;&gt;Fasttext で文書分類問題までやったった&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fastと名前がついているだけあってfacebookが公開しているモデルは高速に動作する&lt;/li&gt;&#xA;&lt;li&gt;分散表現とクラス分類に対応していたり、利便性が高い&lt;/li&gt;&#xA;&lt;li&gt;特にこのモデルで利用されている分かち書きの特徴から未知語に強いとされている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/wikipediabert/&#34;&gt;日本語Wikipediaで学習済みのBERTが公開されているので使い方メモ&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Google の検索エンジンにも採用されている、らしい&lt;/li&gt;&#xA;&lt;li&gt;自然言語処理の研究を大きく変えたモデル&lt;/li&gt;&#xA;&lt;li&gt;関連する技術であるTransformerは自然言語処理だけでなく、画像処理の界隈にも流用された&lt;/li&gt;&#xA;&lt;li&gt;huggingfaceで日本語版のBERTも色々と公開されている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210701t5/&#34;&gt;日本語に対応したT5&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;この日本語版のモデルの作者が公開しているサンプルがわかりやすい&lt;/li&gt;&#xA;&lt;li&gt;また同じ作者がSBERTのモデルも公開している&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;文単位の分散表現&#34;&gt;文単位の分散表現&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;tf-idf&#xA;&lt;ul&gt;&#xA;&lt;li&gt;最初の選択肢&lt;/li&gt;&#xA;&lt;li&gt;単語の出現頻度を計算してスコアを割り当てる&lt;/li&gt;&#xA;&lt;li&gt;gensimがよく使われる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;BM25&#xA;&lt;ul&gt;&#xA;&lt;li&gt;単語の出現頻度を計算してスコアを出す&lt;/li&gt;&#xA;&lt;li&gt;QAモデルの最初の大雑把な検索によく使われる印象&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;doc2vec&#xA;&lt;ul&gt;&#xA;&lt;li&gt;word2vecの文書版&lt;/li&gt;&#xA;&lt;li&gt;gensimがよく使われる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/universal-sentence-encoder/&#34;&gt;Universal Sentence Encoder&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;結構重宝する&lt;/li&gt;&#xA;&lt;li&gt;そこそこ性能もよく使い勝手がいい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210203sbert/&#34;&gt;SBERT&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;GPUがないとしんどいかも&lt;/li&gt;&#xA;&lt;li&gt;性能自体は上のUSEよりも体感ではいい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>ズボラ節約術　スマホ通信会社の乗り換え　MNP</title>
      <link>https://www.subcul-science.com/post/20220301setsuyaku-rakutenmomobile/</link>
      <pubDate>Tue, 01 Mar 2022 15:20:13 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220301setsuyaku-rakutenmomobile/</guid>
      <description>&lt;h2 id=&#34;固定費を削減しよう&#34;&gt;固定費を削減しよう&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;節約は固定費の削減が効果的&#xA;&lt;ul&gt;&#xA;&lt;li&gt;一度削減するとずっと半自動的に節約される&lt;/li&gt;&#xA;&lt;li&gt;削減される金額が大きい&lt;/li&gt;&#xA;&lt;li&gt;わざわざ手間をかける必要がすくない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;また節約の効果を把握するために家計簿アプリを利用しよう&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;//ck.jp.ap.valuecommerce.com/servlet/referral?sid=3563352&amp;pid=887689174&#34; rel=&#34;nofollow&#34;&gt;&lt;img src=&#34;//ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=3563352&amp;pid=887689174&#34; height=&#34;1&#34; width=&#34;1&#34; border=&#34;0&#34;&gt;マネーフォワード ME&lt;/a&gt;だと無料プランだと１０個程度の銀行口座やカードを登録して利用金額や残高をリアルタイムに把握できる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;手順が意外と簡単&#34;&gt;手順が意外と簡単&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;今契約しているキャリアからMNP予約番号を取得する&#xA;&lt;ol&gt;&#xA;&lt;li&gt;契約しているキャリアの公式サイトでMNPと検索すると方法が載っている&lt;/li&gt;&#xA;&lt;li&gt;多分店頭でもやってもらえる&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;楽天モバイルに申し込む&lt;/li&gt;&#xA;&lt;li&gt;楽天モバイルでMNP申込み手続きをする&#xA;&lt;ol&gt;&#xA;&lt;li&gt;my楽天モバイルにアクセスして手続きを行う&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://network.mobile.rakuten.co.jp/guide/mnp/?l-id=support_category_guide&#34;&gt;他社から乗り換え（MNP）楽天モバイル公式サイト&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ズボラ節約術　電力会社の乗り換え編</title>
      <link>https://www.subcul-science.com/post/20220301setsuyaku/</link>
      <pubDate>Tue, 01 Mar 2022 14:28:52 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220301setsuyaku/</guid>
      <description>&lt;h2 id=&#34;固定費を削減しよう&#34;&gt;固定費を削減しよう&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;節約は固定費の削減が効果的&#xA;&lt;ul&gt;&#xA;&lt;li&gt;一度削減するとずっと半自動的に節約される&lt;/li&gt;&#xA;&lt;li&gt;削減される金額が大きい&lt;/li&gt;&#xA;&lt;li&gt;わざわざ手間をかける必要がすくない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;また節約の効果を把握するために家計簿アプリを利用しよう&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;//ck.jp.ap.valuecommerce.com/servlet/referral?sid=3563352&amp;pid=887689174&#34; rel=&#34;nofollow&#34;&gt;&lt;img src=&#34;//ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=3563352&amp;pid=887689174&#34; height=&#34;1&#34; width=&#34;1&#34; border=&#34;0&#34;&gt;マネーフォワード ME&lt;/a&gt;だと無料プランだと１０個程度の銀行口座やカードを登録して利用金額や残高をリアルタイムに把握できる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;手順が意外と簡単&#34;&gt;手順が意外と簡単&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;例えば東京ガスと契約している方であれば、ガスの検針票かmyTOKYOGASにログインできればネットで手続を行うことができます&lt;/li&gt;&#xA;&lt;li&gt;他にも電話での手続きにも対応しています。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;電気とガスの料金が割引される&#34;&gt;電気とガスの料金が割引される&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://home.tokyo-gas.co.jp/power/ryokin/menu_waribiki/futai.html&#34;&gt;東京ガス公式サイト&lt;/a&gt;によると以下の割引が受けられます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>poetry環境でstreamlitを実行する方法</title>
      <link>https://www.subcul-science.com/post/20220224streamlit/</link>
      <pubDate>Thu, 24 Feb 2022 16:01:29 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220224streamlit/</guid>
      <description>&lt;h2 id=&#34;症状&#34;&gt;症状&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;streamlitをpoetryを使ってインストールした場合に、streamlitが実行できない&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;poetry add streamlit&lt;/code&gt;でstreamlitを追加した場合、通常のシェルからはstreamlitのパスが通っていない&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;which streamlit&lt;/code&gt;の実行結果でなにもでてこない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;対処&#34;&gt;対処&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;poetry からシェルを実行する&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;poetry shell&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;streamlit run sample.py&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;streamlitコマンドが実行できるようになる&lt;/li&gt;&#xA;&lt;li&gt;仮想環境にstreamlitをインストールした場合には通常のシェルからはstreamlitを実行できない&lt;/li&gt;&#xA;&lt;li&gt;その場合の対処法は公式サイトに載っている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://streamlit.io/&#34;&gt;streamlit 公式サイト&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://python-poetry.org/&#34;&gt;poetry 公式サイト&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;script language=&#34;javascript&#34; src=&#34;//ad.jp.ap.valuecommerce.com/servlet/jsbanner?sid=3639942&amp;pid=887928593&#34;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&#34;//ck.jp.ap.valuecommerce.com/servlet/referral?sid=3639942&amp;pid=887928593&#34; rel=&#34;nofollow&#34;&gt;&lt;img src=&#34;//ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=3639942&amp;pid=887928593&#34; border=&#34;0&#34;&gt;&lt;/a&gt;&lt;/noscript&gt;</description>
    </item>
    <item>
      <title>pycharmからpoetryで環境の作成ができない</title>
      <link>https://www.subcul-science.com/post/20220224poetry/</link>
      <pubDate>Thu, 24 Feb 2022 11:56:49 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220224poetry/</guid>
      <description>&lt;h2 id=&#34;症状&#34;&gt;症状&lt;/h2&gt;&#xA;&lt;p&gt;pycharmでinterpreterの指定にエラーが出た。&#xA;改めてpoetryの環境構築を行おうとしたところ、以下のエラーが出た。&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-py&#34; data-lang=&#34;py&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;ne&#34;&gt;ModuleNotFoundError&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;No&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;named&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;virtualenv.activation.xonsh&amp;#39;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;at&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;frozen&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;importlib&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_bootstrap&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;984&lt;/span&gt; &lt;span class=&#34;ow&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;_find_and_load_unlocked&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;解決方法&#34;&gt;解決方法&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip3 uninstall virtualenv&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;原因&#34;&gt;原因&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;anyenvのアップデートをかけたのが悪かったか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;反省&#34;&gt;反省&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;不用意なアップデートは不具合の原因になる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;script language=&#34;javascript&#34; src=&#34;//ad.jp.ap.valuecommerce.com/servlet/jsbanner?sid=3639942&amp;pid=887928593&#34;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&#34;//ck.jp.ap.valuecommerce.com/servlet/referral?sid=3639942&amp;pid=887928593&#34; rel=&#34;nofollow&#34;&gt;&lt;img src=&#34;//ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=3639942&amp;pid=887928593&#34; border=&#34;0&#34;&gt;&lt;/a&gt;&lt;/noscript&gt;</description>
    </item>
    <item>
      <title>作りたい女と食べたい女2巻　友人と恋人の間のグラデーションをなんと形容しようか</title>
      <link>https://www.subcul-science.com/post/20220223shecooks/</link>
      <pubDate>Wed, 23 Feb 2022 17:03:07 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220223shecooks/</guid>
      <description>&lt;h2 id=&#34;概要&#34;&gt;概要&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;料理を沢山作りたいが一人では食べ切れない主人公と大食漢の隣人との友人とも他人とも言い切れない関係性を描く物語&lt;/li&gt;&#xA;&lt;li&gt;友達くらいには仲良くなった&lt;/li&gt;&#xA;&lt;li&gt;それ以上の関係になるのだろうか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;料理が美味しく描かれている点がこの作品の長所の一つ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;料理ものの漫画は料理のレシピが載っている印象があるが、本作品ではその印象はない&lt;/li&gt;&#xA;&lt;li&gt;料理のリアリティを漫画としての描写で伝えきれているという自信があるからだろうか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;大食感な女性の感情表現の描写があっていい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;表情や言動は無愛想な感じを維持しつつ、可愛らしさを表現している&lt;/li&gt;&#xA;&lt;li&gt;一方でなぜ食に拘る理由がこの巻では掘り下げられていた&lt;/li&gt;&#xA;&lt;li&gt;キャラクターの掘り下げが丁寧だなあ、と感じる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;同性愛という方向に作品の方向性の舵を切ったのはどうか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;あくまで主人公が自分の性的嗜好が同性愛かも？と意識しただけなので恋愛という方向に話が進むわけではないかもしれない&lt;/li&gt;&#xA;&lt;li&gt;どちらかというと学生時代に女性同士でプレゼントを送り合うみたいな関係性？&lt;/li&gt;&#xA;&lt;li&gt;主人公は女性らしい身繕いをしっかりとするタイプなので、女性としてのシグナリングはハッキリとしている&#xA;&lt;ul&gt;&#xA;&lt;li&gt;それゆえに料理という趣味が男性に対するアピールとして認識されてしまう&lt;/li&gt;&#xA;&lt;li&gt;その点が純粋に料理を楽しみたいという内心と矛盾し、抵抗感を覚える&lt;/li&gt;&#xA;&lt;li&gt;主人公は自身の女性性をどこまで自覚しているのだろうか&#xA;&lt;ul&gt;&#xA;&lt;li&gt;単純に恋愛の対象として男性を含まないというだけの話なのだろうか？&lt;/li&gt;&#xA;&lt;li&gt;肉体的に女性である、女性として社会を生きてきたこと、世間からの期待に乗っかること自体にストレスを覚える部分と我慢できない部分があるのだろう&lt;/li&gt;&#xA;&lt;li&gt;おそらく女性として服装やメイクをすることは多少楽しめている&lt;/li&gt;&#xA;&lt;li&gt;そこと女性らしい立ち位置にいるからストレートとして認識されることに齟齬がある&lt;/li&gt;&#xA;&lt;li&gt;ということは男性を恋愛対象として見ていないというシグナリングが発達していないのだろうか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;出典を失念したが、ゲイが上裸になりがちで特有の服装をする文化圏があった気がする&lt;/li&gt;&#xA;&lt;li&gt;一方で&lt;a href=&#34;https://kusanomido.com/life/edu/36011/&#34;&gt;タイでは１８種類の性別あるらしい&lt;/a&gt;という意味では単純に概念として認識できるかどうかだけの問題なのか&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;読み味がスッキリしているし、キャラの掘り下げも丁寧なので続きを追いかけていきたい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887679356&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>エンドライフプランコンサルタント 短編案</title>
      <link>https://www.subcul-science.com/post/20220114endlifeplan/</link>
      <pubDate>Fri, 14 Jan 2022 15:49:41 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220114endlifeplan/</guid>
      <description>&lt;h2 id=&#34;場面&#34;&gt;場面&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;一軒目の仕事&#xA;&lt;ol&gt;&#xA;&lt;li&gt;裕福そうな老紳士と営業マン風の男がテーブルを挟んで座っている&lt;/li&gt;&#xA;&lt;li&gt;相続税、老後の心配、先だった妻、少なくなる友人、孫の学費と心配事を連ねられる&lt;/li&gt;&#xA;&lt;li&gt;老紳士の視界に孫の写真が目に入る&lt;/li&gt;&#xA;&lt;li&gt;力になれると説得する営業マン&lt;/li&gt;&#xA;&lt;li&gt;考えさせてほしい、という老紳士。手が震えている。&lt;/li&gt;&#xA;&lt;li&gt;老紳士の葛藤に気づく営業マン、落とし所を提案する。孫のための学資保険と地域のボランティアの案内&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;会社に戻ってアホほど叱られる、着信にあとから気づくがそれは彼女からの別れの電話だった&#xA;&lt;ol&gt;&#xA;&lt;li&gt;なんで老人が死んでないんだ？と詰められる。クライアントが死んで早期安楽死による医療費削減とそれに伴う税の免除、その手続の手数料をとる仕事をしている。生き死にに関わることなので資格職。相続に関わることなので高額。&lt;/li&gt;&#xA;&lt;li&gt;まだクライアントは生きたいと希望を持っていると反論する主人公に対して、会社はお前が契約を取ってくることを期待しているのだ、と詰められる。鉛筆を研ぐ上司。彼女からの着信があるが出られない。&lt;/li&gt;&#xA;&lt;li&gt;書類仕事をこなす主人公と同僚、同僚は主人公とは対象的に意気揚々と事務仕事をこなしている&lt;/li&gt;&#xA;&lt;li&gt;ライブのチケットが手に入ったと興奮する同僚、推しのために稼がなければならないと鼻息を荒くする&lt;/li&gt;&#xA;&lt;li&gt;事務仕事が終わったあとに慌てて電話を折り返すが繋がらない。しばらくしてメッセージで彼女から別れを告げられる。&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;帰り道にたそがれる、主人公のストレス発散のなにかをしている、女性に出会う&#xA;&lt;ol&gt;&#xA;&lt;li&gt;主人公の趣味ってなんだろう？&lt;/li&gt;&#xA;&lt;li&gt;泥酔している主人公に声をかける場違いに瀟洒な格好をしている女性&lt;/li&gt;&#xA;&lt;li&gt;女性は主人公のぐちを聞いている、主人公の仕事への誇りを語らせる&lt;/li&gt;&#xA;&lt;li&gt;困っている、助けてほしいと女性に頼まれる&lt;/li&gt;&#xA;&lt;li&gt;安請負する主人公、怪しく笑う女性&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;殺してほしいやつがいると誘われる&#xA;&lt;ol&gt;&#xA;&lt;li&gt;その動機（金銭？、暴力？）に同情するが、殺しはできないと断る&lt;/li&gt;&#xA;&lt;li&gt;普段の仕事内容を引き合いに出される&lt;/li&gt;&#xA;&lt;li&gt;殺人ではない、普段の仕事と同じだ、金を持った老人は死んだほうが世の中のためだろう？そのうえこの老人はこんなひどいことをしてきたのだ、むしろ死ぬのが世のためではないか？&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;なんやかんやでターゲットを殺すことに成功する&#xA;&lt;ol&gt;&#xA;&lt;li&gt;ここはなんか娯楽作品を参考に組み立てよう。逆転裁判？半沢直樹？リーガルハイ？&lt;/li&gt;&#xA;&lt;li&gt;描写的にはここにボリュームを割いて力を入れるべき&lt;/li&gt;&#xA;&lt;li&gt;そもそも対面の状況をつくるところから大変そう&lt;/li&gt;&#xA;&lt;li&gt;合間に主人公と女性が遊ぶシーンとか入れるとよさそう&lt;/li&gt;&#xA;&lt;li&gt;どうやって死に至らしめるのか？&#xA;&lt;ol&gt;&#xA;&lt;li&gt;死んだほうが得だという証拠を並べ立てる&#xA;&lt;ol&gt;&#xA;&lt;li&gt;一蹴される&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;家族の情に訴える&#xA;&lt;ol&gt;&#xA;&lt;li&gt;一蹴される&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;という時間稼ぎの後、女性が背後から首を締める？&#xA;&lt;ol&gt;&#xA;&lt;li&gt;そんな直接的に殺していいのか？&lt;/li&gt;&#xA;&lt;li&gt;そこを処理するのが主人公の仕事&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ここから上司、同僚の協力を得て、書類上依頼のあった安楽死ということにする&#xA;&lt;ol&gt;&#xA;&lt;li&gt;ここらへんの描写をやっていくことが大切なんやろなぁ&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;女性の真の動機（金銭、主人公の堕落、共犯者の作成）が判明する&#xA;&lt;ol&gt;&#xA;&lt;li&gt;真の動機とは？&#xA;&lt;ol&gt;&#xA;&lt;li&gt;女性はターゲットを愛しているがゆえに年齢差によって生じる一人の時間が怖かった&lt;/li&gt;&#xA;&lt;li&gt;相手や自分の気持が時間によって変わってしまうことが怖かった&lt;/li&gt;&#xA;&lt;li&gt;ならばいっそのことターゲットに今死んで貰えば自分への愛情は不変なのでは？&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;女性は主人公に自分を殺すことを依頼する&#xA;&lt;ol&gt;&#xA;&lt;li&gt;ふたたび女性は主人公の普段の仕事内容を引き合いに出す&lt;/li&gt;&#xA;&lt;li&gt;今度は前回とは違う意思決定を行う主人公、&#xA;&lt;ol&gt;&#xA;&lt;li&gt;その理由は女性とのやり取りの中で気づいたなにか（生きることの素晴らしさ）&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;女性が自殺しようとする、止める主人公&lt;/li&gt;&#xA;&lt;li&gt;女性を殺害しようとするターゲットの部下&#xA;&lt;ol&gt;&#xA;&lt;li&gt;女性に相続される資産がほしい&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ターゲットの殺害によって大きな案件をこなした扱いになって上司に褒められる主人公&#xA;&lt;ol&gt;&#xA;&lt;li&gt;同僚になにかきっかけがあったのか、と聞かれる&lt;/li&gt;&#xA;&lt;li&gt;スマホが鳴る、同僚との話を中断して電話に出る&lt;/li&gt;&#xA;&lt;li&gt;主人公とともに日の下を歩く女性&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;登場人物&#34;&gt;登場人物&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;主人公&#xA;&lt;ul&gt;&#xA;&lt;li&gt;エンドライフプランの提案を生業にしている&lt;/li&gt;&#xA;&lt;li&gt;営業成績がよくない、しかし真面目に仕事をこなしている&lt;/li&gt;&#xA;&lt;li&gt;お題目と実情の折り合いがうまくつけられない&lt;/li&gt;&#xA;&lt;li&gt;プライベートが充実していない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;女性&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ファム・ファタール&lt;/li&gt;&#xA;&lt;li&gt;主人公を破滅に誘う一方で、主人公に生の明るさを実感させる&lt;/li&gt;&#xA;&lt;li&gt;妖艶な魅力とは成熟した肉体と精神的な少女性との不釣り合いな状態&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;上司&#xA;&lt;ul&gt;&#xA;&lt;li&gt;営業成績で主人公を詰める&lt;/li&gt;&#xA;&lt;li&gt;家族仲はいい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ターゲット&#xA;&lt;ul&gt;&#xA;&lt;li&gt;嫌な奴、仕事を作れる人、やるのは別の人&lt;/li&gt;&#xA;&lt;li&gt;人間性に優れた点がある&lt;/li&gt;&#xA;&lt;li&gt;女性との関係は？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;愛人関係＆親子関係？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;同僚&#xA;&lt;ul&gt;&#xA;&lt;li&gt;要領よく仕事をこなす&lt;/li&gt;&#xA;&lt;li&gt;仕事は仕事と割り切っている&lt;/li&gt;&#xA;&lt;li&gt;推しは推せるときに推せ、がモットー&lt;/li&gt;&#xA;&lt;li&gt;同性アイドルのおっかけ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ターゲットの部下&#xA;&lt;ul&gt;&#xA;&lt;li&gt;忠臣&lt;/li&gt;&#xA;&lt;li&gt;主人公の邪魔になる、というか女性を殺そうとしてくる？&lt;/li&gt;&#xA;&lt;li&gt;こいつはコイツでターゲットの死を願っている&#xA;&lt;ul&gt;&#xA;&lt;li&gt;会社のポスト狙い&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;キーワード&#34;&gt;キーワード&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;エンドライフプラン&#xA;&lt;ul&gt;&#xA;&lt;li&gt;早期安楽死による社会福祉費用削減のための助成金&lt;/li&gt;&#xA;&lt;li&gt;主人公の所属する会社は保険の販売をする一方で保険金が高額なクライアントにはエンドライフプランを提案して安く死んでもらうことにしている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>うつ病の状態の変遷　2021年10月</title>
      <link>https://www.subcul-science.com/post/20211020utsu/</link>
      <pubDate>Wed, 20 Oct 2021 13:03:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20211020utsu/</guid>
      <description>&lt;h2 id=&#34;前回のまとめ&#34;&gt;前回のまとめ&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210925utsu/&#34;&gt;うつ病の状態の変遷　2021年9月&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;体調のまとめ&#34;&gt;体調のまとめ&lt;/h2&gt;&#xA;&lt;h3 id=&#34;肉体的体調&#34;&gt;肉体的体調&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;下痢が減った？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ストレス性のものだった気もする&lt;/li&gt;&#xA;&lt;li&gt;ということはストレスが減った？&lt;/li&gt;&#xA;&lt;li&gt;なくなったとは言わない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;睡眠時間がまとまって取れるようになった&lt;/li&gt;&#xA;&lt;li&gt;食事に対する強迫観念が薄れた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;昼飯食べなくてもあんまりお腹空かない？&lt;/li&gt;&#xA;&lt;li&gt;それは単に空腹感が鈍いだけかも&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;伏せってる時間は半日程度&#xA;&lt;ul&gt;&#xA;&lt;li&gt;一日遊ぶと一日伏せる&lt;/li&gt;&#xA;&lt;li&gt;とはいえ何事もなければ一日伏せることはあまりない&lt;/li&gt;&#xA;&lt;li&gt;2年前は毎週2日程度臥せっていた&lt;/li&gt;&#xA;&lt;li&gt;そう考えると元気増えたよねえ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;言葉にする能力が育ってきた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;感情や感覚に対する語彙力が増えた&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;本を読む体力が少しついた&lt;/li&gt;&#xA;&lt;li&gt;恋愛ができるようになった？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;他人に自分の気持ちや感覚を説明する練習になっている&lt;/li&gt;&#xA;&lt;li&gt;あとは性欲か分からんが接していて心地よさを感じる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;性欲は減った？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;性機能に不安を持つようになった&lt;/li&gt;&#xA;&lt;li&gt;下腹に寂しさを抱くようになった&lt;/li&gt;&#xA;&lt;li&gt;自慰行為に失敗することが減った？&lt;/li&gt;&#xA;&lt;li&gt;失敗するような状態で自慰行為に取り組むことをしなくなった？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ポルノに費やす時間が減った&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そういう刺激で時間を潰したり、自分の辛さを誤魔化す必要がなくなってきた？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;同時にユーチューブを見る時間も減った&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ツイッターなどを見る時間も減らせそう&lt;/li&gt;&#xA;&lt;li&gt;投稿の反応を見るのはいいがむやみにタイムラインや更新を確認する行為を減らせそう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;全般的に苦痛が減った&lt;/li&gt;&#xA;&lt;li&gt;倦怠感が減った&#xA;&lt;ul&gt;&#xA;&lt;li&gt;手足が鉛のように重いということがあまりなくなった&lt;/li&gt;&#xA;&lt;li&gt;動けない時間自体はまだある&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;仕事に対する不安感？日中の不安感が減った&lt;/li&gt;&#xA;&lt;li&gt;夢や空想をメモや言葉に変換することができ始めた&lt;/li&gt;&#xA;&lt;li&gt;スケッチが続いている&#xA;&lt;ul&gt;&#xA;&lt;li&gt;これは結構不思議なんだよなあ。&lt;/li&gt;&#xA;&lt;li&gt;とはいえpixiv漁りが習慣なんだから視覚表現に対する感度はあったんやろなあ&lt;/li&gt;&#xA;&lt;li&gt;感動に対する感度が増したことが他人の描いた絵に対する感動を細かく捉えることができるようになった？&lt;/li&gt;&#xA;&lt;li&gt;自分の描いた絵に対しても感覚的に捉えることができるようになってきた？&lt;/li&gt;&#xA;&lt;li&gt;そのおかげで表現の細かさや意味に対して自覚的になっている？&lt;/li&gt;&#xA;&lt;li&gt;それこそ言葉にできるようになってきた？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;音楽は地道に練習するということができるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;下手な箇所を反復練習できるようになるまでもう少しかなあ&lt;/li&gt;&#xA;&lt;li&gt;録音録画の仕組みを整えたいなあ&lt;/li&gt;&#xA;&lt;li&gt;録音したものを聞き返すことをしてないなあ？&lt;/li&gt;&#xA;&lt;li&gt;まだそこまで客観的にはなれてないということか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;自分の作ったものを見返すことに対する抵抗感が減った？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;以前は作ること自体が抵抗感があった&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;運動に対する徒労感が減った&#xA;&lt;ul&gt;&#xA;&lt;li&gt;運動によって無心になれる感覚を得られるようになった&lt;/li&gt;&#xA;&lt;li&gt;心理状態のリセットに役立つ&lt;/li&gt;&#xA;&lt;li&gt;気分が良くなるというよりはリセット&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;心理的体調&#34;&gt;心理的体調&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ふーむ、不安感が減った？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ないわけではない&lt;/li&gt;&#xA;&lt;li&gt;もっと減らせると思う&lt;/li&gt;&#xA;&lt;li&gt;これまでどれだけ強烈な不安感の中生きてきたのかが実感できる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;感情や身体的な感覚が増えた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自分の感情に対して身体的な反応から類推することをしていたのだが、今は感情や感覚自体に個別のイメージを割り当てることができる&lt;/li&gt;&#xA;&lt;li&gt;そこにビジュアルや動き、手触りがある&#xA;&lt;ul&gt;&#xA;&lt;li&gt;例えば死にたさは木の洞から虫が這い出てくるイメージ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;イメージが持てることによって感情に対処する方法もイメージをぶつけることで実行できるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;死にたさの対処であれば虫をピシャリと叩いて潰すイメージ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;むやみにネガティブな感情に引きずられることを回避できるようになった&lt;/li&gt;&#xA;&lt;li&gt;温度感がないのが今後の課題なのかもしれない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;感覚が言語として浮かんでくるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;これまで身体感覚や体の動かしづらさによって把握していたしんどさや眠たさが言葉として浮かんでくるようになった&lt;/li&gt;&#xA;&lt;li&gt;ポップアップが出てくるような感じ&lt;/li&gt;&#xA;&lt;li&gt;日記の効果、またはパートナーに対して心情を説明することが実を結んだか？&lt;/li&gt;&#xA;&lt;li&gt;なんにせよ意識して自分の心情を観察しなくても状態を把握できるのは楽だ&lt;/li&gt;&#xA;&lt;li&gt;直感的だし早い&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;飲み物の飲み過ぎによる体調不良を自覚できるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;以前よりストレス発散のためにジュースやお茶を飲んでいた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;飲み過ぎがあった気がする&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;その際のしんどさが心因性のものかどう判断がつかなかった&lt;/li&gt;&#xA;&lt;li&gt;そのためしんどさを誤魔化すためにさらにお茶を飲むということをしていた&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;休憩すれば楽になれるという実感が湧くようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そのため休憩という行動を取るようになった&lt;/li&gt;&#xA;&lt;li&gt;死にたさを感じる頻度が増えた&lt;/li&gt;&#xA;&lt;li&gt;以前より死にたくなったというよりは死にたさを上回る苦痛や不安が相対的に小さくなったために死にたさが目立つようになったという感じか&#xA;&lt;ul&gt;&#xA;&lt;li&gt;死にたさに付き合うと気分が落ち込み？、伏せる&lt;/li&gt;&#xA;&lt;li&gt;あまり死にたさのようなネガティブな感情に寄り添いすぎないようにとカウンセラーから助言を受けた&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;行動と結果&#34;&gt;行動と結果&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;運動、テニス&#xA;&lt;ul&gt;&#xA;&lt;li&gt;多少気晴らしになる&lt;/li&gt;&#xA;&lt;li&gt;長期的に見れば健康管理に役立つだろう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;スケッチ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;視覚表現の理解、精神統一に役立つ&lt;/li&gt;&#xA;&lt;li&gt;全体感を掴むという概念を育てる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ギター&#xA;&lt;ul&gt;&#xA;&lt;li&gt;苦手な箇所を反復練習するということ&lt;/li&gt;&#xA;&lt;li&gt;細部を詰めるという概念を育てる&lt;/li&gt;&#xA;&lt;li&gt;演奏方法による印象の違いに意識的になる&lt;/li&gt;&#xA;&lt;li&gt;印象というものへの感性を育てる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;恋愛&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自分の気持ちや心情、行動を説明することの必要性を設定してくれる&lt;/li&gt;&#xA;&lt;li&gt;自分が肉欲を持った動物であることを自覚させてくれる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;食事&#xA;&lt;ul&gt;&#xA;&lt;li&gt;食事を取らなければいけないという強迫観念が薄れたことによって食事量、食費が減った&lt;/li&gt;&#xA;&lt;li&gt;しかし体重が減る傾向はない&lt;/li&gt;&#xA;&lt;li&gt;運動量を増やすか食事量を減らす必要があるか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;読書&#xA;&lt;ul&gt;&#xA;&lt;li&gt;毎日読書することができる&lt;/li&gt;&#xA;&lt;li&gt;間が空いたときになんとなく本を手に取ることがある&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>うつ病の状態の変遷　2021年9月</title>
      <link>https://www.subcul-science.com/post/20210925utsu/</link>
      <pubDate>Sat, 25 Sep 2021 12:41:19 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210925utsu/</guid>
      <description>&lt;h2 id=&#34;前回のまとめ&#34;&gt;前回のまとめ&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210521utsu/&#34;&gt;うつで倒れて身動き一つとれなくなってからの回復の軌跡&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;heading&#34;&gt;&lt;/h2&gt;&#xA;&lt;p&gt;うつ病になっていつまで通院が続くのかを考えると、&#xA;それこそ鬱屈とした気持ちによくなっていた。&lt;/p&gt;&#xA;&lt;p&gt;それでも治療を続けて４年、&#xA;ようやく回復の兆しがつかめてきた。&lt;/p&gt;</description>
    </item>
    <item>
      <title>サブカル科学研究会第8回　定例会 時事ネタ雑談 稼げる大学からぶどうまで</title>
      <link>https://www.subcul-science.com/post/20210829subcul/</link>
      <pubDate>Sun, 29 Aug 2021 05:47:46 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210829subcul/</guid>
      <description>&lt;h2 id=&#34;稼げる大学&#34;&gt;稼げる大学&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;1次ソースを確認していない人の反応&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ソースの確認ができる人は多くない&lt;/li&gt;&#xA;&lt;li&gt;論拠となる論文はしっかり読めという人たちのハズなのにそれが何事にも適応されるわけではない、ということか&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;先行研究を漏れなく調査することは大切だが、人間には自分の欲する情報を取捨選択する傾向がある&lt;/li&gt;&#xA;&lt;li&gt;論拠を揃えて話すことの重要性とそれが通じる文化圏の狭さ&lt;/li&gt;&#xA;&lt;li&gt;研究者は証拠があり、新しいことに価値を見出す&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そういう価値観は自分もあるが、大学での教育の成果？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;営業マンの自伝の内容&#34;&gt;営業マンの自伝の内容&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;売れれば何でもいいということを是とする価値観の人種が存在するということ、見識のなさを自覚する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;個人としてはいいものを比較検討して購入するという過程を踏むのであまりこの手の営業手腕のお話は実感がわかない&lt;/li&gt;&#xA;&lt;li&gt;実感がわかないにせよ、そういう人もいる、おそらくそれ以外の人もいるということが想像できるのでより謙虚な態度で生きたほうが良いと考えを改めるきっかけになった&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;著者の提唱する方法論については行動経済学などに合致する部分もあるので、経験的、感覚的にその事実を体得していたことになる。それはすごい。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;単にそういう出回った説をあとから実験で確かめただけなのか？時系列的な関係についてはよくわかっていない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;某メンタリストのような論文をもとに自分の意見を述べるのは許される&#34;&gt;某メンタリストのような論文をもとに自分の意見を述べるのは許される？&lt;/h2&gt;&#xA;&lt;h3 id=&#34;客観性事実を抽出することに徹しないことが学問的ではない&#34;&gt;客観性、事実を抽出することに徹しないことが学問的ではない？&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;科学者の態度ではない、という批判はあるだろう&lt;/li&gt;&#xA;&lt;li&gt;では科学者のような態度をとるべきだったのだろうか？という疑問もある&#xA;&lt;ul&gt;&#xA;&lt;li&gt;科学的思考というのはトレーニングによって身につけるもの&lt;/li&gt;&#xA;&lt;li&gt;直感的ではない&lt;/li&gt;&#xA;&lt;li&gt;そのため万人にとって受け入れやすい態度ではない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;調査をもとに感想を述べている、という立場を取られたときに科学者的ではないという批判は的を射ているのだろうか？&lt;/li&gt;&#xA;&lt;li&gt;文献をもとに間違った解釈をすることや論拠の曖昧な意見を述べること自体は個人のとれる活動の範疇ではなかろうか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;もちろん学会で同じことをすればボコボコにされるかもしらんけれども&lt;/li&gt;&#xA;&lt;li&gt;一般人が論文を読んではいけないわけではないし、一般人が意見を述べてはいけないわけでもない&lt;/li&gt;&#xA;&lt;li&gt;ただ間違えたのが故意なのか、能力が足りていないがゆえなのか、そこくらいしか問題になるところはないのでは？悪意があるかどうかというか。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;炎上の原因になったホームレス蔑視と取れる言動&#34;&gt;炎上の原因になったホームレス蔑視と取れる言動&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;思うのは自由だろうが、扇動しかねない立場にいることを自覚しているのか？という疑問の声が上がる&lt;/li&gt;&#xA;&lt;li&gt;いずれは自分もホームレスになるのだろうか、という不安をいだいていた人間としては彼のような意見を持つ人がいることは認識していた&lt;/li&gt;&#xA;&lt;li&gt;ただホームレスを満喫しているっぽい人がいるのも知っているし、セーフティネットの存在を知ってからはあまりその種の心配をしなくなった&lt;/li&gt;&#xA;&lt;li&gt;実際どうかは分からんけどね&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;メリトクラシー能力差別社会&#34;&gt;メリトクラシー、能力差別社会&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;努力は才能？という実験&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;の存在&lt;/li&gt;&#xA;&lt;li&gt;人種、性別で扱いに差を設けることが不当ならば、能力の高低によって扱いに差を設けることは不当ではないのだろうか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;能力や実績は完全に後天的なものなのだろうか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;親の資産、教育環境、友人関係、時勢の流れ、国家、などの要素は無視できるものだろうか&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;渋沢栄一や松下幸之助の著書読んだからといって彼らのように会社を起こせる人間がどれほどいるのか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;社会という単位では弱者切り捨ては得ではない、という見方もある&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ハリーポッターの著者の例とか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;サイバーパンク2077というゲームのビジュアルがすごい&#34;&gt;サイバーパンク2077というゲームのビジュアルがすごい&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;R氏の最近やっているゲーム&lt;/li&gt;&#xA;&lt;li&gt;新調したPCのスペックを必要とするようなゲームがしてみたかったとのこと&lt;/li&gt;&#xA;&lt;li&gt;多分設定も好みなんやろなぁ&lt;/li&gt;&#xA;&lt;li&gt;TRPG的な要素も多い&lt;/li&gt;&#xA;&lt;li&gt;GTAみたいなこともできる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ウマ娘炎上騒動&#34;&gt;ウマ娘　炎上騒動&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;対人要素がいるorいらない&lt;/li&gt;&#xA;&lt;li&gt;ストーリーでふざけたものはいるorいらない&lt;/li&gt;&#xA;&lt;li&gt;文句を言う声があることは一定以上の人気を獲得したことの証左&lt;/li&gt;&#xA;&lt;li&gt;あとはユーザーの声をどのように施策に反映していくかで企業の風土がわかることだろう&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そのあたりは同社の他のタイトルがどうなっているかからある程度の予測はたつだろう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ぶどう配りのノウハウは事業化できるんちゃうの&#34;&gt;ぶどう配りのノウハウは事業化できるんちゃうの?&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;グーグルフォームで宛名のｃｓｖを取得&lt;/li&gt;&#xA;&lt;li&gt;郵政の宛名書きサービスでｃｓｖを入力、印刷&lt;/li&gt;&#xA;&lt;li&gt;着払いにやや不満、到着までにラグ?&lt;/li&gt;&#xA;&lt;li&gt;となると送金手法が次の課題&#xA;&lt;ul&gt;&#xA;&lt;li&gt;paypay, paypal, LINE pay, アマギフなど&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887684968&#34;&gt;&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;&#xA;&lt;hr&gt;&#xA;&lt;ol&gt;&#xA;&lt;li id=&#34;fn:1&#34;&gt;&#xA;&lt;p&gt;双子を裕福な家と貧乏な家に養子にさせて、それぞれにクラシック楽器を練習させるという実験。この実験ではより努力をしたのは裕福な家にもらわれた子ではなかった。もらわれた家に関わらず努力をした双子のペアとしなかった双子のペアが観察されたことから努力をする遺伝的要素があると考えられている。&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>シュガーマンのマーケティング３０の法則　メモ</title>
      <link>https://www.subcul-science.com/post/20210827shugarman/</link>
      <pubDate>Fri, 27 Aug 2021 09:09:38 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210827shugarman/</guid>
      <description>&lt;h2 id=&#34;自分の理解の範疇を超えた人種がいる&#34;&gt;自分の理解の範疇を超えた人種がいる&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;個人的には買い物をするときには比較検討して機能的にコスパ的に最も優れたものを選ぼうとする&lt;/li&gt;&#xA;&lt;li&gt;しかし本書ではそんな人間を相手に売り込もうとしていない。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そもそもどんな商品でもうってやったらいいや！って感じの価値観なのでそこが自分とは違う&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;自分は優れたベストな商品を提案するべきでは？と思っていることが分かった。&lt;/li&gt;&#xA;&lt;li&gt;でもそれって売る側にとってはなんのインセンティブもないんだよなぁ。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;だからベンダーに依存しないSIerです！というのが売り文句になりうるのか&lt;/li&gt;&#xA;&lt;li&gt;就職活動のときにそんなん当然でしょ？ベストな選択をするのが自然じゃないか。と思っていたが、それはひどく世間知らずな考えだったのだなぁ、と今では思う。&lt;/li&gt;&#xA;&lt;li&gt;付き合いや資本関係で売れる商品が制限されることが普通なのだということが分かっていなかった。&lt;/li&gt;&#xA;&lt;li&gt;まあ、今でも心底から納得しているわけではないのだけれど&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;いかにして売るのかという方法論と経験談が載っていて読み物としては面白い&#34;&gt;いかにして売るのか？という方法論と経験談が載っていて読み物としては面白い&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;シュガーマンなる人がどれだけ敏腕なセールスマンであるのか、について武勇伝がまとめられている本だと認識している&lt;/li&gt;&#xA;&lt;li&gt;方法論、その説明、具体例、と人間の認識の進み方に沿った構成で書かれている点もこの著者が人間の心理や思考について優れた知見を持っていることを示している。&lt;/li&gt;&#xA;&lt;li&gt;勉強して身につけた、というよりはこの著者は自然と勘が働いて、解決策を試行し、結果が出た際にその言語化をすることで再現性を高めることができるという稀有な人物であることがわかる&lt;/li&gt;&#xA;&lt;li&gt;この人の理論がどれだけすごいかは分からんが、この人自身は有能な人なんやろうなぁ。ということは見て取れる&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;売れたらいいのか&#34;&gt;売れたらいいのか？&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ださい温度計？を売るために宣伝の仕方を工夫した、というところでやる気をだしたところがすごいな、というか自分とは違う価値観で生きているな、と思う。&lt;/li&gt;&#xA;&lt;li&gt;つまり、自分の見識の狭さを浮き彫りにした、という点で読む価値のあった本だ&lt;/li&gt;&#xA;&lt;li&gt;完全にシュガーマンのような人間の価値観を理解や共感をする必要はないと考えるが、かといって低俗だと切り捨てるのも違うだろう&lt;/li&gt;&#xA;&lt;li&gt;こういう人間が身近に居ないのも見識が狭いままだった原因だろう&lt;/li&gt;&#xA;&lt;li&gt;キャラクターとして頭の片隅においておくと便利な人だろうな、と思っておこう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;価値観を広げるのに役立つ営業の役に立つかは人による&#34;&gt;価値観を広げるのに役立つ、営業の役に立つかは人による&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;技術や研究志向の人間としてはベストな選択以外を他人に選ばせるということがよく分からん&lt;/li&gt;&#xA;&lt;li&gt;よく分からんが、そういう人が経済を回しているということを認識しておかないとただの頭でっかちになるという自覚を持つ必要がある&lt;/li&gt;&#xA;&lt;li&gt;著者が並外れて有能な人間なだけで方法論として万人に使える方法であるかどうかは眉唾&lt;/li&gt;&#xA;&lt;li&gt;ただしこういう人間がいるということは思考の幅を広げる役に立つ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;div class=&#34;booklink-box&#34; style=&#34;text-align:left;padding-bottom:20px;font-size:small;zoom: 1;overflow: hidden;&#34;&gt;&lt;div class=&#34;booklink-image&#34; style=&#34;float:left;margin:0 15px 10px 0;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F3984136%2F&#34; target=&#34;_blank&#34; &gt;&lt;img src=&#34;https://thumbnail.image.rakuten.co.jp/@0_mall/book/cabinet/8945/89451220.jpg?_ex=64x64&#34; style=&#34;border: none;&#34; /&gt;&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;booklink-info&#34; style=&#34;line-height:120%;zoom: 1;overflow: hidden;&#34;&gt;&lt;div class=&#34;booklink-name&#34; style=&#34;margin-bottom:10px;line-height:120%&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F3984136%2F&#34; target=&#34;_blank&#34; &gt;シュガーマンのマーケティング30の法則&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;div class=&#34;booklink-powered-date&#34; style=&#34;font-size:8pt;margin-top:5px;font-family:verdana;line-height:120%&#34;&gt;posted with &lt;a href=&#34;https://yomereba.com&#34; rel=&#34;nofollow&#34; target=&#34;_blank&#34;&gt;ヨメレバ&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-detail&#34; style=&#34;margin-bottom:5px;&#34;&gt;ジョセフ・シュガーマン/佐藤昌弘 フォレスト出版 2006年03月    &lt;/div&gt;&lt;div class=&#34;booklink-link2&#34; style=&#34;margin-top:10px;&#34;&gt;&lt;div class=&#34;shoplinkrakuten&#34; style=&#34;display:inline;margin-right:5px&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F3984136%2F&#34; target=&#34;_blank&#34; &gt;楽天ブックス&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkamazon&#34; style=&#34;display:inline;margin-right:5px&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fexec%2Fobidos%2FASIN%2F4894512203&#34; target=&#34;_blank&#34; &gt;Amazon&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkkindle&#34; style=&#34;display:inline;margin-right:5px&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fgp%2Fsearch%3Fkeywords%3D%25E3%2582%25B7%25E3%2583%25A5%25E3%2582%25AC%25E3%2583%25BC%25E3%2583%259E%25E3%2583%25B3%25E3%2581%25AE%25E3%2583%259E%25E3%2583%25BC%25E3%2582%25B1%25E3%2583%2586%25E3%2582%25A3%25E3%2583%25B3%25E3%2582%25B030%25E3%2581%25AE%25E6%25B3%2595%25E5%2589%2587%26__mk_ja_JP%3D%2583J%2583%255E%2583J%2583i%26url%3Dnode%253D2275256051&#34; target=&#34;_blank&#34; &gt;Kindle&lt;/a&gt;&lt;/div&gt;                              &#x9;  &#x9;  &#x9;  &#x9;  &#x9;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-footer&#34; style=&#34;clear: left&#34;&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>クラウドファンディングに失敗したのでメモ</title>
      <link>https://www.subcul-science.com/post/20210823cloudfunding/</link>
      <pubDate>Mon, 23 Aug 2021 10:39:30 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210823cloudfunding/</guid>
      <description>&lt;h2 id=&#34;目的&#34;&gt;目的&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;印刷費の確保&lt;/li&gt;&#xA;&lt;li&gt;いまいちうまくお金を工面できなかった&lt;/li&gt;&#xA;&lt;li&gt;発行部数の予測&lt;/li&gt;&#xA;&lt;li&gt;在庫リスクは減らしたい!&lt;/li&gt;&#xA;&lt;li&gt;モチベの確保&lt;/li&gt;&#xA;&lt;li&gt;応援してくれる人がいたら応えたい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;やり方&#34;&gt;やり方&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;キャンプファイアを利用&lt;/li&gt;&#xA;&lt;li&gt;サポートの対応が早かった。&lt;/li&gt;&#xA;&lt;li&gt;リターンとプロジェクトの経緯を作る&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;困った点&#34;&gt;困った点&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;訴求力を高めるためにはビジュアルの宣材が必要だがそのあたりの経験がない&lt;/li&gt;&#xA;&lt;li&gt;文章をターゲットに合わせたレベルの説明にするのが難しい。専門的なことを言い過ぎてもいけないし、権威性がなくてもパンチ力が低い。&lt;/li&gt;&#xA;&lt;li&gt;研究室でのプレゼンとはまた違ったライティングスキルが必要&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;結果&#34;&gt;結果&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;購入者1名でプロジェクトとしては失敗&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;クラウドファンディングがどういうことをするのかが分ったのは良かった。&lt;/li&gt;&#xA;&lt;li&gt;色々なプロジェクトがあるのでそれっぽい作り方をしないと人が反応してくれないんだなあ。成功例とか見るとロジカルではなく感覚的な訴求をしているっぽい&lt;/li&gt;&#xA;&lt;li&gt;その点は自分にはない感覚なので勉強になった&lt;/li&gt;&#xA;&lt;li&gt;リターンの設定が感覚的にワカラン&lt;/li&gt;&#xA;&lt;li&gt;印刷所で書籍を出したいだけだから本くらいしか渡せるものなくない？そこのリターンの充実は必要だったのだと思う&lt;/li&gt;&#xA;&lt;li&gt;購入者が一人現れたのは嬉しいとともに申し訳ない&lt;/li&gt;&#xA;&lt;li&gt;コメントまでつけてくれたのに不甲斐ない&lt;/li&gt;&#xA;&lt;li&gt;完成度をそれなりに高めないとインパクトがない。他のプロジェクトに目劣りする。そういう訴求力という概念に対する能力や経験がないことが浮き彫りになった&lt;/li&gt;&#xA;&lt;li&gt;一人のターゲットを定めて作り込むことをしたほうがよさげな気がする&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;今回のプロジェクト&#34;&gt;今回のプロジェクト&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://camp-fire.jp/projects/view/389314&#34;&gt;生活の中で日本語で最先端のAIが利用できる未来を実現したい&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>技術書典11に参加するに当たって技術書を作成したメモ 経緯、あと感想</title>
      <link>https://www.subcul-science.com/post/20210820gijutsushotenn/</link>
      <pubDate>Fri, 20 Aug 2021 11:57:47 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210820gijutsushotenn/</guid>
      <description>&lt;h2 id=&#34;前回&#34;&gt;前回&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;h3 id=&#34;技術書典7に参加するに当たって技術書とプログラムを作成したメモ-経緯と売り上げあと感想hahahugoshortcode155s0hbhb&#34;&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210328gijutushoten/&#34;&gt;技術書典7に参加するに当たって技術書とプログラムを作成したメモ 経緯と売り上げ、あと感想&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;h2 id=&#34;経緯&#34;&gt;経緯&lt;/h2&gt;&#xA;&lt;p&gt;学位を取るための論文執筆が死ぬほど辛かった私は執筆の経験が浅いから苦しんだのだと仮説を置いた。&lt;/p&gt;&#xA;&lt;p&gt;この仮説を検証するために論文よりレベルを落として薄い本を書くことを思い立った。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ルワンダ中央銀行総裁日記　感想</title>
      <link>https://www.subcul-science.com/post/20210812ruwanda/</link>
      <pubDate>Thu, 12 Aug 2021 09:42:05 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210812ruwanda/</guid>
      <description>&lt;h2 id=&#34;描写が薄い部分がこのひとの能力がいかんなく発揮された部分なのだろうなぁ&#34;&gt;描写が薄い部分がこのひとの能力がいかんなく発揮された部分なのだろうなぁ&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ルワンダで通貨の為替をやり直すから仕事しに行ってと言われる&lt;/li&gt;&#xA;&lt;li&gt;とりあえず人が住んでるところならなんとかなるやろ、と行ってみる&lt;/li&gt;&#xA;&lt;li&gt;驚愕の寂れ具合、首都でこれかよ、と落胆する&lt;/li&gt;&#xA;&lt;li&gt;自分の住む場所が建設途中、最初に案内されたのはなんか居なくなった人の家&lt;/li&gt;&#xA;&lt;li&gt;運転手にちょいちょい小銭をちょろまかされる&lt;/li&gt;&#xA;&lt;li&gt;コイツはひでえや！と思っていたら、中央銀行でろくに仕事内容が分かっている職員が居ない&lt;/li&gt;&#xA;&lt;li&gt;外国人のアドバイザーとかに聞いてみたら、ルワンダのやつらはろくでもない、ということしか言わない。&lt;/li&gt;&#xA;&lt;li&gt;そんな中で彼は&#xA;&lt;ul&gt;&#xA;&lt;li&gt;信頼の置ける銀行員の確保&lt;/li&gt;&#xA;&lt;li&gt;現地職員の教育&lt;/li&gt;&#xA;&lt;li&gt;現地商業の援助&lt;/li&gt;&#xA;&lt;li&gt;利害関係の調整&lt;/li&gt;&#xA;&lt;li&gt;予算執行の徹底？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;を行ってルワンダ経済を上向かせることに成功した&lt;/li&gt;&#xA;&lt;li&gt;さらっとこれらが課題になっていたことに気づいたので対処した、と書いてあるがその対処が大変なんだろうが！と思う。問題が明らかになりさえすれば解決できるというのがこの人の優秀さの所以なんだろうなぁ。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ルワンダに成長の余地はないのか&#34;&gt;ルワンダに成長の余地はないのか？&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;この人の持論はいわゆる後進国のほうが先進国の事例や歴史、技術などから正解が分かっているのだから成長しないわけがないだろう、というある種のマッチョ思想がある&lt;/li&gt;&#xA;&lt;li&gt;今回の場合はこれを裏付けるようにルワンダ商人にもそれなりに商売の空気を読む能力があることや農民もちゃんとお金になる最適な選択をしていることに気づいたことが大きい。これでこの人はルワンダは環境整備さえすればそれなりに上手く経済が回るだろうと確信をもって行動に移れた。&lt;/li&gt;&#xA;&lt;li&gt;実際、数十パーセントの成長を果たしたわけで&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;では前任者は無能だったのか&#34;&gt;では前任者は無能だったのか？&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;前任者は技能がなかったり、やる気がなかったり、年金ぐらしだったり、ルワンダで真面目に仕事を果たすインセンティブのない人間が多かったらしい&lt;/li&gt;&#xA;&lt;li&gt;その上で現地人の権利をうまいこと掠め取るというのがいやらしい&lt;/li&gt;&#xA;&lt;li&gt;そこを能力のある人間で置き換えたり、真面目に働くインセンティブの設計を行ったり、一方で現地人のメンツを立てたり、とやってることは素晴らしいと思うがこの人は一体なんでそんなに頑張って働くのか？というところがイマイチわからない。&lt;/li&gt;&#xA;&lt;li&gt;まあ、ある意味好き勝手できてその結果が直接把握できるというのは能力のある人間にとってはこれほど楽しい職場もないでしょう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;現実を正論でぶん殴って結果を出したすごい人&#34;&gt;現実を正論でぶん殴って結果を出したすごい人&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;権限を任されて大統領からの信任があったのがポイントなのかなぁ？&lt;/li&gt;&#xA;&lt;li&gt;人事権と職権と最高権力者からの信任があったとはいえ、それで真面目に働くのがすげえよ&lt;/li&gt;&#xA;&lt;li&gt;ばんばん人を切って代わりを用意して、呼んだ人には責任と仕事を任せて、会議の場では大臣の発言を促して教育していく、何者だこの人は。&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887684978&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>人は愛するに足り，真心は信ずるに足る 感想</title>
      <link>https://www.subcul-science.com/post/20210812afugan/</link>
      <pubDate>Thu, 12 Aug 2021 08:54:24 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210812afugan/</guid>
      <description>&lt;h2 id=&#34;中村哲という医者が人を救うという本質を突き詰めた先とは&#34;&gt;中村哲という医者が人を救うという本質を突き詰めた先とは&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;中村哲という医師がアフガニスタンへと派遣された&lt;/li&gt;&#xA;&lt;li&gt;金銭的に見返りが見込めないハンセン病&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;の治療に取り組む&lt;/li&gt;&#xA;&lt;li&gt;治療に取り組むうちに生活環境の改善が根本的な解決になると判断する&lt;/li&gt;&#xA;&lt;li&gt;食環境を改善するために砂漠化が進む現地で水路の開拓、灌漑事業を実行する&lt;/li&gt;&#xA;&lt;li&gt;この活動を通して数万人規模の現地民の生活環境の改善という結果に現れた&lt;/li&gt;&#xA;&lt;li&gt;彼を偉人と称えることは簡単だが、それは再現性をなくす行為ではないだろうか？&lt;/li&gt;&#xA;&lt;li&gt;彼の思考、行動、家族との関係など紆余曲折を知ることで人民救済のために何をすべきかが見えてくるのではないだろうか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;水路を拓くことによって灌漑が可能となり万単位の生活環境が改善&#34;&gt;水路を拓くことによって灌漑が可能となり、万単位の生活環境が改善&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;現地では農民が多い&lt;/li&gt;&#xA;&lt;li&gt;対露戦争や内戦により、耕作地帯が減少した？&lt;/li&gt;&#xA;&lt;li&gt;農民の生業である畑作を取り戻すために水源が必要になる&lt;/li&gt;&#xA;&lt;li&gt;中村医師は水路を開拓する事業を始める&lt;/li&gt;&#xA;&lt;li&gt;重機の運転、土木施工の知識などを勉強する&lt;/li&gt;&#xA;&lt;li&gt;水路は生活に密接に関わるために、わざと水路の途中に家を立てて利権を得ようとするなどの利害対立も生じた&lt;/li&gt;&#xA;&lt;li&gt;また医療品を求めて武力をもって現地民に襲撃を受けることもあった&lt;/li&gt;&#xA;&lt;li&gt;これらに対して中村医師は無抵抗主義を貫き、辛抱強く交渉にあたった&lt;/li&gt;&#xA;&lt;li&gt;このような草の根を分けるような地道な活動を継続し、また資金源獲得のために日本で講演活動も行った&lt;/li&gt;&#xA;&lt;li&gt;中村医師の思想のもとには論語とキリスト教の教えとがあった&lt;/li&gt;&#xA;&lt;li&gt;また死生観においては仏教的な死を歓迎する姿勢があるように見られた&lt;/li&gt;&#xA;&lt;li&gt;幼い息子の死、また現地での活動からくる負担感は彼の人生に重責を負わせた&lt;/li&gt;&#xA;&lt;li&gt;その重荷から逃げるでもなく、受容した。これは同時に諦めに似た境地だ。&lt;/li&gt;&#xA;&lt;li&gt;生は苦しみである。ゆえに死は救済である。しかし積極的な逃避も行わない。諦めとある種の楽観性が彼が歩みを続ける一因ではないだろうか&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;国連やアメリカの活動と異なるのはなぜか&#34;&gt;国連やアメリカの活動と異なるのはなぜか&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;国連は各種の援助を行った&lt;/li&gt;&#xA;&lt;li&gt;この活動は現地の実情をうまく汲み取れていないと批判する&lt;/li&gt;&#xA;&lt;li&gt;なぜ国連は実情を汲み取れないのか？それは国連が持つ貧困地帯を救済するためのシナリオに誤りがあると指摘する。&lt;/li&gt;&#xA;&lt;li&gt;不足しているものを与えればよいというのではない。毎日繰り返す生活を取り戻すために何を行うべきか？という視点が必要だ&lt;/li&gt;&#xA;&lt;li&gt;飢えたものに与えるべきは魚ではなく、魚の釣り方だ、という寓話に近い&lt;/li&gt;&#xA;&lt;li&gt;アメリカに対する批判として、タリバン&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;に対する無理解を主張している&lt;/li&gt;&#xA;&lt;li&gt;いわゆるテロリストは欧米で高等教育を受けたものが多い&lt;/li&gt;&#xA;&lt;li&gt;ハイテクな機器の操作などは教育を前提とするから、それはもっともだ&lt;/li&gt;&#xA;&lt;li&gt;中村医師の推測では欧米に対するテロリズムは欧米の生み出した歪によるものであり、一概に他国に責任を見いだせるものではないとしている&lt;/li&gt;&#xA;&lt;li&gt;アフガニスタンに派兵したところで根本的な解決にはならない、むしろ現地民の反発を招くばかりだ&lt;/li&gt;&#xA;&lt;li&gt;これに関しては視点の抽象度が違うなぁ、という感想を抱いた&lt;/li&gt;&#xA;&lt;li&gt;テロが起きたから自国の制度を見直そうという発想になる国民がどれだけいるだろうか？&lt;/li&gt;&#xA;&lt;li&gt;それが他国の人間によって引き起こされたものであればその他国に責任があると考えるのが短絡的だが妥当な思考ではないだろうか&lt;/li&gt;&#xA;&lt;li&gt;そこをぐっとこらえて内省する、根本的な解決に目を向ける、というのは文化的、思想的な背景が必要だと思う&lt;/li&gt;&#xA;&lt;li&gt;そもそも中村医師の意見がどれほど正しいかもよくわからんしな&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;衣食足りて礼節を知る&#34;&gt;衣食足りて礼節を知る&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;水源の確保によって水浴びを頻繁に行えるようになり、皮膚病が減る&lt;/li&gt;&#xA;&lt;li&gt;水源の確保によって畑作が可能になり、農耕が可能になる&lt;/li&gt;&#xA;&lt;li&gt;寺院の再建によって心理的な結束が生まれる&lt;/li&gt;&#xA;&lt;li&gt;結果として生活環境が整い、病気が減る&lt;/li&gt;&#xA;&lt;li&gt;ではアフガニスタンの人が救われることにどのような意味があるのか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887684985&#34;&gt;&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;&#xA;&lt;hr&gt;&#xA;&lt;ol&gt;&#xA;&lt;li id=&#34;fn:1&#34;&gt;&#xA;&lt;p&gt;ハンセン病。らい菌が皮膚と神経を侵す病気。外見に大きな変化が現れるため、忌避された経緯がある。現在では治療法が確立されており完治する。&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>えびがわ町の妖怪カフェ 感想 少女は両親に夢を見るのか？</title>
      <link>https://www.subcul-science.com/post/20210810youkai/</link>
      <pubDate>Tue, 10 Aug 2021 20:37:28 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210810youkai/</guid>
      <description>&lt;h2 id=&#34;概略&#34;&gt;概略&lt;/h2&gt;&#xA;&lt;p&gt;妖怪が見える女の子と寿命がなくなった男性の家族話&lt;/p&gt;&#xA;&lt;p&gt;料理が美味しいのとヒロインの女の子の親子関係がテーマ&lt;/p&gt;&#xA;&lt;p&gt;子供は親に疎まれてもそれでも親が好きだったり、自分のせいで両親が喧嘩したりすると敏感に察する、という描写があるのでその辺が精神的にダメージになる人は注意&lt;/p&gt;</description>
    </item>
    <item>
      <title>2021 8月時点やりたいこととやったこと</title>
      <link>https://www.subcul-science.com/post/20210801wanttodo/</link>
      <pubDate>Sun, 01 Aug 2021 01:09:36 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210801wanttodo/</guid>
      <description>&lt;p&gt;やりたいことをやれる範囲で実現していく&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 遊びの企画実行を一部友人に任せる&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 弾き語りを録音する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 楽器を買う、lava music のギター&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 録音する&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; コンテンツの企画を作る&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; アニメのウソ次回予告を作る&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 小説を書く&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 運動をする&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; テニス&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 恋愛をする&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 友人と企画を実行する&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 作詞をする&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; レジャーをする&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 温泉&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; ウィンタースポーツ&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; ダイビング&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; クレカのキャッシングの返済を済ませる&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 空想や妄想を一人称化する&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 食事制限をする&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 豆腐丼&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; ジュースの代わりにお茶&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 朝食を抜く&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>日本語で学習済みのT5がhugging face で公開されたので使い方メモ</title>
      <link>https://www.subcul-science.com/post/20210701t5/</link>
      <pubDate>Thu, 01 Jul 2021 20:57:39 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210701t5/</guid>
      <description>&lt;h2 id=&#34;t5text-to-text-transfer-transformer-とは&#34;&gt;T5(Text-To-Text Transfer Transformer) とは&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;事前学習における入出力を文に統一してしまうことで、&#xA;複数の形式の問題に対しても適応できる様式となった。&lt;/li&gt;&#xA;&lt;li&gt;モデルの基本構造としては Transformer が使われており、その点はBERTと共通している。&lt;/li&gt;&#xA;&lt;li&gt;事前学習の形式をすべてテキストによる指定にするというアイデアはGPT-3などでも用いられている。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;0 shot learning など入力文で模範解答例を入力するだけで、出力を操作するということも行われている&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;操作の指定:入力文１、出力に期待する文、操作の指定：入力文２&amp;quot;で、&amp;ldquo;出力文２&amp;quot;が得られるという次第&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;できること&#34;&gt;できること&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;下流のタスクとして転移学習を行うことで以下のようなことが実行できる。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;文書分類&lt;/li&gt;&#xA;&lt;li&gt;タイトル生成&lt;/li&gt;&#xA;&lt;li&gt;文章生成&lt;/li&gt;&#xA;&lt;li&gt;生成要約&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;生成要約の例&#34;&gt;生成要約の例&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;一つの原文から２種類の要約文を生成するファインチューニングが思いの外うまく働いた。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;データとしては&lt;/p&gt;</description>
    </item>
    <item>
      <title>Circle Ci を利用してre:viewをビルドしてpdfを得る手順</title>
      <link>https://www.subcul-science.com/post/20210701circlci/</link>
      <pubDate>Thu, 01 Jul 2021 06:06:49 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210701circlci/</guid>
      <description>&lt;h2 id=&#34;circle-ci-を利用してreviewをビルドしてpdfを得る手順&#34;&gt;Circle Ci を利用してre:viewをビルドしてpdfを得る手順&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/TechBooster/ReVIEW-Template&#34;&gt;Re:VIEW Template&lt;/a&gt; をローカルに用意する&lt;/li&gt;&#xA;&lt;li&gt;自分のgithubレポジトリに移す&lt;/li&gt;&#xA;&lt;li&gt;article フォルダ以下の該当するファイルを編集する&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://circleci.com/ja/&#34;&gt;Circle Ci&lt;/a&gt;へgithubアカウントでログインして連携する&lt;/li&gt;&#xA;&lt;li&gt;自分のgithub レポジトリへpushするとgithub actions が実行される&lt;/li&gt;&#xA;&lt;li&gt;Actions -&amp;gt; buildの指定 -&amp;gt; Artifacts から出力されたpdfをダウンロードできる&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.github.com/ja/actions/managing-workflow-runs/downloading-workflow-artifacts&#34;&gt;ワークフローの成果物をダウンロードする&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://circleci.com/ja/&#34;&gt;Circle Ci&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/TechBooster/ReVIEW-Template&#34;&gt;Re:VIEW Template&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;script language=&#34;javascript&#34; src=&#34;//ad.jp.ap.valuecommerce.com/servlet/jsbanner?sid=3563352&amp;pid=887685184&#34;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&#34;//ck.jp.ap.valuecommerce.com/servlet/referral?sid=3563352&amp;pid=887685184&#34; rel=&#34;nofollow&#34;&gt;&lt;img src=&#34;//ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=3563352&amp;pid=887685184&#34; border=&#34;0&#34;&gt;&lt;/a&gt;&lt;/noscript&gt;</description>
    </item>
    <item>
      <title>Chrome OS で　Rstudio Server のセットアップ</title>
      <link>https://www.subcul-science.com/post/20210628rstudio/</link>
      <pubDate>Mon, 28 Jun 2021 22:31:37 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210628rstudio/</guid>
      <description>&lt;p&gt;Chrome OSでRを触るために環境を構築した。&lt;/p&gt;&#xA;&lt;p&gt;文字入力の利便性の点からRstudio Serverを利用することとした。&lt;/p&gt;&#xA;&lt;p&gt;Rstudio Serverはサーバー上にRstudioを起動してクライアントのブラウザから操作ができる。&lt;/p&gt;</description>
    </item>
    <item>
      <title>サブカル科学研究会第7回　定例会　自動作曲ツールって？</title>
      <link>https://www.subcul-science.com/post/20210626subcul/</link>
      <pubDate>Sun, 27 Jun 2021 04:32:54 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210626subcul/</guid>
      <description>&lt;p&gt;tarky: &lt;a href=&#34;https://creevo-music.com/&#34;&gt;reevo&lt;/a&gt;　試してみたぞ。&lt;/p&gt;&#xA;&lt;p&gt;メロディ生成、人口音声生成、でまあアイデア出しにはなるんちゃうか？&lt;/p&gt;&#xA;&lt;p&gt;R：　自動作曲系だと&lt;a href=&#34;https://folkrnn.org/tune/4600&#34;&gt;fork RNN&lt;/a&gt;もあるね。&lt;/p&gt;&#xA;&lt;p&gt;これはMIDIで出力できるのが嬉しい。&lt;/p&gt;</description>
    </item>
    <item>
      <title>2021年6月22日のテニススクールのメモ</title>
      <link>https://www.subcul-science.com/post/20210623tennis/</link>
      <pubDate>Wed, 23 Jun 2021 11:22:35 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210623tennis/</guid>
      <description>&lt;h2 id=&#34;今回のメモ&#34;&gt;今回のメモ&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ストロークが詰まる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;打つときに動きながら打っているので、打点が内側にずれる原因になっているらしい。&lt;/li&gt;&#xA;&lt;li&gt;止まって打つことを意識しようとのこと&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;サーブは安定して入れられるようになった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;前を向いて弾道を意識しながら打つイメージだと打球のコントロールが良くなる気がする&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;リターンがアホほど下手くそ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;テイクバックが遅いのか？&lt;/li&gt;&#xA;&lt;li&gt;低い弾道でアウトしないリターンのイメージが掴めない&lt;/li&gt;&#xA;&lt;li&gt;ストロークの練習のときと何が違うのか？&lt;/li&gt;&#xA;&lt;li&gt;いやストロークの練習も下手くそか&lt;/li&gt;&#xA;&lt;li&gt;ロブみたいに打ち上げることが多い。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;サーブで筋肉がつった&#xA;&lt;ul&gt;&#xA;&lt;li&gt;水分補給をちゃんとしよう&lt;/li&gt;&#xA;&lt;li&gt;甘草の漢方がよく効くらしい。同じレッスンを受けていた方に頂いた。自分用に常備しようかしら？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;次回への課題&#34;&gt;次回への課題&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ストロークの方法について情報収集&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考資料&#34;&gt;参考資料&lt;/h2&gt;&#xA;&lt;h3 id=&#34;スライスサーブの方法&#34;&gt;スライスサーブの方法&lt;/h3&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/63CUBskGWms&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;h3 id=&#34;リターンの方法&#34;&gt;リターンの方法&lt;/h3&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/Lunk3h8sj7o&#34; title=&#34;YouTube video player&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;h3 id=&#34;ツムラの漢方&#34;&gt;ツムラの漢方&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.tsumura.co.jp/kampo/list/detail/068.html&#34;&gt;芍薬甘草湯（シャクヤクカンゾウトウ)&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Subculture Science Research Group the 6th meeting:　What is the point of football viewing?</title>
      <link>https://www.subcul-science.com/post/20210619subcul/</link>
      <pubDate>Sun, 20 Jun 2021 02:35:35 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210619subcul/</guid>
      <description>&lt;h2 id=&#34;dialogue&#34;&gt;Dialogue&lt;/h2&gt;&#xA;&lt;p&gt;R: I don&amp;rsquo;t understand soccer at all, but you can talk a lot, can&amp;rsquo;t you tarky?&lt;/p&gt;&#xA;&lt;p&gt;R: I don&amp;rsquo;t know anything about soccer, but you can talk a lot, can&amp;rsquo;t you? tarky: That&amp;rsquo;s because I used to go to the home games of my favorite clubs quite often.&lt;/p&gt;&#xA;&lt;p&gt;Hanasana: In Hiroshima, there&amp;rsquo;s Sanfrecce Hiroshima. A recent topic for Sanfrecce Hiroshima is the Emperor&amp;rsquo;s Cup. In soccer, from the top to the bottom, there is J1, J2, J3, and JFL, and there was a giant-killing when they were trounced 1-5 by a team from the fifth division.&lt;/p&gt;</description>
    </item>
    <item>
      <title>visual studio codeをChroomebookでブラウザから使うためのcode serverの利用法</title>
      <link>https://www.subcul-science.com/post/20210613visualcode/</link>
      <pubDate>Sun, 13 Jun 2021 16:14:20 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210613visualcode/</guid>
      <description>&lt;h2 id=&#34;手順&#34;&gt;手順&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;ターミナルで&lt;code&gt;curl -fsSL https://code-server.dev/install.sh | sh &lt;/code&gt;を実行してインストールする。&lt;/li&gt;&#xA;&lt;li&gt;バックエンドでcode-serverを起動するようにする。&lt;code&gt;sudo systemctl enable --now code-server@$USER&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;cat ~/.config/code-server/config.yaml&lt;/code&gt;でパスワードを確認する。ここでパスワードを設定し直したり、ipアドレスを設定したりする。&lt;/li&gt;&#xA;&lt;li&gt;http://127.0.0.1:8080 をブラウザからアクセスして、上で確認したパスワードを入力する。&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://blog2.issei.org/2020/09/16/visual-studio-code-on-chromebook/&#34;&gt;Visual Studio Code を Chromebook で使う方法と、Chrome OS のレンダリングパイプライン&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/cdr/code-server/blob/v3.5.0/doc/guide.md&#34;&gt;code server&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;script language=&#34;javascript&#34; src=&#34;//ad.jp.ap.valuecommerce.com/servlet/jsbanner?sid=3563352&amp;pid=887685184&#34;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&#34;//ck.jp.ap.valuecommerce.com/servlet/referral?sid=3563352&amp;pid=887685184&#34; rel=&#34;nofollow&#34;&gt;&lt;img src=&#34;//ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=3563352&amp;pid=887685184&#34; border=&#34;0&#34;&gt;&lt;/a&gt;&lt;/noscript&gt;</description>
    </item>
    <item>
      <title>Subculture Science Research Group the 5th meeting　NFT</title>
      <link>https://www.subcul-science.com/post/20210612subcul/</link>
      <pubDate>Sun, 13 Jun 2021 08:32:56 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210612subcul/</guid>
      <description>&lt;h2 id=&#34;interactive&#34;&gt;interactive&lt;/h2&gt;&#xA;&lt;p&gt;R: I&amp;rsquo;ve recently become interested in something called NFT.&lt;/p&gt;&#xA;&lt;p&gt;TARKY: Yeah, I gave it a try.&lt;/p&gt;&#xA;&lt;p&gt;R: What&amp;rsquo;s it like?&lt;/p&gt;&#xA;&lt;p&gt;tarky: Right now I&amp;rsquo;m stuck at creating an account, but I wonder if it&amp;rsquo;s that different from trading virtual currency.&lt;/p&gt;&#xA;&lt;p&gt;R: I&amp;rsquo;m not sure about the virtual currency trading, though.&lt;/p&gt;&#xA;&lt;p&gt;tarky: First, you open an account at an NFT exchange and deposit virtual currency into it.&lt;/p&gt;&#xA;&lt;p&gt;Then you use the virtual currency to buy collections (works of art linked to virtual currency).&lt;/p&gt;</description>
    </item>
    <item>
      <title>ブログを多言語対応にするためにしたこと</title>
      <link>https://www.subcul-science.com/post/20210611language/</link>
      <pubDate>Fri, 11 Jun 2021 06:44:01 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210611language/</guid>
      <description>&lt;h2 id=&#34;hugo-は多言語をサポートしている&#34;&gt;hugo は多言語をサポートしている&lt;/h2&gt;&#xA;&lt;p&gt;基本的には&lt;code&gt;index.md&lt;/code&gt;を&lt;code&gt;index.en.md&lt;/code&gt;&#xA;などのように言語情報を追記するだけでいい。&lt;/p&gt;&#xA;&lt;p&gt;それで翻訳ページとして処理される。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Subculture Science Club Spilling the beans: How to speak with responsibly and evidence</title>
      <link>https://www.subcul-science.com/post/20210607subcul/</link>
      <pubDate>Mon, 07 Jun 2021 23:34:02 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210607subcul/</guid>
      <description>&lt;p&gt;R: I&amp;rsquo;d like you to give evidence or sources when you talk about it.&lt;/p&gt;&#xA;&lt;p&gt;Tarky: What do you mean? Commentators on TV shows say whatever they want.&lt;/p&gt;&#xA;&lt;p&gt;R: Those are experts of some kind, aren&amp;rsquo;t they? I&amp;rsquo;d like you to ensure their expertise.&lt;/p&gt;&#xA;&lt;p&gt;Tarky: That&amp;rsquo;s a natural science argument, so I don&amp;rsquo;t think it&amp;rsquo;s something that is generally required or accepted.&lt;/p&gt;&#xA;&lt;p&gt;R: Does that mean you think so?&lt;/p&gt;&#xA;&lt;p&gt;Tarky: The argument is refined with evidence. The argument is refined by criticism. I think this is a special method of argumentation in the natural sciences, which we developed in our graduate school days. It&amp;rsquo;s not the best way to appeal to the masses.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The 4th Regular Meeting of the Subculture Science Research Group: Sake and Wood</title>
      <link>https://www.subcul-science.com/post/20210605subcul/</link>
      <pubDate>Sat, 05 Jun 2021 22:23:32 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210605subcul/</guid>
      <description>&lt;h2 id=&#34;conversation-style&#34;&gt;Conversation style&lt;/h2&gt;&#xA;&lt;p&gt;R: Liquor and wood go hand in hand.&lt;/p&gt;&#xA;&lt;p&gt;Tarky: Oh!&lt;/p&gt;&#xA;&lt;p&gt;R: When you went to a brewery in Taiwan, you saw a row of sake barrels, right? It&amp;rsquo;s a common belief that whiskey tastes different depending on the wood of the barrel.&lt;/p&gt;&#xA;&lt;p&gt;Tarky: Oh, weren&amp;rsquo;t they burned?&lt;/p&gt;&#xA;&lt;p&gt;R: Even if it&amp;rsquo;s burned, some things soak in. And Quercus serrata is good. R: Even if it&amp;rsquo;s burned, there&amp;rsquo;s something that soaks in.&lt;/p&gt;</description>
    </item>
    <item>
      <title>落書き</title>
      <link>https://www.subcul-science.com/post/20210602illust/</link>
      <pubDate>Wed, 02 Jun 2021 05:12:15 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210602illust/</guid>
      <description>&lt;h2 id=&#34;体を丸めたポーズを描きたかった&#34;&gt;体を丸めたポーズを描きたかった&lt;/h2&gt;&#xA;&lt;p&gt;それはわりとイメージを形にできたんちゃうかな。&lt;/p&gt;&#xA;&lt;h2 id=&#34;足を伸ばして座っている&#34;&gt;足を伸ばして座っている&lt;/h2&gt;&#xA;&lt;p&gt;脚、脚に興味がでてきた。&lt;/p&gt;&#xA;&lt;h2 id=&#34;背中が伸びている&#34;&gt;背中が伸びている？&lt;/h2&gt;&#xA;&lt;p&gt;もうすこし猫背でもいい気もする。&lt;/p&gt;&#xA;&lt;h2 id=&#34;落書きは楽しい&#34;&gt;落書きは楽しい&lt;/h2&gt;&#xA;&lt;p&gt;描いてるだけで楽しめるようになってきた。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Subculture Science Research Group Regular Meeting No.3 Wood for electric guitar or anything else?</title>
      <link>https://www.subcul-science.com/post/20210528subcul/</link>
      <pubDate>Sat, 29 May 2021 22:49:12 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210528subcul/</guid>
      <description>&lt;h2 id=&#34;conversation-style&#34;&gt;Conversation style&lt;/h2&gt;&#xA;&lt;p&gt;R: Something about Fender being forced to stop using ash wood&lt;/p&gt;&#xA;&lt;p&gt;R: I heard that Fender had to stop using ash wood because of climate problems in the southern United States.&lt;/p&gt;&#xA;&lt;p&gt;R: I was wondering, what&amp;rsquo;s the point of wood in an electric guitar?&lt;/p&gt;&#xA;&lt;p&gt;tarky: What do you mean?&lt;/p&gt;&#xA;&lt;p&gt;R: It doesn&amp;rsquo;t seem to matter what material it&amp;rsquo;s made of, but it&amp;rsquo;s a problem.&lt;/p&gt;&#xA;&lt;p&gt;tarky: Oh, I see. To sum it up, from the performer&amp;rsquo;s point of view, it makes sense. But from the audience&amp;rsquo;s point of view, it doesn&amp;rsquo;t make much difference.&lt;/p&gt;</description>
    </item>
    <item>
      <title>サブカル科学研究会　こぼれ話　なぜ人類学？</title>
      <link>https://www.subcul-science.com/post/20210526subcul/</link>
      <pubDate>Wed, 26 May 2021 21:14:48 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210526subcul/</guid>
      <description>&lt;h2 id=&#34;会話めも&#34;&gt;会話めも&lt;/h2&gt;&#xA;&lt;p&gt;tarky:適当に文化人類学の本を見繕って読もうと思う&lt;/p&gt;&#xA;&lt;p&gt;R:サピエンス全史が評判が高いらしい&lt;/p&gt;&#xA;&lt;p&gt;tarky:へー。ああ、これ漫画版あるんやな。&#xA;まずは漫画から手を付けてみるかね。&lt;/p&gt;</description>
    </item>
    <item>
      <title>サブカル科学研究会　こぼれ話　自動文字起こし</title>
      <link>https://www.subcul-science.com/post/20210526illust/</link>
      <pubDate>Wed, 26 May 2021 09:50:33 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210526illust/</guid>
      <description>&lt;h2 id=&#34;こぼれ話&#34;&gt;こぼれ話&lt;/h2&gt;&#xA;&lt;p&gt;AWS transcribe で音声や動画の文字起こし&#xA;tarky: 文字起こしも色々サービスあるけど、話者分離はAWSくらいしかないかな？リアルタイムやとSloosもある。まあ、ウェブ会議ツールは色々と文字起こしが導入されてるよね。思ったほど便利なイメージがないけど。それは単に会議の内容に私の理解が追いついてないからかな？&lt;/p&gt;</description>
    </item>
    <item>
      <title>落書き</title>
      <link>https://www.subcul-science.com/post/20210524illust/</link>
      <pubDate>Mon, 24 May 2021 21:12:44 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210524illust/</guid>
      <description>&lt;h2 id=&#34;落書きは楽しい&#34;&gt;落書きは楽しい&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;集中できる&lt;/li&gt;&#xA;&lt;li&gt;楽しさを感じられる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;写真を見ながら描いていると没頭できる&#34;&gt;写真を見ながら描いていると没頭できる&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;うつの気晴らしには丁度いい気がする&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;資料を漁っていると美人はいるものだなぁと思う&#34;&gt;資料を漁っていると美人はいるものだなぁと思う&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;pinterestで資料を探す&lt;/li&gt;&#xA;&lt;li&gt;修正してるかしらんけど、美人が多い気がする&lt;/li&gt;&#xA;&lt;li&gt;美人じゃなくてもイラストにする分にはあまり関係ない&lt;/li&gt;&#xA;&lt;li&gt;イメージをつかめるようになってきた気がする&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;画像のリサイズ&#34;&gt;画像のリサイズ&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;  convert sample.PNG -resize 640  resize_sample.png&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>ffmpegで音声ファイルの音量の正規化(ノーマライゼーション)</title>
      <link>https://www.subcul-science.com/post/20210522ffmpegnorm/</link>
      <pubDate>Sat, 22 May 2021 17:41:25 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210522ffmpegnorm/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;ffmpegで音声ファイルの音量を調整する方法&lt;/li&gt;&#xA;&lt;li&gt;音量の正規化のためにffmpegを用いた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ffmpegはコマンドラインで利用できるメディアの加工ができる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;後々のために使用方法を記録しておく&#xA;&lt;ul&gt;&#xA;&lt;li&gt;たまに使うときにコマンドを忘れやすい&lt;/li&gt;&#xA;&lt;li&gt;似たような処理をしたくなることが多いのでメモが役に立つ気がする&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ffmpegのインストール&#34;&gt;ffmpegのインストール&lt;/h2&gt;&#xA;&lt;p&gt;ubuntu 系の場合、以下のコマンドでffmpegのダウンロードとインストールが完了する&#xA;sudo apt update&#xA;sudo apt install ffmpeg&lt;/p&gt;</description>
    </item>
    <item>
      <title>うつで倒れて身動き一つとれなくなってからの回復の軌跡</title>
      <link>https://www.subcul-science.com/post/20210521utsu/</link>
      <pubDate>Fri, 21 May 2021 22:54:48 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210521utsu/</guid>
      <description>&lt;p&gt;うつ病になっていつまで通院が続くのかを考えると、&#xA;それこそ鬱屈とした気持ちによくなっていた。&lt;/p&gt;&#xA;&lt;p&gt;それでも治療を続けて４年、&#xA;ようやく回復の兆しがつかめてきた。&lt;/p&gt;</description>
    </item>
    <item>
      <title>定例会こぼれ話</title>
      <link>https://www.subcul-science.com/post/20210521teirei/</link>
      <pubDate>Fri, 21 May 2021 02:06:03 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210521teirei/</guid>
      <description>&lt;h2 id=&#34;声の変換&#34;&gt;声の変換&lt;/h2&gt;&#xA;&lt;p&gt;R：DeNAのサービス&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;でオンライン会話もキャラ声に変わるかもねぇ。&lt;/p&gt;&#xA;&lt;p&gt;ターキー：使ってみた感じ、まだリアルタイムまではいけてないっぽいな。&#xA;具体的な変声のギミックよりはサービスとしてどう組み立てるか？というのが&lt;a href=&#34;https://engineer.dena.com/posts/2021.04/voice-avatar-backend/&#34;&gt;技術ブログ的に公開されてた&lt;/a&gt;気がする。&#xA;声でいくとオタマトーンを人工声帯代わりにする&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;って話もでてるな。いよいよもってバ美肉が近づいてきている。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a python environment with poetry on mac os</title>
      <link>https://www.subcul-science.com/post/20210520poetry/</link>
      <pubDate>Thu, 20 May 2021 20:53:52 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210520poetry/</guid>
      <description>&lt;p&gt;Pip is a major method of installing python libraries.&lt;/p&gt;&#xA;&lt;p&gt;poetry is a more advanced version control tool for development environments.&lt;/p&gt;&#xA;&lt;p&gt;It seems to have official support for pyenv integration.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll write down how to install it on mac os and what I got stuck.&lt;/p&gt;&#xA;&lt;h2 id=&#34;advantages-of-poetry&#34;&gt;Advantages of poetry&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Can organize library dependencies.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;There are some unexpected side effects depending on the version of the library.&lt;/li&gt;&#xA;&lt;li&gt;Trying to recreate the environment can cause errors with library versions and installation order.&lt;/li&gt;&#xA;&lt;li&gt;Building the environment is an inevitable part of human work, so it should be automated if possible.&lt;/li&gt;&#xA;&lt;li&gt;Also, it seems to be able to update the library version to take dependencies into account.&lt;/li&gt;&#xA;&lt;li&gt;And it keeps a record of the status.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Is it possible to separate the dependency records by git branch?&lt;/li&gt;&#xA;&lt;li&gt;The libraries you can install are comparable to pip&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Does it have the same references as pypy?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Usability is not much different from pip&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Poetry add instead of pip install&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;It recognizes virtual environments created with pyenv and works with them.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;m going to install it because it seems to be a convenient way to build an environment without much effort.&lt;/p&gt;</description>
    </item>
    <item>
      <title>lava me 2 カーボン素材のミニギターに興味がそそられる</title>
      <link>https://www.subcul-science.com/post/20210519guitar/</link>
      <pubDate>Wed, 19 May 2021 17:45:55 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210519guitar/</guid>
      <description>&lt;h2 id=&#34;メンテナンスフリーのアコギがほしい&#34;&gt;メンテナンスフリーのアコギがほしい&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ネックが強いアコギを探していた&lt;/li&gt;&#xA;&lt;li&gt;候補としてヤマハのLSシリーズを検討していた&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ネック調整が便利そう&lt;/li&gt;&#xA;&lt;li&gt;アンプ無しでリバーブやコーラスといったエフェクトをかけられる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;カーボン素材でできたアコギがあると耳にした&lt;/li&gt;&#xA;&lt;li&gt;カーボン素材のアコギは概ね高い&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.rainsong.com/&#34;&gt;rainsong&lt;/a&gt; 30万円〜&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://sumimaruguitar.com/&#34;&gt;炭丸ギター&lt;/a&gt; 30万円〜&lt;/li&gt;&#xA;&lt;li&gt;高いというよりは普通に良いクラスのアコギの価格帯になる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;以前のアコギはネックが波打ち演奏に難があった&#34;&gt;以前のアコギはネックが波打ち、演奏に難があった&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;１Rの部屋では湿気や空調などギターにとって環境が悪い&#xA;&lt;ul&gt;&#xA;&lt;li&gt;S.Yairiのギターはネックがグニャグニャになった&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;その点カーボン素材で構築されているため、高温多湿に強い&#xA;&lt;ul&gt;&#xA;&lt;li&gt;温度：−２０℃〜８０℃&lt;/li&gt;&#xA;&lt;li&gt;湿度：１０％〜９０％&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ネックのメンテナンスフリー&#xA;&lt;ul&gt;&#xA;&lt;li&gt;特にここが気になる&lt;/li&gt;&#xA;&lt;li&gt;調整の必要がないためトラスロッドが入っていないらしい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Plekによるフレット調整済み&lt;/li&gt;&#xA;&lt;li&gt;アンプに繋がなくてもエフェクトをかけられる？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;木材じゃないなんて邪道だという意見もある&#34;&gt;木材じゃないなんて邪道だ、という意見もある&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;クラシックな音の鳴り方ではないだろうな、と想像している&lt;/li&gt;&#xA;&lt;li&gt;ovatioinとかあるし、クラシック方面をやるのでなければ別にええやろ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;買ってみようと思う&#34;&gt;買ってみようと思う&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;lava me 2　はミニギターサイズで９万円くらい？&lt;/li&gt;&#xA;&lt;li&gt;まあ、もう少し悩むか&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;!-- START MoshimoAffiliateEasyLink --&gt;&#xA;&lt;script type=&#34;text/javascript&#34;&gt;&#xA;(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;&#xA;b[a]=b[a]||function(){arguments.currentScript=c.currentScript&#xA;||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};&#xA;c.getElementById(a)||(d=c.createElement(f),d.src=g,&#xA;d.id=a,e=c.getElementsByTagName(&#34;body&#34;)[0],e.appendChild(d))})&#xA;(window,document,&#34;script&#34;,&#34;//dn.msmstatic.com/site/cardlink/bundle.js?20210203&#34;,&#34;msmaflink&#34;);&#xA;msmaflink({&#34;n&#34;:&#34;LAVA ME 2 エフェクト付きのカーボンファイバーギター バッグピックと充電ケーブル付きの36インチエレクトリックアコースティックギター（FreeBoost、ブラック）&#34;,&#34;b&#34;:&#34;Lava&#34;,&#34;t&#34;:&#34;&#34;,&#34;d&#34;:&#34;https:\/\/m.media-amazon.com&#34;,&#34;c_p&#34;:&#34;\/images\/I&#34;,&#34;p&#34;:[&#34;\/315QcRmTf0L._SL500_.jpg&#34;,&#34;\/51nyaxC6RXL._SL500_.jpg&#34;,&#34;\/41oGhfOGekL._SL500_.jpg&#34;,&#34;\/41H8U1iStpL._SL500_.jpg&#34;,&#34;\/51K8d0npCGL._SL500_.jpg&#34;,&#34;\/51d+tqWoohL._SL500_.jpg&#34;],&#34;u&#34;:{&#34;u&#34;:&#34;https:\/\/www.amazon.co.jp\/dp\/B083BV7N8Q&#34;,&#34;t&#34;:&#34;amazon&#34;,&#34;r_v&#34;:&#34;&#34;},&#34;v&#34;:&#34;2.1&#34;,&#34;b_l&#34;:[{&#34;id&#34;:1,&#34;u_tx&#34;:&#34;Amazonで見る&#34;,&#34;u_bc&#34;:&#34;#f79256&#34;,&#34;u_url&#34;:&#34;https:\/\/www.amazon.co.jp\/dp\/B083BV7N8Q&#34;,&#34;a_id&#34;:2220302,&#34;p_id&#34;:170,&#34;pl_id&#34;:27060,&#34;pc_id&#34;:185,&#34;s_n&#34;:&#34;amazon&#34;,&#34;u_so&#34;:1},{&#34;id&#34;:2,&#34;u_tx&#34;:&#34;楽天市場で見る&#34;,&#34;u_bc&#34;:&#34;#f76956&#34;,&#34;u_url&#34;:&#34;https:\/\/search.rakuten.co.jp\/search\/mall\/LAVA%20ME%202%20%E3%82%A8%E3%83%95%E3%82%A7%E3%82%AF%E3%83%88%E4%BB%98%E3%81%8D%E3%81%AE%E3%82%AB%E3%83%BC%E3%83%9C%E3%83%B3%E3%83%95%E3%82%A1%E3%82%A4%E3%83%90%E3%83%BC%E3%82%AE%E3%82%BF%E3%83%BC%20%E3%83%90%E3%83%83%E3%82%B0%E3%83%94%E3%83%83%E3%82%AF%E3%81%A8%E5%85%85%E9%9B%BB%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB%E4%BB%98%E3%81%8D%E3%81%AE36%E3%82%A4%E3%83%B3%E3%83%81%E3%82%A8%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA%E3%83%83%E3%82%AF%E3%82%A2%E3%82%B3%E3%83%BC%E3%82%B9%E3%83%86%E3%82%A3%E3%83%83%E3%82%AF%E3%82%AE%E3%82%BF%E3%83%BC%EF%BC%88FreeBoost%E3%80%81%E3%83%96%E3%83%A9%E3%83%83%E3%82%AF%EF%BC%89\/&#34;,&#34;a_id&#34;:2220301,&#34;p_id&#34;:54,&#34;pl_id&#34;:27059,&#34;pc_id&#34;:54,&#34;s_n&#34;:&#34;rakuten&#34;,&#34;u_so&#34;:2},{&#34;id&#34;:3,&#34;u_tx&#34;:&#34;Yahoo!ショッピングで見る&#34;,&#34;u_bc&#34;:&#34;#66a7ff&#34;,&#34;u_url&#34;:&#34;https:\/\/shopping.yahoo.co.jp\/search?first=1\u0026p=LAVA%20ME%202%20%E3%82%A8%E3%83%95%E3%82%A7%E3%82%AF%E3%83%88%E4%BB%98%E3%81%8D%E3%81%AE%E3%82%AB%E3%83%BC%E3%83%9C%E3%83%B3%E3%83%95%E3%82%A1%E3%82%A4%E3%83%90%E3%83%BC%E3%82%AE%E3%82%BF%E3%83%BC%20%E3%83%90%E3%83%83%E3%82%B0%E3%83%94%E3%83%83%E3%82%AF%E3%81%A8%E5%85%85%E9%9B%BB%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB%E4%BB%98%E3%81%8D%E3%81%AE36%E3%82%A4%E3%83%B3%E3%83%81%E3%82%A8%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA%E3%83%83%E3%82%AF%E3%82%A2%E3%82%B3%E3%83%BC%E3%82%B9%E3%83%86%E3%82%A3%E3%83%83%E3%82%AF%E3%82%AE%E3%82%BF%E3%83%BC%EF%BC%88FreeBoost%E3%80%81%E3%83%96%E3%83%A9%E3%83%83%E3%82%AF%EF%BC%89&#34;,&#34;a_id&#34;:2220303,&#34;p_id&#34;:1225,&#34;pl_id&#34;:27061,&#34;pc_id&#34;:1925,&#34;s_n&#34;:&#34;yahoo&#34;,&#34;u_so&#34;:3}],&#34;eid&#34;:&#34;n2gXn&#34;,&#34;s&#34;:&#34;s&#34;});&#xA;&lt;/script&gt;&#xA;&lt;div id=&#34;msmaflink-n2gXn&#34;&gt;リンク&lt;/div&gt;&#xA;&lt;!-- MoshimoAffiliateEasyLink END --&gt;</description>
    </item>
    <item>
      <title>Why is fasttext so fast?</title>
      <link>https://www.subcul-science.com/post/20210519fasttext/</link>
      <pubDate>Wed, 19 May 2021 02:10:01 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210519fasttext/</guid>
      <description>&lt;h2 id=&#34;features-of-fasttext&#34;&gt;Features of fasttext&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Improved objective function&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Consideration of negative samples&lt;/li&gt;&#xA;&lt;li&gt;This should not affect training time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Change in optimization method&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Use of stochastic optimization&lt;/li&gt;&#xA;&lt;li&gt;If it affects the learning time, it should be this one&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Implementation in C language&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This is the most effective, isn&amp;rsquo;t it?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If we implement it in ## pytorch, it won&amp;rsquo;t be much different from word2vec.&#xA;It would depend on the amount of data to be trained.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘　シンボリルドルフのファンアート　３</title>
      <link>https://www.subcul-science.com/post/20210518sinbori/</link>
      <pubDate>Tue, 18 May 2021 19:02:51 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210518sinbori/</guid>
      <description>&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.subcul-science.com/css/hugo-easy-gallery.css&#34; /&gt;&#xA;&lt;div class=&#34;box&#34; style=&#34;max-width:640&#34;&gt;&#xA;  &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;&#xA;    &lt;div class=&#34;img&#34;&gt;&#xA;      &lt;img itemprop=&#34;thumbnail&#34; src=&#34;https://www.subcul-science.com/img/IMG_0414.jpg&#34; alt=&#34;/img/IMG_0414.jpg&#34;/&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;a href=&#34;https://www.subcul-science.com/img/IMG_0414.jpg&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;&#xA;  &lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;試しにデッサン人形を使ってみた&#34;&gt;試しにデッサン人形を使ってみた&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;意外とポーズを思いつかない&#xA;&lt;ul&gt;&#xA;&lt;li&gt;シチュエーションを思いつかないから？&lt;/li&gt;&#xA;&lt;li&gt;引き出しが少ないのだろう&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;デッサン人形は補助線に過ぎない&#34;&gt;デッサン人形は補助線に過ぎない&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;デッサン人形で無限にインスピレーションが湧くわけではない&lt;/li&gt;&#xA;&lt;li&gt;ただし、デッサン人形を活用するためにインプットが必要なことを実感できる&lt;/li&gt;&#xA;&lt;li&gt;実際写真を撮ってなぞるだけというのは非常に楽だ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;デッサン人形を使うと上達の妨げになるか&#34;&gt;デッサン人形を使うと上達の妨げになるか？&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;資料をみながらイラストを描くのは上達の邪魔になるか？&lt;/li&gt;&#xA;&lt;li&gt;別に上達したいわけではないので問題ない&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;まあ遊びに使う分にはよさそう&#34;&gt;まあ遊びに使う分にはよさそう&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;イラストを描くときに便利&lt;/li&gt;&#xA;&lt;li&gt;インプットのヒントにもなる&lt;/li&gt;&#xA;&lt;li&gt;上達するかどうかは知らない&lt;/li&gt;&#xA;&lt;li&gt;楽しく描けそう&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Using Amazon Transcribe for transcription and speaker separation</title>
      <link>https://www.subcul-science.com/post/20210517awstranscribe/</link>
      <pubDate>Mon, 17 May 2021 15:07:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210517awstranscribe/</guid>
      <description>&lt;p&gt;There is a transcription service called Amazon Transcribe.&lt;/p&gt;&#xA;&lt;p&gt;The features of this service include&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Speaker separation as of 2021/05/17&lt;/li&gt;&#xA;&lt;li&gt;Japanese language support&lt;/li&gt;&#xA;&lt;li&gt;It supports both video and audio formats.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are some points.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll write down how to use it with GUI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;procedure&#34;&gt;Procedure&lt;/h2&gt;&#xA;&lt;p&gt;There is nothing difficult about the procedure, just follow the instructions on the screen. 1.&lt;/p&gt;&#xA;&lt;p&gt;Login to the AWS console. 1.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;you need to create an account for AWS. 2.&lt;/li&gt;&#xA;&lt;li&gt;upload the audio file to S3. 1.&#xA;You don&amp;rsquo;t need to tweak any options. 2.&#xA;2. choose a region that is close to your location.&lt;/li&gt;&#xA;&lt;li&gt;transcribe with Amazon Transcribe&#xA;&lt;ol&gt;&#xA;&lt;li&gt;click &amp;ldquo;create job&lt;/li&gt;&#xA;&lt;li&gt;name can be anything as long as it&amp;rsquo;s distinguishable. 3.&#xA;For Langueage, select Japanese. 4.&#xA;For Input data, select the file you uploaded from Browse S3.&#xA;Click Next. 6.&#xA;Audio setting&#xA;Turn on Audio identification (speaker separation).&#xA;Select Speaker Identification to distinguish between speakers by using the characteristics of each speaker. 3.&#xA;Turn on Alternative results. 1.&#xA;Set Maximum alternative to 1. 2.&#xA;The number of alternatives you set here will be output. If you want to examine the variations, you can set the number to more than 2. 7.&lt;/li&gt;&#xA;&lt;li&gt;click create. 8.&lt;/li&gt;&#xA;&lt;li&gt;confirm that the job you entered in Name is added to Transcription jobs. 9.&#xA;Wait for the Status to become Complete. 10.&#xA;Click on the target to get the output json.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;extract-speech-by-speaker&#34;&gt;Extract speech by speaker&lt;/h2&gt;&#xA;&lt;p&gt;Example script&#xA;Writing in python&lt;/p&gt;</description>
    </item>
    <item>
      <title>サブカル科学研究会　第一回定例会　テーマ：ニッチ</title>
      <link>https://www.subcul-science.com/post/20210515subcul/</link>
      <pubDate>Sat, 15 May 2021 21:45:08 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210515subcul/</guid>
      <description>&lt;p&gt;ターキー「Uのところの赤ちゃん、もう離乳かなぁ？」&lt;/p&gt;&#xA;&lt;p&gt;R「まあ、歯が生え始めたらぼちぼちでしょう」&lt;/p&gt;&#xA;&lt;p&gt;ターキー「もううちらもそういう年齢なんやねぇ」&lt;/p&gt;&#xA;&lt;p&gt;R「一概にはそうとも言えんでしょ。あまりそういうステレオタイプに囚われるのはどうかな」&lt;/p&gt;</description>
    </item>
    <item>
      <title>自分なりの生き方の整理　マネタイズの方法と失敗の原因</title>
      <link>https://www.subcul-science.com/post/20210515houshin/</link>
      <pubDate>Sat, 15 May 2021 15:44:25 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210515houshin/</guid>
      <description>&lt;p&gt;学生時代で一人で物事を突き詰めるという方針では生活が成り立たないという事実にぶち当たった。&lt;/p&gt;&#xA;&lt;p&gt;そこで方針を変えて他人のニーズに応えたり、&#xA;協力して物事を行っていくことにする。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Impressions of manga the type of Yankee who gives one-pointed advice to passersby.</title>
      <link>https://www.subcul-science.com/post/20210510advice/</link>
      <pubDate>Mon, 10 May 2021 17:39:51 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210510advice/</guid>
      <description>&lt;p&gt;This is a story about a yankee who gives a bad impression of being a yankee and gives advice and help to people in need.&lt;/p&gt;&#xA;&lt;p&gt;The story is about a yankee who takes care of an abandoned cat, and the gap between the two gives him a good impression.&#xA;But the author&amp;rsquo;s creative ability to add a twist to it and make it into a system that can be used in each story is amazing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ASUS C223NA-GJ0018 ASUS Chromebook の感想</title>
      <link>https://www.subcul-science.com/post/20210510chromebook/</link>
      <pubDate>Mon, 10 May 2021 12:45:35 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210510chromebook/</guid>
      <description>&lt;p&gt;chromebook は安いモデルが多いが使いにくいものじゃないだろうか？という不安はないだろうか？&lt;/p&gt;&#xA;&lt;p&gt;私もmac bookやwindowsのノートパソコンにしようかと悩んでいた。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Personal Feelings about Symptoms of Depression</title>
      <link>https://www.subcul-science.com/post/20210509utsu/</link>
      <pubDate>Sun, 09 May 2021 10:41:35 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210509utsu/</guid>
      <description>&lt;h2 id=&#34;feeling-depressed&#34;&gt;Feeling depressed&lt;/h2&gt;&#xA;&lt;p&gt;In my case, treatment for depression is going well.&lt;/p&gt;&#xA;&lt;p&gt;However, I am still far from a full recovery.&lt;/p&gt;&#xA;&lt;p&gt;In order to reaffirm that I am recovering.&#xA;To reaffirm that I&amp;rsquo;m recovering, I&amp;rsquo;m going to list the symptoms I&amp;rsquo;ve been having and see how much I&amp;rsquo;ve improved.&lt;/p&gt;&#xA;&lt;h2 id=&#34;list-of-symptoms&#34;&gt;List of symptoms&lt;/h2&gt;&#xA;&lt;h2 id=&#34;mental-symptoms&#34;&gt;Mental symptoms&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Two contradictory sensations prevent me from taking action.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Agitation and lethargy&lt;/li&gt;&#xA;&lt;li&gt;Obsessive need to do something and feeling stagnant&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Feeling of helplessness&lt;/li&gt;&#xA;&lt;li&gt;Stagnation due to inability to think&lt;/li&gt;&#xA;&lt;li&gt;Automatic thinking&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Having a conversation with someone in your head&lt;/li&gt;&#xA;&lt;li&gt;Sometimes I don&amp;rsquo;t even make an appearance&lt;/li&gt;&#xA;&lt;li&gt;Thought resources are being allocated&lt;/li&gt;&#xA;&lt;li&gt;A kind of escape from reality?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Leaning towards negative thoughts&lt;/li&gt;&#xA;&lt;li&gt;Burning sensation in the brain&lt;/li&gt;&#xA;&lt;li&gt;Self-deprecation&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A strong sense of shame that you have failed and will be laughed at for all your actions&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Generalized anxiety&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fear of other people, paranoia about being yelled at&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Black and white thinking, extremes of meaning and meaninglessness&lt;/li&gt;&#xA;&lt;li&gt;Delusions&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Delusions of being disliked&lt;/li&gt;&#xA;&lt;li&gt;Delusion that your thoughts will be understood by others&lt;/li&gt;&#xA;&lt;li&gt;Delusion that your state of mind or state of being is not understood&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Fear of wanting the other person to think you are smart and not to be disappointed&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fear of being blamed for failure&lt;/li&gt;&#xA;&lt;li&gt;Feeling as if you are terribly at fault when there is a discrepancy in your perception of information&lt;/li&gt;&#xA;&lt;li&gt;Feeling the need to cheat&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;The pain of being conscious and not doing anything is hard&lt;/li&gt;&#xA;&lt;li&gt;Feelings of wanting to die&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Feeling that life is over&lt;/li&gt;&#xA;&lt;li&gt;Feeling that you are tired of living&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Not being able to take care of yourself&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cannot take a bath&lt;/li&gt;&#xA;&lt;li&gt;Not being able to brush your teeth&lt;/li&gt;&#xA;&lt;li&gt;Loss of appetite or binge eating&lt;/li&gt;&#xA;&lt;li&gt;Feeling like you shouldn&amp;rsquo;t do things that are good for you (make you feel better or easier)&lt;/li&gt;&#xA;&lt;li&gt;Afraid to go to sleep at night or wake up in the morning&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Unable to manage money&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unable to be conscious in the first place&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Feeling like you are a stranger&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Loss of understanding of one&amp;rsquo;s own feelings&lt;/li&gt;&#xA;&lt;li&gt;A sense of separation between the mind and the will&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Losing touch with things you used to like, in my case, rejection of guitars&lt;/li&gt;&#xA;&lt;li&gt;A strong sense of rejection of certain places&lt;/li&gt;&#xA;&lt;li&gt;Rejection of moving content such as anime, and difficulty in being moved by it&lt;/li&gt;&#xA;&lt;li&gt;Sense of dependence on others&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reload social networking site notifications incessantly&lt;/li&gt;&#xA;&lt;li&gt;Feeling like a so-called &amp;ldquo;menhera&amp;rdquo;?&lt;/li&gt;&#xA;&lt;li&gt;Only stopping to send messages in succession.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;physical-symptoms&#34;&gt;Physical symptoms&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Sluggishness in arms and legs&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unable to move, sitting on the street, unable to turn over in bed.&lt;/li&gt;&#xA;&lt;li&gt;Inability to act without a strong sense of awareness&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Loss of appetite for tasty foods&lt;/li&gt;&#xA;&lt;li&gt;Weight gain or loss&lt;/li&gt;&#xA;&lt;li&gt;Physical pain&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unexpected chest pain&lt;/li&gt;&#xA;&lt;li&gt;Headache&lt;/li&gt;&#xA;&lt;li&gt;Back pain&lt;/li&gt;&#xA;&lt;li&gt;Discomfort in the throat&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Insomnia or hypersomnia&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Waking up in the middle of the night&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Dizziness&lt;/li&gt;&#xA;&lt;li&gt;Jet lag? Feeling very sick&lt;/li&gt;&#xA;&lt;li&gt;Tooth decay&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Tooth decay due to skipping brushing?&lt;/li&gt;&#xA;&lt;li&gt;Tooth decay progresses because you don&amp;rsquo;t visit the dentist regularly&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Tension&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Stiff shoulders&lt;/li&gt;&#xA;&lt;li&gt;General body tension&lt;/li&gt;&#xA;&lt;li&gt;Calf tightness&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Decreased cognitive ability&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Inability to read letters&lt;/li&gt;&#xA;&lt;li&gt;Inability to hear what others are saying&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;efforts-to-recover-from-symptoms&#34;&gt;Efforts to recover from symptoms&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Visits to the internal medicine department&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Prescription of psychotropic drugs&lt;/li&gt;&#xA;&lt;li&gt;Prescription of sleeping pills&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Increased time spent in bed.&lt;/li&gt;&#xA;&lt;li&gt;I slept for almost a month.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Visit to a psychosomatic doctor&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Prescription of psychotropic drugs&lt;/li&gt;&#xA;&lt;li&gt;Prescription of sleep inducing drugs&lt;/li&gt;&#xA;&lt;li&gt;Application for medical treatment for independence support&lt;/li&gt;&#xA;&lt;li&gt;I could feel the change in my symptoms after the change in medication. From that point on, I have been slowly recovering over time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Counseling&#xA;&lt;ul&gt;&#xA;&lt;li&gt;To be honest, I don&amp;rsquo;t know how effective it is. I continue to take it because I feel I need it.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Supplements&#xA;&lt;ul&gt;&#xA;&lt;li&gt;No particular effect was seen.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Aroma oil&#xA;&lt;ul&gt;&#xA;&lt;li&gt;No particular effect was seen.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Bath&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bathing stimulates the body&amp;rsquo;s senses and provides some distraction.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Sauna&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It became easier to fall asleep after the sauna.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Massage&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Makes it easier to fall asleep.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Mindfulness&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I mainly did body scan meditation. I was able to confirm that I was wasting energy in my body. It also helped me fall asleep.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Employment&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It brought about a change in environment, but it was a very risky move.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Regularly hang out with friends&#xA;&lt;ul&gt;&#xA;&lt;li&gt;In order not to succumb to suicidal thoughts and the feeling that my life was over, I made plans and gave myself a reason to live that long.&lt;/li&gt;&#xA;&lt;li&gt;As a result, I had a lot of experiences.&lt;/li&gt;&#xA;&lt;li&gt;The next thing I knew, I began to feel bored with being able to perform steadily with the same members.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Becoming aware of pain and suffering, and creating imaginary friends who comforted me and told me I was okay.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The results were very positive. Over the course of a month, the sense of pain really did decrease.&lt;/li&gt;&#xA;&lt;li&gt;On the other hand, I became newly aware of the pain that I had been feeling unconsciously.&lt;/li&gt;&#xA;&lt;li&gt;This will continue to reduce the stress response.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;For delusions and cognitive distortions, verbalizing these thoughts and feelings and consciously counteracting them&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Derivative of the above method&lt;/li&gt;&#xA;&lt;li&gt;Combined with written disclosure&lt;/li&gt;&#xA;&lt;li&gt;Imagery to correct bad habits in emotions and perception of reality&lt;/li&gt;&#xA;&lt;li&gt;Guide yourself to a more objective perception of reality&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Take a walk&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Does it provide some distraction?&lt;/li&gt;&#xA;&lt;li&gt;I feel a faint sense of entrapment when I stay in my room, so I take walks more often.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Creating a support app to make a habit of the behavior that may help improve symptoms.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I made the app myself.&lt;/li&gt;&#xA;&lt;li&gt;Creating the app itself did not improve my symptoms.&lt;/li&gt;&#xA;&lt;li&gt;Also, I don&amp;rsquo;t feel that using the app has led to any improvement in my symptoms.&lt;/li&gt;&#xA;&lt;li&gt;On the other hand, I was able to recognize that my strong desire to escape the pain was strong enough to accomplish the creation of an app that I had no experience with.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Writing a diary&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I used voice input to talk for 10 minutes.&lt;/li&gt;&#xA;&lt;li&gt;It helps me recognize my thoughts and the things that have been lingering in the corner of my mind.&lt;/li&gt;&#xA;&lt;li&gt;I can also see how my symptoms have been changing from past sentences.&lt;/li&gt;&#xA;&lt;li&gt;I can check the severity of my symptoms from the progress of my writing.&lt;/li&gt;&#xA;&lt;li&gt;What is my current condition? Is it good or bad? I didn&amp;rsquo;t even know that, so it was an important indicator for me to see how I was doing.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Drawing illustrations&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I&amp;rsquo;m not a painter by nature, but it was a good distraction.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Go to a sports club&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I heard that exercise is good for your physical and mental health, so I tried it.&lt;/li&gt;&#xA;&lt;li&gt;Nervous about working with unfamiliar people&lt;/li&gt;&#xA;&lt;li&gt;But I feel a little refreshed as I try my best to exercise.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read a book&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Rehabilitation for not being able to read anymore&lt;/li&gt;&#xA;&lt;li&gt;Also, I heard that in the UK they give books as a prescription for depression?&lt;/li&gt;&#xA;&lt;li&gt;I started with one line a day.&lt;/li&gt;&#xA;&lt;li&gt;It&amp;rsquo;s still hard for me to read.&lt;/li&gt;&#xA;&lt;li&gt;I think I read 3 or 4 books a month even though it&amp;rsquo;s hard for me.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Exposure to moving content such as anime and movies&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Crying&lt;/li&gt;&#xA;&lt;li&gt;Rehabilitation of the mind&lt;/li&gt;&#xA;&lt;li&gt;I felt that my emotions were fixed, so I imagined moving them.&lt;/li&gt;&#xA;&lt;li&gt;But it&amp;rsquo;s really like rehabilitation, and it&amp;rsquo;s painful.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Finding a girlfriend&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Not very effective.&lt;/li&gt;&#xA;&lt;li&gt;I don&amp;rsquo;t know if it&amp;rsquo;s because I&amp;rsquo;m not ready to enjoy love or if it&amp;rsquo;s because of my health condition.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Attending a session&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I didn&amp;rsquo;t enjoy it that much. Hardship comes first.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;examples-of-failure&#34;&gt;Examples of failure&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Suicidal thoughts turned into a doomed desire and I went to fall for a scam.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I ended up in financial debt. Now I&amp;rsquo;m on track to pay it back.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;I got a job even though I am in a condition where I cannot move well.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I went there to avoid a change in environment and financial difficulties. I was desperate even then, but it was a reckless act. We believe that there were ways to recover from the disease sufficiently and to utilize employment support.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;When I was transferred to the hospital, I failed to apply for medical care for independence support.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It was hard for me to submit an application for medical care for services and supports for persons with disabilities, which resulted in high medical expenses.&lt;/li&gt;&#xA;&lt;li&gt;I ended up using the medical care for independence support.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;summary-of-what-helped-me-improve-my-symptoms&#34;&gt;Summary of what helped me improve my symptoms&lt;/h2&gt;&#xA;&lt;p&gt;In the end, going to a psychosomatic medicine clinic, doing nothing but resting my mind and taking my time seemed to be the most effective.&lt;/p&gt;</description>
    </item>
    <item>
      <title>医者とカウンセラーの相談内容の区別</title>
      <link>https://www.subcul-science.com/post/20210508idoctorandcouncelor/</link>
      <pubDate>Sat, 08 May 2021 12:58:21 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210508idoctorandcouncelor/</guid>
      <description>&lt;p&gt;あくまで個人の体験によるものなので、&#xA;&lt;strong&gt;心療内科など専門家の助言に従ってください&lt;/strong&gt;。&lt;/p&gt;&#xA;&lt;p&gt;それを踏まえた上でうつ病と診断された方がその症状とつきあっていくうちに絶望しないための助けになればと思って書いています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>合コンに行ったら女がいなかった話の感想</title>
      <link>https://www.subcul-science.com/post/20210507goukonn/</link>
      <pubDate>Fri, 07 May 2021 16:42:41 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210507goukonn/</guid>
      <description>&lt;h2 id=&#34;概要&#34;&gt;概要&lt;/h2&gt;&#xA;&lt;p&gt;大学に入った男がやることといえば、そう、合コンですね。&#xA;大学生といえば合コン、合コンといえば女の子、そんな思い込みはぶっ壊れます。&lt;/p&gt;&#xA;&lt;p&gt;大学の知り合いの女性に誘われて合コンに行ったはずが、&#xA;そこには息を呑むような美男子が三人！&lt;/p&gt;</description>
    </item>
    <item>
      <title>うつの症状として妄想を抱えていることに気づいた話</title>
      <link>https://www.subcul-science.com/post/20210430mousou/</link>
      <pubDate>Fri, 30 Apr 2021 22:29:40 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210430mousou/</guid>
      <description>&lt;p&gt;心配しすぎなことがある。&lt;/p&gt;&#xA;&lt;p&gt;なにかにつけて考えばかりが先回りしてこんなトラブルが起こったらどうしよう？と不安や恐怖に襲われる。&lt;/p&gt;&#xA;&lt;h2 id=&#34;妄想の例&#34;&gt;妄想の例&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;話しかけた相手が無視してきたらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;話しかけた相手が暴力的だったらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;インターホン越しに怒鳴られたらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;買い物をするときに店員さんがなにか難癖をつけてきたらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;LINEグループの返信がないのは自分がなにか失言をしたからで、裏で自分を省いたグループが作られていてそこで悪口を言われているのではないか？&lt;/li&gt;&#xA;&lt;li&gt;なにごとにつけて上手くいかなかったらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;前より上達していなかったらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;怒られたらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;無視されたらどうしよう？&lt;/li&gt;&#xA;&lt;li&gt;将来はホームレスになるのだろうか？&lt;/li&gt;&#xA;&lt;li&gt;自分にとっていいことはしてはいけないという罪悪感&lt;/li&gt;&#xA;&lt;li&gt;言葉にしなくても相手に自分の辛さや考えが伝わる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;これらは根拠のない思い込みである。&lt;/p&gt;</description>
    </item>
    <item>
      <title>hugo で作成したページをtwitter_cardsとして表示できるようにする</title>
      <link>https://www.subcul-science.com/post/20210430twitter_cards/</link>
      <pubDate>Fri, 30 Apr 2021 14:53:53 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210430twitter_cards/</guid>
      <description>&lt;p&gt;hugoで作成した記事のリンクをtwitterなどで記載したときに、&#xA;twitter card表記されるようにしたい。&lt;/p&gt;&#xA;&lt;h2 id=&#34;手順&#34;&gt;手順&lt;/h2&gt;&#xA;&lt;p&gt;layouts/_default/baseof.html&lt;/p&gt;&#xA;&lt;p&gt;に&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{ template &amp;#34;_internal/opengraph.html&amp;#34;}}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{{ template &amp;#34;_internal/twitter_cards.html&amp;#34;}}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;を追記する。&lt;/p&gt;&#xA;&lt;p&gt;環境によってはbaseof.htmlではない場合もある。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ラブカ？　guitar cover [tab譜]</title>
      <link>https://www.subcul-science.com/post/20210430rabuka_tab/</link>
      <pubDate>Fri, 30 Apr 2021 12:16:38 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210430rabuka_tab/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/PVUjWDBIGyc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;p&gt;ラブカ？feat.Ado&lt;/p&gt;&#xA;&lt;p&gt;のguitar coverのtab譜を作った。　&lt;/p&gt;&#xA;&lt;p&gt;演奏上は&#xA;16分音符の連打が難しい気がする。&lt;/p&gt;</description>
    </item>
    <item>
      <title>chromebookでスクリーンショットを撮影してニコニコ動画に投稿する</title>
      <link>https://www.subcul-science.com/post/20210427screenshot/</link>
      <pubDate>Tue, 27 Apr 2021 21:08:23 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210427screenshot/</guid>
      <description>&lt;p&gt;tux guitarで譜面を作成した。&lt;/p&gt;&#xA;&lt;p&gt;しかし直接音声や動画で出力する機能がtux guitarになかったのでchromebookの機能でスクリーンショットを取ることにした。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ギラギラ　guitar cover [tab譜]</title>
      <link>https://www.subcul-science.com/post/20210427giragira/</link>
      <pubDate>Tue, 27 Apr 2021 13:30:36 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210427giragira/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/aZES8KHv95o?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;p&gt;ギラギラ　feat.Ado&lt;/p&gt;&#xA;&lt;p&gt;のguitar coverのtab譜を作ったので記録しておく。　&lt;/p&gt;&#xA;&lt;p&gt;割とこんな感じでおおまかなコピーはできているんじゃないだろうか？&lt;/p&gt;</description>
    </item>
    <item>
      <title>ラブカのイラスト</title>
      <link>https://www.subcul-science.com/post/20210425rabuka/</link>
      <pubDate>Sun, 25 Apr 2021 09:05:16 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210425rabuka/</guid>
      <description>&lt;div class=&#34;iframely-embed&#34;&gt;&lt;div class=&#34;iframely-responsive&#34; style=&#34;padding-bottom: 52.5%; padding-top: 120px;&#34;&gt;&lt;a href=&#34;https://www.pixiv.net/en/artworks/89364453&#34; data-iframely-url=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89364453&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;script async src=&#34;//cdn.iframe.ly/embed.js&#34; charset=&#34;utf-8&#34;&gt;&lt;/script&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;楽曲の方のラブカ？を最近気に入っているので、&#xA;魚の方のラブカを描いてみた。&lt;/p&gt;&#xA;&lt;p&gt;まあ、いいんじゃないでしょうか？&lt;/p&gt;</description>
    </item>
    <item>
      <title>chromebookでtux guitarを使う</title>
      <link>https://www.subcul-science.com/post/20210424tuxguitar/</link>
      <pubDate>Sat, 24 Apr 2021 20:00:56 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210424tuxguitar/</guid>
      <description>&lt;p&gt;chromebookでtab譜を作成しようとしたら躓いたので解決方法をメモする。&lt;/p&gt;&#xA;&lt;h2 id=&#34;tux-guitar-のインストール&#34;&gt;tux guitar のインストール&lt;/h2&gt;&#xA;&lt;p&gt;tab譜を作成するためにtux guitarを使おうとした。&lt;/p&gt;</description>
    </item>
    <item>
      <title>テニスのレッスンの要点と成長</title>
      <link>https://www.subcul-science.com/post/20210424tennis/</link>
      <pubDate>Sat, 24 Apr 2021 08:37:46 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210424tennis/</guid>
      <description>&lt;p&gt;二ヶ月くらいスクールに通って得られた知見をメモする。&lt;/p&gt;&#xA;&lt;h2 id=&#34;指導を受けたポイント&#34;&gt;指導を受けたポイント&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ラケットの真ん中に当てる&lt;/li&gt;&#xA;&lt;li&gt;ラケットの面を打ちたい方向に向ける&lt;/li&gt;&#xA;&lt;li&gt;フォームの綺麗さよりも打点の確実さ&lt;/li&gt;&#xA;&lt;li&gt;狙った場所に打つ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;改善点&#34;&gt;改善点&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;サーブのトスの位置を前目にズラす&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ラケットの面を調整するイメージ&lt;/li&gt;&#xA;&lt;li&gt;ラケットを持たずにボールだけで練習&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;左手を前に出してボールとの距離感を調整する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;特にフォア&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;昔の癖でなんとなく全力で打つことが打球のコントロールがブレる原因だと気づけた。&lt;/p&gt;</description>
    </item>
    <item>
      <title>イラスト　ジャイアントパンダ</title>
      <link>https://www.subcul-science.com/post/20210422giantpanda/</link>
      <pubDate>Thu, 22 Apr 2021 20:26:26 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210422giantpanda/</guid>
      <description>&lt;div class=&#34;iframely-embed&#34;&gt;&lt;div class=&#34;iframely-responsive&#34; style=&#34;padding-bottom: 52.5%; padding-top: 120px;&#34;&gt;&lt;a href=&#34;https://www.pixiv.net/en/artworks/89316193&#34; data-iframely-url=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89316193&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;script async src=&#34;//cdn.iframe.ly/embed.js&#34; charset=&#34;utf-8&#34;&gt;&lt;/script&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ジャイアントパンダというと上野動物園の印象が強いかもしれない。&lt;/p&gt;&#xA;&lt;p&gt;しかし、&#xA;和歌山県白浜のアドベンチャーワールドでは定期的にジャイアントパンダの赤ちゃんが生まれている。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ギラギラ　guitar cover</title>
      <link>https://www.subcul-science.com/post/20210421giragira/</link>
      <pubDate>Wed, 21 Apr 2021 16:47:20 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210421giragira/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/jBYoDRyu7To?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;この曲、難しくないか？&lt;/p&gt;&#xA;&lt;p&gt;転調はあるし、スケール外の音もあるし。&lt;/p&gt;&#xA;&lt;h3 id=&#34;演奏面での感想&#34;&gt;演奏面での感想&lt;/h3&gt;&#xA;&lt;p&gt;フィンガースタイルにアレンジするのが難しい。&lt;/p&gt;</description>
    </item>
    <item>
      <title>セイウチ　イラスト</title>
      <link>https://www.subcul-science.com/post/20210421seiuchi/</link>
      <pubDate>Wed, 21 Apr 2021 09:22:45 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210421seiuchi/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89283637&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;最近、動物園や水族館の動画をよく見るので、&#xA;動物を描いてみようと思った。&lt;/p&gt;&#xA;&lt;p&gt;飼育下のセイウチは人懐っこいのか、&#xA;飼育員にかまって欲しがる様子が可愛らしかった。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ffmpegを用いて一枚の画像と音声から動画を作成</title>
      <link>https://www.subcul-science.com/post/20210420ffmpeg/</link>
      <pubDate>Tue, 20 Apr 2021 19:16:26 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210420ffmpeg/</guid>
      <description>&lt;p&gt;Youtubeに投稿するにあたって、&#xA;音声ファイルは投稿できない。&lt;/p&gt;&#xA;&lt;p&gt;そこで音声ファイルを動画形式に変換する。&lt;/p&gt;&#xA;&lt;p&gt;そこまで手間のかかる作業はしたくないという前提から、&#xA;コマンドラインで処理をすることにした。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘　マチカネフクキタルのファンアートと育成の感想</title>
      <link>https://www.subcul-science.com/post/20210417machikane/</link>
      <pubDate>Sat, 17 Apr 2021 18:11:49 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210417machikane/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89205759&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ウマ娘　プリティーダービーにて、&#xA;有馬記念進出記念にイラストを描いた。&lt;/p&gt;&#xA;&lt;p&gt;スタミナとスピード型にした。&#xA;差し型。育成後半は逃げ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>chromebookはpinを設定するとログインが楽になる</title>
      <link>https://www.subcul-science.com/post/20210417chromebookpin/</link>
      <pubDate>Sat, 17 Apr 2021 14:35:44 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210417chromebookpin/</guid>
      <description>&lt;p&gt;chromebookはグーグルアカウントにログインする形でユーザーの情報を整理している。&lt;/p&gt;&#xA;&lt;p&gt;セキュリティの都合上、&#xA;グーグルアカウントのパスワードはパスワードマネージャーを使って複雑なパスワードを生成、保管する。&lt;/p&gt;</description>
    </item>
    <item>
      <title>word2vecでteratailの検索システムっぽいものを作る</title>
      <link>https://www.subcul-science.com/post/20210416teratailword2vec/</link>
      <pubDate>Fri, 16 Apr 2021 12:21:29 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210416teratailword2vec/</guid>
      <description>&lt;h2 id=&#34;概要&#34;&gt;概要&lt;/h2&gt;&#xA;&lt;p&gt;分散表現を用いた検索システムを作る。&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;teratailから質問をスクレイピングする。&lt;/li&gt;&#xA;&lt;li&gt;スクレイピングした文章をもとにword2vecを学習する。&lt;/li&gt;&#xA;&lt;li&gt;word2vecによって得られた分散表現をもとにcosine similarityを計算して、クエリと質問文の類似度を得る。&lt;/li&gt;&#xA;&lt;li&gt;類似度をもとにソートする。&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;ソース&#34;&gt;ソース&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://colab.research.google.com/drive/1YeWBFTptroOury6DjI9ly7j-fVmtdYei?usp=sharing&#34;&gt;teratail_w2v_question.ipynb&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘シンボリルドルフのファンアート２</title>
      <link>https://www.subcul-science.com/post/20210415sinbori/</link>
      <pubDate>Thu, 15 Apr 2021 14:37:33 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210415sinbori/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89149820&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ウマ娘　プリティーダービーにて、&#xA;URA杯ファイナル進出記念にイラストを描いた。&lt;/p&gt;&#xA;&lt;p&gt;スタミナとパワーに重点を置く育成をした。&#xA;差し型。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘ダイワスカーレットのファンアートと育成の感想</title>
      <link>https://www.subcul-science.com/post/20210415daiwa/</link>
      <pubDate>Thu, 15 Apr 2021 14:33:58 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210415daiwa/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89105027&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ウマ娘　プリティーダービーにて、&#xA;URA杯ファイナルを突破した記念にイラストを描いた。&lt;/p&gt;&#xA;&lt;p&gt;育成が進むごとに固有能力がガンガンにレベル上がっていく。&lt;/p&gt;</description>
    </item>
    <item>
      <title>chromebookでre:view用にtexをインストールするときに発生したエラーの対処法</title>
      <link>https://www.subcul-science.com/post/20210414chromebooktex/</link>
      <pubDate>Wed, 14 Apr 2021 04:36:07 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210414chromebooktex/</guid>
      <description>&lt;h2 id=&#34;review用に日本語用のtex-liveをインストール&#34;&gt;re:view用に日本語用のtex liveをインストール&lt;/h2&gt;&#xA;&lt;p&gt;re:viewの依存関係としてtexがあるので以下のコマンドでtexをインストールする。&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo apt install texlive-lang-cjk xdvik-ja evince&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;ここでrakeコマンドを実行してpdfを作成しようとするが、&#xA;エラーが発生した。&lt;/p&gt;</description>
    </item>
    <item>
      <title>chromebookのセットアップ</title>
      <link>https://www.subcul-science.com/post/20210413chrommebook/</link>
      <pubDate>Tue, 13 Apr 2021 15:12:55 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210413chrommebook/</guid>
      <description>&lt;h2 id=&#34;手順&#34;&gt;手順&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;OSの更新&lt;/li&gt;&#xA;&lt;li&gt;bitwardenの導入&lt;/li&gt;&#xA;&lt;li&gt;visual code studioの導入&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Intel, amdなら amd64版を選択する&lt;/li&gt;&#xA;&lt;li&gt;CPUによる&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Linuxの導入&#xA;&lt;ol&gt;&#xA;&lt;li&gt;設定からコマンドラインの導入ができる。&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Linuxの環境構築&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo apt update&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo apt upgrade&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo apt install aptitude&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo aptitude safe-upgrade&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;GitHubのSSHの設定&lt;/li&gt;&#xA;&lt;li&gt;hugoの設定&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo aptitude install hugo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone my_repository&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git submodule foreach git stash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git submodule foreach git checkout master&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git submodule foreach git pull origin master&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;linuxアプリの日本語入力設定&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo aptitude install fcitx-mozc -y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre&gt;&lt;code&gt;8. fxitxの実行&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;fcitx-configtool&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;下のーボタンでデフォルトのキーボード設定を削除する。&lt;/p&gt;</description>
    </item>
    <item>
      <title>自分に期待するハードルを下げて行動しやすくする話</title>
      <link>https://www.subcul-science.com/post/20210413koudou/</link>
      <pubDate>Tue, 13 Apr 2021 09:11:58 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210413koudou/</guid>
      <description>&lt;p&gt;なにかと自分に対するハードルを上げがち。&lt;/p&gt;&#xA;&lt;p&gt;ちゃんとしなきゃ、うまくやらなきゃと思いがちだが、&#xA;それはただの思い込みでしかも自分にとって損な思い込みなのではないか？&lt;/p&gt;</description>
    </item>
    <item>
      <title>うつによる不安や胸の痛みなど持続する苦痛に対して自覚的になり自分を慰めることで徐々にマシになってきた話</title>
      <link>https://www.subcul-science.com/post/20210412mindfullness/</link>
      <pubDate>Mon, 12 Apr 2021 21:32:08 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210412mindfullness/</guid>
      <description>&lt;p&gt;うつ病関連で不安感や胸の痛みを感じていた。&lt;/p&gt;&#xA;&lt;p&gt;痛みを我慢するという方法では行き詰まりを感じた。&lt;/p&gt;&#xA;&lt;p&gt;そこで痛みを受け入れることとした。&lt;/p&gt;&#xA;&lt;p&gt;同時に自分に優しくすることを意識して行った。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘　ゴールドシップのファンアートと育成の感想</title>
      <link>https://www.subcul-science.com/post/20210410gold/</link>
      <pubDate>Sat, 10 Apr 2021 18:46:32 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210410gold/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F89036390&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ウマ娘　プリティーダービーにて、&#xA;URA杯ファイナルまで育成が進んだので記念にイラストを描いた。&lt;/p&gt;&#xA;&lt;p&gt;育成が進むごとに固有能力がガンガンにレベル上がっていく。&lt;/p&gt;</description>
    </item>
    <item>
      <title>アテンションを用いた画像処理モデルの作成</title>
      <link>https://www.subcul-science.com/post/20210408attentionimage/</link>
      <pubDate>Thu, 08 Apr 2021 13:45:55 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210408attentionimage/</guid>
      <description>&lt;h2 id=&#34;アテンションを用いた画像処理モデルの作成のまとめ&#34;&gt;アテンションを用いた画像処理モデルの作成のまとめ&lt;/h2&gt;&#xA;&lt;p&gt;画像認識にアテンションという機構を付与して、判断の根拠を可視化しました。&lt;/p&gt;&#xA;&lt;h2 id=&#34;前振り&#34;&gt;前振り&lt;/h2&gt;&#xA;&lt;p&gt;画像認識についてはもう深層学習が人間を超えてから(2015)しばらく経っています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI(深層学習) を用いて観賞魚の品種識別</title>
      <link>https://www.subcul-science.com/post/20210408imageclassifier/</link>
      <pubDate>Thu, 08 Apr 2021 13:18:55 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210408imageclassifier/</guid>
      <description>&lt;h2 id=&#34;ai-を用いて観賞魚の品種識別のまとめ&#34;&gt;AI を用いて観賞魚の品種識別のまとめ&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;AI はもはや普通の人間を超える性能を発揮している&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;深層学習系の手法がメジャー&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;デバイスは2 万円〜から利用が可能&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;前振り&#34;&gt;前振り&lt;/h2&gt;&#xA;&lt;p&gt;仕事がらAIについて調べております。調べると言ってもプレスリリースを漁るといったものではなく、主に公開されている論文やソースコードを読みこなして自力でAIを構築できるように取り組んでいます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ポートフォリオ</title>
      <link>https://www.subcul-science.com/portfolio/</link>
      <pubDate>Thu, 08 Apr 2021 13:07:22 +0900</pubDate>
      <guid>https://www.subcul-science.com/portfolio/</guid>
      <description>&lt;h2 id=&#34;実績&#34;&gt;実績&lt;/h2&gt;&#xA;&lt;h3 id=&#34;-最新プロジェクト2023-2025&#34;&gt;🚀 最新プロジェクト（2023-2025）&lt;/h3&gt;&#xA;&lt;h4 id=&#34;フルスタックwebアプリケーション&#34;&gt;フルスタックWebアプリケーション&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;BookingButler&lt;/strong&gt; - 出張管理自動化システム&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20250711booking-buttler/&#34;&gt;BookingButler：Googleカレンダー連携で出張管理を自動化するWebアプリ&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;技術スタック: Go + React + TypeScript, Google Calendar/Maps/NAVITIME API&lt;/li&gt;&#xA;&lt;li&gt;成果: 手作業1時閕35分→自動処理10分に短縮&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;drive-gallery&lt;/strong&gt; - メディア管理システム&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘　シンボリルドルフのファンアートと育成の感想</title>
      <link>https://www.subcul-science.com/post/20210407illust/</link>
      <pubDate>Wed, 07 Apr 2021 09:44:43 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210407illust/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F88977787&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ウマ娘　プリティーダービーにて、&#xA;そこそこURA杯まで育成が進んだので記念にイラストを描いた。&lt;/p&gt;&#xA;&lt;p&gt;育成が進むごとに固有能力がガンガンにレベル上がっていく。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ウマ娘　アグネスタキオンのファンアートと育成の感想</title>
      <link>https://www.subcul-science.com/post/20210402image/</link>
      <pubDate>Fri, 02 Apr 2021 20:23:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210402image/</guid>
      <description>&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 106.9767%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/api/iframe?url=https%3A%2F%2Fwww.pixiv.net%2Fartworks%2F88763371&amp;amp;key=a821177d432254580d038725ee2ff7a1&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;p&gt;ウマ娘　プリティーダービーにて、&#xA;そこそこ最後の方まで育成が進んだので記念にイラストを描いた。&lt;/p&gt;&#xA;&lt;p&gt;育成が進むごとに固有能力がガンガンにレベル上がっていくのが面白かったけど、&#xA;それはアグネスタキオンの研究の成果なんですね。&lt;/p&gt;</description>
    </item>
    <item>
      <title>友達を誘ってレジャーを楽しむ際の段取りとか</title>
      <link>https://www.subcul-science.com/post/20210401leisure/</link>
      <pubDate>Thu, 01 Apr 2021 15:56:30 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210401leisure/</guid>
      <description>&lt;h2 id=&#34;前振り&#34;&gt;前振り&lt;/h2&gt;&#xA;&lt;p&gt;同じ学校に通っていた頃と違って、&#xA;社会人ともなると友達と遊ぶにも場所や時間を相談しないと会えないようになった。&lt;/p&gt;&#xA;&lt;p&gt;私は友達と定期的に遊びたい。&lt;/p&gt;&#xA;&lt;p&gt;しかし、手間がかかることもあり、遊びたいね、というだけではその遊びが実現することが少なくなった。&lt;/p&gt;</description>
    </item>
    <item>
      <title>技術書典7に参加するに当たって技術書とプログラムを作成したメモ 経緯と売り上げ、あと感想</title>
      <link>https://www.subcul-science.com/post/20210328gijutushoten/</link>
      <pubDate>Sun, 28 Mar 2021 11:39:43 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210328gijutushoten/</guid>
      <description>&lt;h2 id=&#34;経緯&#34;&gt;経緯&lt;/h2&gt;&#xA;&lt;p&gt;学位を取るための論文執筆が死ぬほど辛かった私は執筆の経験が浅いから苦しんだのだと仮説を置いた。&lt;/p&gt;&#xA;&lt;p&gt;この仮説を検証するために論文よりレベルを落として薄い本を書くことを思い立った。&lt;/p&gt;</description>
    </item>
    <item>
      <title>半音ずつ下降するコード進行について メモ</title>
      <link>https://www.subcul-science.com/post/20210326musictheory/</link>
      <pubDate>Fri, 26 Mar 2021 17:36:14 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210326musictheory/</guid>
      <description>&lt;h2 id=&#34;コード進行の例&#34;&gt;コード進行の例&lt;/h2&gt;&#xA;&lt;p&gt;Ⅵm→Ⅴ#→Ⅴ→Ⅳ#→Ⅳ&lt;/p&gt;&#xA;&lt;p&gt;メタルでよく聞くコード進行。&lt;/p&gt;&#xA;&lt;p&gt;エレキギターでパワーコードを用いる場合には簡単に演奏できる。&lt;/p&gt;&#xA;&lt;p&gt;しかしアコースティックギターでローコードにポジションを取るとこの進行が弾きにくい。&lt;/p&gt;</description>
    </item>
    <item>
      <title>pythonで環境構築の為にきれいなrequirements.txtを作成する方法</title>
      <link>https://www.subcul-science.com/post/20210317pipreq/</link>
      <pubDate>Wed, 17 Mar 2021 12:00:16 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210317pipreq/</guid>
      <description>&lt;p&gt;python で環境構築をする際にrequirements.txtを利用することがある。&lt;/p&gt;&#xA;&lt;p&gt;ただ、素直にrequirements.txtを作ると環境構築の再現性が低い場合がある。&lt;/p&gt;</description>
    </item>
    <item>
      <title>耳コピと即興演奏のメモ ずっしーのピアノ教室を読んで</title>
      <link>https://www.subcul-science.com/post/20210306mimikopi/</link>
      <pubDate>Sat, 06 Mar 2021 12:42:42 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210306mimikopi/</guid>
      <description>&lt;p&gt;移動ドの観点でまとめられた本。&lt;/p&gt;&#xA;&lt;p&gt;相対音感の感覚がないと理解が難しい気がする。&lt;/p&gt;&#xA;&lt;p&gt;キーボードやピアノ以外の楽器をやっている人間にも有益な内容だが、&#xA;キーボードの白鍵と黒鍵のイメージがないと辛い。&lt;/p&gt;</description>
    </item>
    <item>
      <title>MLops　実験開発環境の整備の必要性</title>
      <link>https://www.subcul-science.com/post/20210226mlops/</link>
      <pubDate>Fri, 26 Feb 2021 15:21:44 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210226mlops/</guid>
      <description>&lt;h1 id=&#34;mlops&#34;&gt;MLops&lt;/h1&gt;&#xA;&lt;p&gt;レベル1だけでもやっとけばええんちゃうか&lt;/p&gt;&#xA;&lt;h2 id=&#34;やること&#34;&gt;やること&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;データの前処理と保存&lt;/li&gt;&#xA;&lt;li&gt;特徴量の抽出と保存&lt;/li&gt;&#xA;&lt;li&gt;分類器の学習と保存&lt;/li&gt;&#xA;&lt;li&gt;それぞれのパラメータの保存&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;利点&#34;&gt;利点&lt;/h2&gt;&#xA;&lt;p&gt;実験する部分や追加したい機能の切り分けがしやすくなる。&lt;/p&gt;</description>
    </item>
    <item>
      <title>pythonに引数をとらせるArgparseの例</title>
      <link>https://www.subcul-science.com/post/20210226argparse/</link>
      <pubDate>Fri, 26 Feb 2021 15:17:54 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210226argparse/</guid>
      <description>&lt;h2 id=&#34;サンプルプログラム&#34;&gt;サンプルプログラム&lt;/h2&gt;&#xA;&lt;p&gt;以下公式サイトより引用&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-py&#34; data-lang=&#34;py&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;argparse&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;parser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;add_argument&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;square&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;type&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;int&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                    &lt;span class=&#34;n&#34;&gt;help&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;display a square of a given number&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;parser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;add_argument&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-v&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;--verbose&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;action&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;store_true&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                    &lt;span class=&#34;n&#34;&gt;help&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;increase output verbosity&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;args&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;parser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;parse_args&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;answer&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;args&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;square&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;**&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;解説&#34;&gt;解説&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;parser.add_argument(&amp;quot;square&amp;quot;, type=int,&#xA;                help=&amp;quot;display a square of a given number&amp;quot;)&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;引数の名前がsquare&lt;/p&gt;&#xA;&lt;p&gt;型を指定できる。デフォルトはstr。&lt;/p&gt;&#xA;&lt;p&gt;前に-がつかない名前は位置引数。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Creating data in Natural Language Inference (NLI) format for Sentence transformer</title>
      <link>https://www.subcul-science.com/post/20210217nlibert/</link>
      <pubDate>Wed, 17 Feb 2021 10:32:03 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210217nlibert/</guid>
      <description>&lt;p&gt;Using the Sentence Transformer to&#xA;I&amp;rsquo;m trying to use Sentence Transformer to infer causal relationships between documents.&lt;/p&gt;&#xA;&lt;p&gt;If we can do this, we can extract the cause and symptoms of the incident from the report.&lt;/p&gt;&#xA;&lt;p&gt;So, I wondered if NLI could be used for feature learning to extract causal information. I thought.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-nli&#34;&gt;What is NLI?&lt;/h2&gt;&#xA;&lt;p&gt;Inference of the relationship between two sentences&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Forward&lt;/li&gt;&#xA;&lt;li&gt;Inverse&lt;/li&gt;&#xA;&lt;li&gt;Unrelated&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The three relations are.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apply-to-causal-relationships&#34;&gt;Apply to causal relationships&lt;/h2&gt;&#xA;&lt;p&gt;If we apply the three relationships of NLI to causality, the following patterns are possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>python janome 0.4系からstreamモードがデフォルト 解決策のメモ</title>
      <link>https://www.subcul-science.com/post/20210217janome/</link>
      <pubDate>Wed, 17 Feb 2021 10:31:12 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210217janome/</guid>
      <description>&lt;p&gt;janomeのバージョンを上げると、分かち書きの出力をgeneratorで返すようになった。&lt;/p&gt;&#xA;&lt;p&gt;generatorはメモリ効率が良いというメリットがある一方でリストでデータを保持したいという気持ちがある。&lt;/p&gt;</description>
    </item>
    <item>
      <title>pythonでpandasを使ってエクセルを読み込み失敗するときの対処</title>
      <link>https://www.subcul-science.com/post/20210217xlrd/</link>
      <pubDate>Wed, 17 Feb 2021 10:29:42 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210217xlrd/</guid>
      <description>&lt;p&gt;xlrdのバージョンによって、.xlsxファイルの読み込みに失敗する。&lt;/p&gt;&#xA;&lt;p&gt;対策としてはバージョンを下げる。&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;pip3 install xlrd==1.2.0&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://qiita.com/fujitatsu0520/items/9e37c2bd2ba2adfd18d4&#34;&gt;https://qiita.com/fujitatsu0520/items/9e37c2bd2ba2adfd18d4&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>うつ病になってからの取り組み</title>
      <link>https://www.subcul-science.com/post/20210214utu/</link>
      <pubDate>Sun, 14 Feb 2021 15:54:18 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210214utu/</guid>
      <description>&lt;p&gt;研究生活の中で倒れ、起き上がれなくなった。&lt;/p&gt;&#xA;&lt;p&gt;手足が鉛のように重く、身動きができなくなった。&lt;/p&gt;&#xA;&lt;p&gt;また、味のする食べ物が受け付けなくなり、乾パンと水しか喉を通らなくなった。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Macでbashからzshへ移行する方法</title>
      <link>https://www.subcul-science.com/post/20210208macbashzsh/</link>
      <pubDate>Mon, 08 Feb 2021 20:54:54 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210208macbashzsh/</guid>
      <description>&lt;h2 id=&#34;手順&#34;&gt;手順&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;環境変数などの移行&lt;/p&gt;&#xA;&lt;p&gt;cat .bash_profile &amp;raquo; .zprofile&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;bashからzshへの切り替え&lt;/p&gt;&#xA;&lt;p&gt;chsh -s /bin/zsh&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://qiita.com/shionit/items/31bfffa5057e66e46450&#34;&gt;https://qiita.com/shionit/items/31bfffa5057e66e46450&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>女声の出し方や練習方について　男性向け メモ</title>
      <link>https://www.subcul-science.com/post/20210208femalevoice/</link>
      <pubDate>Mon, 08 Feb 2021 20:52:26 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210208femalevoice/</guid>
      <description>&lt;p&gt;エッジボイスに近いやり方？&lt;/p&gt;&#xA;&lt;p&gt;歌のためのボイトレのやり方を知っていると感覚を掴みやすいかもしれない。&lt;/p&gt;&#xA;&lt;h2 id=&#34;手順&#34;&gt;手順&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;舌を出しながら声を出す&lt;/li&gt;&#xA;&lt;li&gt;喉の力の入り具合を維持しながら舌を戻す&lt;/li&gt;&#xA;&lt;li&gt;力の入るポイントをより背中側や上側にズラす&lt;/li&gt;&#xA;&lt;li&gt;音程を上げる&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;3と4の手順を試行錯誤して自分の理想の声を探る&lt;/p&gt;</description>
    </item>
    <item>
      <title>On the use of distributed representations bagging for class classification and generalization performance</title>
      <link>https://www.subcul-science.com/post/20210204classifier/</link>
      <pubDate>Thu, 04 Feb 2021 13:24:19 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210204classifier/</guid>
      <description>&lt;p&gt;After the distributed representation has been obtained, the&#xA;After the distributed representation is obtained, machine learning can be used to classify it.&lt;/p&gt;&#xA;&lt;p&gt;Models that can be used include&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Decision Tree&lt;/li&gt;&#xA;&lt;li&gt;SVM Support Vector Machine&lt;/li&gt;&#xA;&lt;li&gt;NN Neural Networks&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;and others.&lt;/p&gt;&#xA;&lt;p&gt;SVM is included in NN in a broad sense.&lt;/p&gt;&#xA;&lt;p&gt;In this section, we will use the decision tree method.&lt;/p&gt;&#xA;&lt;h2 id=&#34;bagging&#34;&gt;Bagging&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Image of majority voting with multiple decision trees&lt;/li&gt;&#xA;&lt;li&gt;Simple theory&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Decision trees are highly explainable and are a classic machine learning model.&lt;/li&gt;&#xA;&lt;li&gt;Computational load is light compared to deep learning&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Depends on the size of the model&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Not much explainability&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Do we want to analyze each of the multiple decision trees?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;``py&#xA;from sklearn.ensemble import BaggingClassifier&#xA;from sklearn.tree import DecisionTreeClassifier&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to train a Japanese model with Sentence transformer to get a distributed representation of a sentence</title>
      <link>https://www.subcul-science.com/post/20210203sbert/</link>
      <pubDate>Wed, 03 Feb 2021 15:58:41 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210203sbert/</guid>
      <description>&lt;p&gt;.&#xA;BERT is a model that can be powerfully applied to natural language processing tasks.&lt;/p&gt;&#xA;&lt;p&gt;However, it does not do a good job of capturing sentence-wise features.&lt;/p&gt;&#xA;&lt;p&gt;Some claim that sentence features appear in [ CLS\ ], but&#xA;This paper](&lt;a href=&#34;https://arxiv.org/abs/1908.10084&#34;&gt;https://arxiv.org/abs/1908.10084&lt;/a&gt;) claims that it does not contain that much useful information for the task.&lt;/p&gt;&#xA;&lt;p&gt;Sentence BERT is a model that extends BERT to be able to obtain features per sentence.&lt;/p&gt;&#xA;&lt;p&gt;The following are the steps to create Sentence BERT in Japanese.&lt;/p&gt;</description>
    </item>
    <item>
      <title>成功するクラウドファンディング メモと感想</title>
      <link>https://www.subcul-science.com/post/20210129crowdfunding/</link>
      <pubDate>Fri, 29 Jan 2021 09:33:02 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210129crowdfunding/</guid>
      <description>&lt;h2 id=&#34;メモ&#34;&gt;メモ&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;なんとなくクラウドファンディングをどういう段取りで進めたらいいのかが掴めるので、クラウドファンディングやってみようかな？という気持ちがある人は読んでいい&lt;/p&gt;</description>
    </item>
    <item>
      <title>big surになってから、homebrew upgrade　python でエラーが起きた際の対処法</title>
      <link>https://www.subcul-science.com/post/20210129homebrew/</link>
      <pubDate>Fri, 29 Jan 2021 09:31:08 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210129homebrew/</guid>
      <description>&lt;p&gt;big surになってからhomebrewのアップデートをしてなかったので色々とエラーが出た。&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;brew update&#xA;&#xA;brew upgrade&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;でエラーが出た。&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;brew link python --force&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;などを行なって対処した。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac bashからzshへ変更する際の設定と注意点</title>
      <link>https://www.subcul-science.com/post/20210127zsh/</link>
      <pubDate>Wed, 27 Jan 2021 09:32:58 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210127zsh/</guid>
      <description>&lt;h2 id=&#34;デフォルトシェルの変更&#34;&gt;デフォルトシェルの変更&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;chsh -s /bin/zsh&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;zshに環境変数のパスを通す&#34;&gt;zshに環境変数のパスを通す&lt;/h2&gt;&#xA;&lt;p&gt;~/.zshrc&lt;/p&gt;&#xA;&lt;p&gt;に記述する。&lt;/p&gt;&#xA;&lt;p&gt;記述方法はbashと同様&lt;/p&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://kanasys.com/tech/803&#34;&gt;https://kanasys.com/tech/803&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>tensorflow GPUメモリを一気に確保しない設定の仕方</title>
      <link>https://www.subcul-science.com/post/20210125tensorflow/</link>
      <pubDate>Mon, 25 Jan 2021 08:17:54 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210125tensorflow/</guid>
      <description>&lt;p&gt;tensorflow 1系は使える全てのGPUリソースを確保する。&lt;/p&gt;&#xA;&lt;p&gt;メモリオーバーを観測できないので、&#xA;逐次的にGPUメモリを確保するように設定を変更する。&lt;/p&gt;&#xA;&lt;p&gt;これによってGPU使用量の観測ができる。&lt;/p&gt;</description>
    </item>
    <item>
      <title>deeplubcut 動画を対象にした点の位置の予測</title>
      <link>https://www.subcul-science.com/post/20210124deeplubcut/</link>
      <pubDate>Sun, 24 Jan 2021 12:56:01 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210124deeplubcut/</guid>
      <description>&lt;p&gt;点のアノテーションの予測&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;蝿の腹、マウスの脊椎、指の関節など応用範囲が広い。&lt;/li&gt;&#xA;&lt;li&gt;動画でできてる。デモがある。&lt;/li&gt;&#xA;&lt;li&gt;動画の特徴量抽出はResNet, mobileNetなど&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Mobile Netでできるならエッジコンピューティングが視野に入る&lt;/li&gt;&#xA;&lt;li&gt;ラズパイ＋GPUみたいな構成&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/DeepLabCut/DeepLabCut&#34;&gt;https://github.com/DeepLabCut/DeepLabCut&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>git submoduleでのpullで更新する方法</title>
      <link>https://www.subcul-science.com/post/20210124gitsubmodule/</link>
      <pubDate>Sun, 24 Jan 2021 12:54:44 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210124gitsubmodule/</guid>
      <description>&lt;p&gt;hugoのthemeを&lt;code&gt;git submodule add&lt;/code&gt;で導入したため、少し手順を踏まないとthemeの更新が反映されない。&lt;/p&gt;&#xA;&lt;p&gt;以下の手順でthemeの最新バージョンへの更新ができる。&lt;/p&gt;</description>
    </item>
    <item>
      <title>pycaret メモ</title>
      <link>https://www.subcul-science.com/post/20210124pycaret/</link>
      <pubDate>Sun, 24 Jan 2021 12:52:46 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210124pycaret/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;sk learnと似ている？&lt;/li&gt;&#xA;&lt;li&gt;gpu使える&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pycaret.org&#34;&gt;https://pycaret.org&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>可愛いだけじゃない式守さん 7巻の感想</title>
      <link>https://www.subcul-science.com/post/20210122kawaii/</link>
      <pubDate>Fri, 22 Jan 2021 05:48:05 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210122kawaii/</guid>
      <description>&lt;p&gt;男の子も女の子も可愛いので、&#xA;純愛と思いやりでキュンとなりたい人は読むといい。&lt;/p&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;式守さんが可愛いだけの回あり&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そこまでして和泉くんに試験の点数で勝ちたかった？&lt;/li&gt;&#xA;&lt;li&gt;そういう子供っぽい負けず嫌いさと弱みを見せたくない乙女心が両方あるのが式守さん&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;式守さんのお母さんの顔が怖い？八満が恐れてる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;和泉くんもビビってる。&lt;/li&gt;&#xA;&lt;li&gt;ビビりながらもお付き合い報告してるのはほんとすげぇよ。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;和泉くんがビビりながらも決めたことには取り組んでるのがすげえ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そこは男らしいんだよなぁ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;そういう意味で1番おずおずとしているのは狼谷さんか。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自己表現を自然にできるようになるといいね。&lt;/li&gt;&#xA;&lt;li&gt;ある意味で孤立してたからね。&lt;/li&gt;&#xA;&lt;li&gt;それが不本意っぽかったから、友達が増えてよかったね。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;div class=&#34;booklink-box&#34; style=&#34;text-align:left;padding-bottom:20px;font-size:small;zoom: 1;overflow: hidden;&#34;&gt;&lt;div class=&#34;booklink-image&#34; style=&#34;float:left;margin:0 15px 10px 0;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16543121%2F&#34; target=&#34;_blank&#34; &gt;&lt;img src=&#34;https://thumbnail.image.rakuten.co.jp/@0_mall/book/cabinet/0320/9784065220320.jpg?_ex=64x64&#34; style=&#34;border: none;&#34; /&gt;&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;booklink-info&#34; style=&#34;line-height:120%;zoom: 1;overflow: hidden;&#34;&gt;&lt;div class=&#34;booklink-name&#34; style=&#34;margin-bottom:10px;line-height:120%&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16543121%2F&#34; target=&#34;_blank&#34; &gt;可愛いだけじゃない式守さん（7）&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;div class=&#34;booklink-powered-date&#34; style=&#34;font-size:8pt;margin-top:5px;font-family:verdana;line-height:120%&#34;&gt;posted with &lt;a href=&#34;https://yomereba.com&#34; rel=&#34;nofollow&#34; target=&#34;_blank&#34;&gt;ヨメレバ&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-detail&#34; style=&#34;margin-bottom:5px;&#34;&gt;真木 蛍五 講談社 2021年01月08日    &lt;/div&gt;&lt;div class=&#34;booklink-link2&#34; style=&#34;margin-top:10px;&#34;&gt;&lt;div class=&#34;shoplinkrakuten&#34; style=&#34;display:inline;margin-right:5px;background: url(&#39;//img.yomereba.com/yl.gif&#39;) 0 -50px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16543121%2F&#34; target=&#34;_blank&#34; &gt;楽天ブックス&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkrakukobo&#34; style=&#34;display:inline;margin-right:5px;background: url(&#39;//img.yomereba.com/yl.gif&#39;) 0 -50px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fbooks.rakuten.co.jp%2Frk%2F2fabbed98de93227b3afbd38a3df5388%2F&#34; target=&#34;_blank&#34; &gt;楽天kobo&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkamazon&#34; style=&#34;display:inline;margin-right:5px;background: url(&#39;//img.yomereba.com/yl.gif&#39;) 0 0 no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fexec%2Fobidos%2FASIN%2F4065220327&#34; target=&#34;_blank&#34; &gt;Amazon&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkkindle&#34; style=&#34;display:inline;margin-right:5px;background: url(&#39;//img.yomereba.com/yl.gif&#39;) 0 0 no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fgp%2Fsearch%3Fkeywords%3D%25E5%258F%25AF%25E6%2584%259B%25E3%2581%2584%25E3%2581%25A0%25E3%2581%2591%25E3%2581%2598%25E3%2582%2583%25E3%2581%25AA%25E3%2581%2584%25E5%25BC%258F%25E5%25AE%2588%25E3%2581%2595%25E3%2582%2593%25EF%25BC%25887%25EF%25BC%2589%26__mk_ja_JP%3D%2583J%2583%255E%2583J%2583i%26url%3Dnode%253D2275256051&#34; target=&#34;_blank&#34; &gt;Kindle&lt;/a&gt;&lt;/div&gt;            &#x9;  &lt;div class=&#34;shoplinkseven&#34; style=&#34;display:inline;margin-right:5px;background: url(&#39;//img.yomereba.com/yl.gif&#39;) 0 -100px no-repeat;padding: 2px 0 2px 18px;white-space: nowrap;&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2F7net.omni7.jp%2Fsearch%2F%3FsearchKeywordFlg%3D1%26keyword%3D9784065220320&#34; target=&#34;_blank&#34; &gt;7net&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/a&gt;&lt;/div&gt;            &#x9;  &#x9;  &#x9;  &#x9;      &lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-footer&#34; style=&#34;clear: left&#34;&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>地獄楽 ６巻の感想</title>
      <link>https://www.subcul-science.com/post/20210121jigokuraku/</link>
      <pubDate>Thu, 21 Jan 2021 13:51:15 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210121jigokuraku/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;画眉丸の記憶復活とタオ習得&#xA;&lt;ul&gt;&#xA;&lt;li&gt;わかりやすいパワーアップ&lt;/li&gt;&#xA;&lt;li&gt;画眉丸の戦う理由が強調される&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;山賊兄弟、兄だけ強すぎないか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ラスボスになりそう&lt;/li&gt;&#xA;&lt;li&gt;素で化物倒しきって、花植えられてもパワーアップって無敵過ぎない？&lt;/li&gt;&#xA;&lt;li&gt;いや合間合間で死にかけてはいるけどさぁ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;剣豪はタオ使えるのかしら？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;使いこなすところまではいってなさそう&lt;/li&gt;&#xA;&lt;li&gt;あっさり死にそうでもあるし、パワーアップしそうでもある&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;あっさりと明かされる島の化物の秘密&#xA;&lt;ul&gt;&#xA;&lt;li&gt;それっぽい言葉を羅列する化け物は住人に道徳観念を教えるための存在、それは思いつかなかったなぁ！&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;div class=&#34;cstmreba&#34;&gt;&lt;div class=&#34;booklink-box&#34;&gt;&lt;div class=&#34;booklink-image&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F15888648%2F&#34; target=&#34;_blank&#34; &gt;&lt;img src=&#34;https://thumbnail.image.rakuten.co.jp/@0_mall/book/cabinet/8030/9784088818030.jpg?_ex=64x64&#34; style=&#34;border: none;&#34; /&gt;&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;booklink-info&#34;&gt;&lt;div class=&#34;booklink-name&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F15888648%2F&#34; target=&#34;_blank&#34; &gt;地獄楽 6&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;div class=&#34;booklink-powered-date&#34;&gt;posted with &lt;a href=&#34;https://yomereba.com&#34; rel=&#34;nofollow&#34; target=&#34;_blank&#34;&gt;ヨメレバ&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-detail&#34;&gt;賀来 ゆうじ 集英社 2019年06月04日    &lt;/div&gt;&lt;div class=&#34;booklink-link2&#34;&gt;&lt;div class=&#34;shoplinkrakuten&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F15888648%2F&#34; target=&#34;_blank&#34; &gt;楽天ブックス&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkrakukobo&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fbooks.rakuten.co.jp%2Frk%2F0f2921a697a03010b7153f7c785221d6%2F&#34; target=&#34;_blank&#34; &gt;楽天kobo&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkamazon&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fexec%2Fobidos%2FASIN%2F4088818032&#34; target=&#34;_blank&#34; &gt;Amazon&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkkindle&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fgp%2Fsearch%3Fkeywords%3D%25E5%259C%25B0%25E7%258D%2584%25E6%25A5%25BD%25206%26__mk_ja_JP%3D%2583J%2583%255E%2583J%2583i%26url%3Dnode%253D2275256051&#34; target=&#34;_blank&#34; &gt;Kindle&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkseven&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2F7net.omni7.jp%2Fsearch%2F%3FsearchKeywordFlg%3D1%26keyword%3D9784088818030&#34; target=&#34;_blank&#34; &gt;7net&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/a&gt;&lt;/div&gt;            &#x9;  &#x9;  &#x9;  &#x9;      &lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-footer&#34;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>要約文の評価指標についてのメモ</title>
      <link>https://www.subcul-science.com/post/20210120translationscore/</link>
      <pubDate>Wed, 20 Jan 2021 11:00:34 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210120translationscore/</guid>
      <description>&lt;p&gt;生成式要約文のモデルに需要がある。&lt;/p&gt;&#xA;&lt;p&gt;そのモデルの評価指標についてのめも。&lt;/p&gt;&#xA;&lt;p&gt;結論としてはやはり正解になる文の用意は必要だということ。&lt;/p&gt;&#xA;&lt;p&gt;そこを省きたいんだけどなぁ？&lt;/p&gt;</description>
    </item>
    <item>
      <title>とにかく可愛い 9巻の感想</title>
      <link>https://www.subcul-science.com/post/20210120tonikaku/</link>
      <pubDate>Wed, 20 Jan 2021 10:58:11 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210120tonikaku/</guid>
      <description>&lt;p&gt;いちゃついてるなー。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;温泉旅行に行ってから、裸を見せることに抵抗がなくなった？&lt;/li&gt;&#xA;&lt;li&gt;脳死でイチャイチャしてるナサくんと司さんを眺めるだけの漫画&lt;/li&gt;&#xA;&lt;li&gt;だがそれでいい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;なぜだ？&lt;/li&gt;&#xA;&lt;li&gt;そもそも自分がその状況になりたいか？&lt;/li&gt;&#xA;&lt;li&gt;そう考えた時に結婚願望が自分には薄いんだな、と気づく&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;そんな人間がなぜこの漫画を楽しめるのか？&lt;/li&gt;&#xA;&lt;li&gt;結婚してからのシチュエーションを描くのが新しいのか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;乙嫁語りも結婚後の話多いよ？&lt;/li&gt;&#xA;&lt;li&gt;はいからさんが通る、とか&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;結婚したからといって、思い思われ、すれ違うことがなくなるわけではないということか&lt;/li&gt;&#xA;&lt;li&gt;ある種の日常系漫画なのかな？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;安定した土台の上で多少わちゃわちゃしてても、どうせ元の形に戻るだろうという安心感がある&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div class=&#34;cstmreba&#34;&gt;&lt;div class=&#34;booklink-box&#34;&gt;&lt;div class=&#34;booklink-image&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16153987%2F&#34; target=&#34;_blank&#34; &gt;&lt;img src=&#34;https://thumbnail.image.rakuten.co.jp/@0_mall/book/cabinet/5446/9784091295446.jpg?_ex=64x64&#34; style=&#34;border: none;&#34; /&gt;&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;booklink-info&#34;&gt;&lt;div class=&#34;booklink-name&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16153987%2F&#34; target=&#34;_blank&#34; &gt;トニカクカワイイ（9）&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;div class=&#34;booklink-powered-date&#34;&gt;posted with &lt;a href=&#34;https://yomereba.com&#34; rel=&#34;nofollow&#34; target=&#34;_blank&#34;&gt;ヨメレバ&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-detail&#34;&gt;畑 健二郎 小学館 2020年01月17日頃    &lt;/div&gt;&lt;div class=&#34;booklink-link2&#34;&gt;&lt;div class=&#34;shoplinkrakuten&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16153987%2F&#34; target=&#34;_blank&#34; &gt;楽天ブックス&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkrakukobo&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fbooks.rakuten.co.jp%2Frk%2Fdd0aa1e99b753430bdc54879287277f8%2F&#34; target=&#34;_blank&#34; &gt;楽天kobo&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkamazon&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fexec%2Fobidos%2FASIN%2F4091295444&#34; target=&#34;_blank&#34; &gt;Amazon&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkkindle&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fgp%2Fsearch%3Fkeywords%3D%25E3%2583%2588%25E3%2583%258B%25E3%2582%25AB%25E3%2582%25AF%25E3%2582%25AB%25E3%2583%25AF%25E3%2582%25A4%25E3%2582%25A4%25EF%25BC%25889%25EF%25BC%2589%26__mk_ja_JP%3D%2583J%2583%255E%2583J%2583i%26url%3Dnode%253D2275256051&#34; target=&#34;_blank&#34; &gt;Kindle&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkseven&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2F7net.omni7.jp%2Fsearch%2F%3FsearchKeywordFlg%3D1%26keyword%3D9784091295446&#34; target=&#34;_blank&#34; &gt;7net&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/a&gt;&lt;/div&gt;            &#x9;  &#x9;  &#x9;  &#x9;      &lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-footer&#34;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Using BART (sentence summary model) with hugging face</title>
      <link>https://www.subcul-science.com/post/20210119huggingface/</link>
      <pubDate>Tue, 19 Jan 2021 03:03:11 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210119huggingface/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;BART is a model for document summarization&lt;/li&gt;&#xA;&lt;li&gt;Derived from the same transformer as BERT&lt;/li&gt;&#xA;&lt;li&gt;Unlike BERT, it has an encoder-decoder structure&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This is because it is intended for sentence generation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This page shows the steps to run a tutorial on BART.&lt;/p&gt;&#xA;&lt;h2 id=&#34;procedure&#34;&gt;Procedure&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;install transformers&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Run ``sh&#xA;pip install transformers&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Run summary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;2. Run the summary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;model = BartForConditionalGeneration.from_pretrained(&amp;#39;facebook/bart-large&amp;#39;)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;tokenizer = BartTokenizer.from_pretrained(&amp;#39;facebook/bart-large&amp;#39;)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ARTICLE_TO_SUMMARIZE = &amp;#34;My friends are cool but they eat too many carbs.&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;inputs = tokenizer([ARTICLE_TO_SUMMARIZE], max_length=1024, return_tensors=&amp;#39;pt&amp;#39;)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# Generate Summary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;summary_ids = model.generate(inputs[&amp;#39;input_ids&amp;#39;], num_beams=4, max_length=5, early_stopping=True)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;print([tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=False) for g in summary_ids])&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;```&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;On 2021/01/18, the output was MyMy friends.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Interesting.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;## Where I got stuck.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Error when the version of pytorch is different from the one specified in transformers.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;pip install -U torch&lt;/p&gt;</description>
    </item>
    <item>
      <title>せんせいのお人形 4巻の感想</title>
      <link>https://www.subcul-science.com/post/20210118senseinooningyou/</link>
      <pubDate>Mon, 18 Jan 2021 15:24:14 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210118senseinooningyou/</guid>
      <description>&lt;h2 id=&#34;あらすじ&#34;&gt;あらすじ&lt;/h2&gt;&#xA;&lt;p&gt;スミカは編入試験に合格し、名門高校での生活が始まる。&lt;/p&gt;&#xA;&lt;p&gt;しかし、それは同時に昭明と教師と生徒としての分別ある生活へと変化を強いられることでもあった。&lt;/p&gt;</description>
    </item>
    <item>
      <title>「やりたいこと」が見つかる時間編集術の感想</title>
      <link>https://www.subcul-science.com/post/20210116jikanhennshuu/</link>
      <pubDate>Sat, 16 Jan 2021 18:24:19 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210116jikanhennshuu/</guid>
      <description>&lt;h2 id=&#34;要点&#34;&gt;要点&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;仕事以外の時間を最大化する&#xA;&lt;ul&gt;&#xA;&lt;li&gt;人脈の拡張、お金の獲得、能力の増大に繋げる&lt;/li&gt;&#xA;&lt;li&gt;人脈に対してギブをして紹介される人間になることで自己の価値を高める。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;仕事の時間は効率化して最小化する&lt;/li&gt;&#xA;&lt;li&gt;目標から逆算してルーチンに落とし込む&#xA;&lt;ul&gt;&#xA;&lt;li&gt;目標は仮定でいい&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;感想&#34;&gt;感想&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;仕事以外の時間の最大化&#xA;&lt;ul&gt;&#xA;&lt;li&gt;最大化した時間は自己投資に使える資産&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;根拠が筆者の体験ベース&#xA;&lt;ul&gt;&#xA;&lt;li&gt;時世の流れについて述べているだけ？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ビジネス書は読みやすい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;大衆娯楽っぽい？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ルーチンが結果に繋がるというのは賛同できる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ボディビルダー、DaiGo、独学大全などでも共通して述べられている。&lt;/li&gt;&#xA;&lt;li&gt;異なる分野で共通するものは信用できそう。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;div class=&#34;cstmreba&#34;&gt;&lt;div class=&#34;booklink-box&#34;&gt;&lt;div class=&#34;booklink-image&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16517229%2F&#34; target=&#34;_blank&#34; &gt;&lt;img src=&#34;https://thumbnail.image.rakuten.co.jp/@0_mall/book/cabinet/2519/9784866672519.jpg?_ex=64x64&#34; style=&#34;border: none;&#34; /&gt;&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;booklink-info&#34;&gt;&lt;div class=&#34;booklink-name&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16517229%2F&#34; target=&#34;_blank&#34; &gt;「やりたいこと」が見つかる時間編集術&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;div class=&#34;booklink-powered-date&#34;&gt;posted with &lt;a href=&#34;https://yomereba.com&#34; rel=&#34;nofollow&#34; target=&#34;_blank&#34;&gt;ヨメレバ&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-detail&#34;&gt;長倉顕太 あさ出版 2020年12月09日頃    &lt;/div&gt;&lt;div class=&#34;booklink-link2&#34;&gt;&lt;div class=&#34;shoplinkrakuten&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2Fbooks.rakuten.co.jp%2Frb%2F16517229%2F&#34; target=&#34;_blank&#34; &gt;楽天ブックス&lt;/a&gt;&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2220301&amp;p_id=56&amp;pc_id=56&amp;pl_id=637&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkamazon&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fexec%2Fobidos%2FASIN%2F486667251X&#34; target=&#34;_blank&#34; &gt;Amazon&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkkindle&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2220302&amp;p_id=170&amp;pc_id=185&amp;pl_id=4062&amp;s_v=b5Rz2P0601xu&amp;url=https%3A%2F%2Fwww.amazon.co.jp%2Fgp%2Fsearch%3Fkeywords%3D%25E3%2580%258C%25E3%2582%2584%25E3%2582%258A%25E3%2581%259F%25E3%2581%2584%25E3%2581%2593%25E3%2581%25A8%25E3%2580%258D%25E3%2581%258C%25E8%25A6%258B%25E3%2581%25A4%25E3%2581%258B%25E3%2582%258B%25E6%2599%2582%25E9%2596%2593%25E7%25B7%25A8%25E9%259B%2586%25E8%25A1%2593%26__mk_ja_JP%3D%2583J%2583%255E%2583J%2583i%26url%3Dnode%253D2275256051&#34; target=&#34;_blank&#34; &gt;Kindle&lt;/a&gt;&lt;/div&gt;&lt;div class=&#34;shoplinkseven&#34;&gt;&lt;a href=&#34;//af.moshimo.com/af/c/click?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&amp;s_v=b5Rz2P0601xu&amp;url=http%3A%2F%2F7net.omni7.jp%2Fsearch%2F%3FsearchKeywordFlg%3D1%26keyword%3D9784866672519&#34; target=&#34;_blank&#34; &gt;7net&lt;img src=&#34;//i.moshimo.com/af/i/impression?a_id=2317554&amp;p_id=932&amp;pc_id=1188&amp;pl_id=12456&#34; width=&#34;1&#34; height=&#34;1&#34; style=&#34;border:none;&#34;&gt;&lt;/a&gt;&lt;/div&gt;            &#x9;  &#x9;  &#x9;  &#x9;      &lt;/div&gt;&lt;/div&gt;&lt;div class=&#34;booklink-footer&#34;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>コナミスポーツクラブのテニススクール体験に行ってみた</title>
      <link>https://www.subcul-science.com/post/20210114konamitennis/</link>
      <pubDate>Thu, 14 Jan 2021 21:59:34 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210114konamitennis/</guid>
      <description>&lt;p&gt;運動不足を解消するために、スポーツをしようと考えた。&lt;/p&gt;&#xA;&lt;p&gt;学生時代にテニス部に所属していたので、&#xA;テニスなんていいんじゃないかしら？&lt;/p&gt;&#xA;&lt;p&gt;とスクールを検索したところ、コナミスポーツクラブが候補に上がった。&lt;/p&gt;</description>
    </item>
    <item>
      <title>東京ネームタンク　メモ</title>
      <link>https://www.subcul-science.com/post/20210114tokyonametankmemo/</link>
      <pubDate>Thu, 14 Jan 2021 21:57:29 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210114tokyonametankmemo/</guid>
      <description>&lt;p&gt;そうだ。&lt;/p&gt;&#xA;&lt;p&gt;漫画描こう。&lt;/p&gt;&#xA;&lt;p&gt;でもどうすればいいのやら？&lt;/p&gt;&#xA;&lt;p&gt;と思ったところで、友人から東京ネームタンクがいいらしいと聞いた。&lt;/p&gt;&#xA;&lt;h2 id=&#34;料金&#34;&gt;料金&lt;/h2&gt;&#xA;&lt;p&gt;40,000円から&lt;/p&gt;&#xA;&lt;h2 id=&#34;参考リンク&#34;&gt;参考リンク&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://nametank.jp&#34;&gt;https://nametank.jp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>うつ病の症状に負けて人生に絶望しないための個人的幸せリスト</title>
      <link>https://www.subcul-science.com/post/20210112happinesslist/</link>
      <pubDate>Wed, 13 Jan 2021 06:46:57 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210112happinesslist/</guid>
      <description>&lt;p&gt;うつ病の症状なのか、意識があるだけで苦痛な状態が続く。&lt;/p&gt;&#xA;&lt;p&gt;苦痛ばかりだと生きていてもしんどいだけだと気持ちが折れそうになる。&lt;/p&gt;&#xA;&lt;p&gt;そこで幸せに再現性を追求して、&#xA;リストにある行動を繰り返すことで意識的に幸せになることを目指す。&lt;/p&gt;</description>
    </item>
    <item>
      <title>個人的ストレス対処リスト</title>
      <link>https://www.subcul-science.com/post/20210112stresscoping/</link>
      <pubDate>Wed, 13 Jan 2021 06:45:47 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210112stresscoping/</guid>
      <description>&lt;p&gt;困ったときには以下のリストを片っ端からやっていく。&lt;/p&gt;&#xA;&lt;h2 id=&#34;個人的ストレス対処リスト&#34;&gt;個人的ストレス対処リスト&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 瞑想&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; サウナ&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 甘味&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 大きな声を出す&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 落書き&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 筆記開示&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; テニススクール&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 散歩&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 風呂&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 体を温める&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; ストレッチ&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; マッサージ&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; アロマオイル&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 観葉植物&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2021/01/10 落書き</title>
      <link>https://www.subcul-science.com/post/20210110rakugaki/</link>
      <pubDate>Wed, 13 Jan 2021 06:43:26 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210110rakugaki/</guid>
      <description>&lt;h1 id=&#34;20210110-落書き&#34;&gt;2021/01/10 落書き&lt;/h1&gt;&#xA;&lt;div style=&#34;max-width: 722px;&#34;&gt;&lt;div style=&#34;left: 0; width: 100%; height: 0; position: relative; padding-bottom: 102.4917%;&#34;&gt;&lt;iframe src=&#34;//cdn.iframe.ly/bOp9c2d&#34; style=&#34;border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Thoughts on manga women who want to cook and women who want to eat</title>
      <link>https://www.subcul-science.com/post/mangashecooks/</link>
      <pubDate>Wed, 13 Jan 2021 06:35:39 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/mangashecooks/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;A story about the interaction between the hero, who enjoys cooking and wants to cook a lot, but can&amp;rsquo;t consume enough on his own, and the heroine, who eats a lot? This is a story about the interaction between the heroine?&lt;/p&gt;&#xA;&lt;h2 id=&#34;thoughts&#34;&gt;Thoughts&lt;/h2&gt;&#xA;&lt;p&gt;Why do I need to be a woman? This is a story about a woman who wants to cook a lot but can&amp;rsquo;t consume it all by herself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Macでブログを作成するためにhugoのインストールから公開までの作業手順について</title>
      <link>https://www.subcul-science.com/post/20210110hugo/</link>
      <pubDate>Sun, 10 Jan 2021 14:28:33 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210110hugo/</guid>
      <description>&lt;h2 id=&#34;hugoを導入するにあたってのメモ&#34;&gt;hugoを導入するにあたってのメモ&lt;/h2&gt;&#xA;&lt;p&gt;ブログを静的ジェネレータであるhugoを使って作成し、&#xA;Netlifyを使ってデプロイする。&lt;/p&gt;&#xA;&lt;h2 id=&#34;環境&#34;&gt;環境&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Mac OS Big Sur&#xA;&lt;ul&gt;&#xA;&lt;li&gt;home brew インストール済み&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ローカルの作業&#34;&gt;ローカルの作業&lt;/h2&gt;&#xA;&lt;h3 id=&#34;hugoのインストール&#34;&gt;hugoのインストール&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;brew install hugo&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;hugoでプロジェクトの作成&#34;&gt;hugoでプロジェクトの作成&lt;/h3&gt;&#xA;&lt;p&gt;hugoで任意の名前のプロジェクトを作成する。&#xA;今回は&amp;quot;quickstart&amp;quot;とした。&lt;/p&gt;</description>
    </item>
    <item>
      <title>vue でモーダルウィンドウに複数の種類のコメントを表示する</title>
      <link>https://www.subcul-science.com/post/20210102vue/</link>
      <pubDate>Sat, 02 Jan 2021 10:31:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210102vue/</guid>
      <description>&lt;h2 id=&#34;vue-でモーダルウィンドウに複数の種類のコメントを表示する&#34;&gt;vue でモーダルウィンドウに複数の種類のコメントを表示する&lt;/h2&gt;&#xA;&lt;p&gt;postItem変数を介して、親から子へと情報をやり取りする。&lt;/p&gt;&#xA;&lt;h2 id=&#34;コードサンプル&#34;&gt;コードサンプル&lt;/h2&gt;&#xA;&lt;p&gt;親js&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-js&#34; data-lang=&#34;js&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;new&lt;/span&gt; &lt;span class=&#34;nx&#34;&gt;Vue&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;({&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;data&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;postItem&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;methods&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;openModal&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;kd&#34;&gt;function&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;item&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nx&#34;&gt;console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;log&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;openModal &amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;item&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;k&#34;&gt;this&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;showContent&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;true&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;k&#34;&gt;this&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;postItem&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nx&#34;&gt;item&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nx&#34;&gt;console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;log&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;this.postItem &amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;this&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;postItem&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;closeModal&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;kd&#34;&gt;function&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;()&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nx&#34;&gt;console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;log&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;closeModal&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;k&#34;&gt;this&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;showContent&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;false&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;})&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;子js&lt;/p&gt;</description>
    </item>
    <item>
      <title>20201231シータの決意 ソロギターを弾いてみた</title>
      <link>https://www.subcul-science.com/post/20201231decision_of_shita/</link>
      <pubDate>Thu, 31 Dec 2020 17:07:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201231decision_of_shita/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;天空の城ラピュタは有名だし、ジブリの傑作を上げたときにトップ３に入るだろう&#xA;&lt;ul&gt;&#xA;&lt;li&gt;かつてツイッター社を震撼させたバルス砲もこれ由来だしね&lt;/li&gt;&#xA;&lt;li&gt;リアルタイムで動画をネット経由で感想を共有しながら見るというのは結構先進的だったよなぁ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;まあそれをお金に変えるアイデアが生まれなかったわけですが&lt;/li&gt;&#xA;&lt;li&gt;ビジネス的にはどうなんかね？最近はラインやアマゾンプライムビデオで動画を一緒に見たりとか提案されているけど&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;とはいえこの作品の売上自体はあまり芳しくなかったとか&lt;/li&gt;&#xA;&lt;li&gt;いうてもジブリで世界で売れたのってもののけ姫とか千と千尋の神隠しみたいなエキゾチック要素強めのやつなんやっけ？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;演奏&#34;&gt;演奏&lt;/h2&gt;&#xA;&#xA;    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/3o7cITe2xwY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887689570&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>うつ病で倒れて寝込んだレベルからのセルフコンパッション</title>
      <link>https://www.subcul-science.com/post/blog-post_4/</link>
      <pubDate>Tue, 29 Dec 2020 21:34:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_4/</guid>
      <description>&lt;p&gt;苦痛は押し殺すのではなく、認める。&lt;/p&gt;&#xA;&lt;p&gt;苦痛は対処することで苦痛の少ない人生を設計していく。&lt;/p&gt;&#xA;&lt;p&gt;これはストレスを我慢しまくって倒れて三ヶ月寝込んだ状態から回復していくためにした工夫のメモだ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>20201227　ナウシカレクイエム　ソロギターを弾いてみた</title>
      <link>https://www.subcul-science.com/post/20201227requiem_for_naushika/</link>
      <pubDate>Sun, 27 Dec 2020 17:01:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201227requiem_for_naushika/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;風の谷のナウシカは時間があるなら漫画版を読んでみることをおすすめしたい&lt;/li&gt;&#xA;&lt;li&gt;戦記ものであり、SFものであり、要素が詰め込まれている&lt;/li&gt;&#xA;&lt;li&gt;まあ、ナウシカに対する印象も主人公的な存在が強くなってしまうけれども&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;演奏&#34;&gt;演奏&lt;/h2&gt;&#xA;&#xA;    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/CGqVt-PNRd4?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887689570&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Re:VIEW&#43;docker-composeでのpdfを作成するまでの手順</title>
      <link>https://www.subcul-science.com/post/reviewdocker-compose/</link>
      <pubDate>Thu, 24 Dec 2020 14:33:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/reviewdocker-compose/</guid>
      <description>&lt;h2 id=&#34;docker-composeとreview&#34;&gt;docker composeとreview&lt;/h2&gt;&#xA;&lt;p&gt;Mac環境でのdocker-composeでRe:VIEWを扱う方法のメモ。&lt;/p&gt;&#xA;&lt;p&gt;基本的には&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/vvakame/docker-review/blob/master/doc/windows-review.md&#34;&gt;https://github.com/vvakame/docker-review/blob/master/doc/windows-review.md&lt;/a&gt;を辿ればいい。&lt;/p&gt;&#xA;&lt;h2 id=&#34;作業ディレクトリの作成&#34;&gt;作業ディレクトリの作成&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir work&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;workは任意の名前に変更可能&lt;/p&gt;</description>
    </item>
    <item>
      <title>風の谷のナウシカ オープニングを弾いてみた</title>
      <link>https://www.subcul-science.com/post/20201223naushika_in_the_wind_valley/</link>
      <pubDate>Wed, 23 Dec 2020 19:19:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201223naushika_in_the_wind_valley/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;ジブリの曲はなんだかんだで金曜ロードショーで耳馴染みがある&#xA;&lt;ul&gt;&#xA;&lt;li&gt;原曲のイメージを保ちつつ、ソロギターの形に落とし込まれている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ゆっくりと弾いていても響きが美しい&lt;/li&gt;&#xA;&lt;li&gt;ガラッと変わる雰囲気をうまく強調できるといいんじゃないかな？&lt;/li&gt;&#xA;&lt;li&gt;ナウシカは主人公としての役割とお姫様としての役割を兼任しているのは稀有だよなぁ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;主体的に動く一方で庇護欲を掻き立てる弱さみたいな部分も表現されている&lt;/li&gt;&#xA;&lt;li&gt;このバランス感覚は特徴的だよねぇ&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;演奏&#34;&gt;演奏&lt;/h2&gt;&#xA;&#xA;    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/90jpRwKWHoA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887689570&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>やさしさに包まれたならソロギターを弾いてみた</title>
      <link>https://www.subcul-science.com/post/20201221_within_the_tennderness/</link>
      <pubDate>Mon, 21 Dec 2020 16:44:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201221_within_the_tennderness/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;コード進行、譜割りが独特&#xA;&lt;ul&gt;&#xA;&lt;li&gt;コード進行に作曲者独特の雰囲気があるのでアレンジのアイデアとして勉強になる&lt;/li&gt;&#xA;&lt;li&gt;１９７４年の曲なのでもう古臭くなってもいいくらいだが、今でも新鮮さが感じられる&#xA;&lt;ul&gt;&#xA;&lt;li&gt;新しいというよりは独特な雰囲気を持っている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ゆっくりと弾いていても美しい響きを感じられるアレンジになっている&lt;/li&gt;&#xA;&lt;li&gt;そういえば魔女の宅急便はまだストーリーがしっかりとしていた頃のジブリだよね&#xA;&lt;ul&gt;&#xA;&lt;li&gt;運送の仕事とキキの特技である箒で空を飛ぶことは結構キキにとっては発想の転換だったんじゃないかな&lt;/li&gt;&#xA;&lt;li&gt;宮崎駿は少女に労働させるの好きだよね&lt;/li&gt;&#xA;&lt;li&gt;アニメ作品だからティーンが主体にならないといけないというのはわかるが、描いてる人たちは大人なんだよねえ&lt;/li&gt;&#xA;&lt;li&gt;まあ大人もしっかりと働いていますけれども&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;演奏&#34;&gt;演奏&lt;/h2&gt;&#xA;&#xA;    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/PSlJouuyE98?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887689570&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>あの夏へ　ソロギターを弾いてみた</title>
      <link>https://www.subcul-science.com/post/20201219_to_the_past_summer/</link>
      <pubDate>Sat, 19 Dec 2020 18:20:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201219_to_the_past_summer/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;ソロギターの練習として演奏動画を残しておく&lt;/li&gt;&#xA;&lt;li&gt;ジブリの曲は著名な曲が多く、また和音の響きも美しい&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ゆっくりと弾いていても美しい響きが楽しめる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;千と千尋の神隠しは意味わからんストーリーやけど、観てたら面白いから不思議やなぁ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;あれは千尋の生まれ直しを描いた物語、という解釈がある&#xA;&lt;ul&gt;&#xA;&lt;li&gt;短期間に子供から大人に変わるのは簡単ではない&lt;/li&gt;&#xA;&lt;li&gt;それこそ死ぬような目に合わなければ変われない&lt;/li&gt;&#xA;&lt;li&gt;湯屋で仕事に取り組むことを通して勤労の精神を身に着けた、と見るのは結構日本人的な完成ちゃうかな？&lt;/li&gt;&#xA;&lt;li&gt;児童労働を禁止している日本で、その反対の描写を観て楽しめるというのは不思議&lt;/li&gt;&#xA;&lt;li&gt;千尋がヤングケアラーになっている雰囲気もある&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;演奏&#34;&gt;演奏&lt;/h2&gt;&#xA;&#xA;    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/qf2sv0Y-yqc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887689570&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>運命のメリーゴーランド ソロギターを弾いてみた</title>
      <link>https://www.subcul-science.com/post/20201217hauls_merry_go_round/</link>
      <pubDate>Thu, 17 Dec 2020 14:20:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201217hauls_merry_go_round/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;ソロギターの練習として運命のメリーゴーランドを弾いてみた&lt;/li&gt;&#xA;&lt;li&gt;龍蔵RYUZO氏の譜面はなかなかテクニカルなアレンジ&lt;/li&gt;&#xA;&lt;li&gt;単純に難しい&lt;/li&gt;&#xA;&lt;li&gt;そういえばハウルって結構ダメンズだよなぁ&#xA;&lt;ul&gt;&#xA;&lt;li&gt;その割にモテる&lt;/li&gt;&#xA;&lt;li&gt;まあイケメンやけども&lt;/li&gt;&#xA;&lt;li&gt;情緒の不安定さがいいよね&lt;/li&gt;&#xA;&lt;li&gt;その分ソフィーの女っぷりが引き立つというもの&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ソフィーが少女の姿のままハウルの面倒を見てもハウルからしたら当然のことなんやろなぁ&lt;/li&gt;&#xA;&lt;li&gt;ハウルからみた醜い姿で、それでも行動で示される誠実さが大切なんかな&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;演奏&#34;&gt;演奏&lt;/h2&gt;&#xA;&#xA;    &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/tkReGAdHhA8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;div data-vc_mylinkbox_id=&#34;887689566&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>ギターの練習のために演奏動画を撮影、Macの iMovieで動画の音量調整、オーディオ抽出する</title>
      <link>https://www.subcul-science.com/post/20201215mac-imovie/</link>
      <pubDate>Tue, 15 Dec 2020 18:48:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201215mac-imovie/</guid>
      <description>&lt;p&gt;楽器の練習、私の場合はソロギターの練習のために動画の撮影を行うことにした。&lt;/p&gt;&#xA;&lt;p&gt;撮影はフォームや自分の演奏を客観的に聴くために有効だ。&lt;/p&gt;&#xA;&lt;p&gt;ただ撮影に手間がかかるのでは、 練習から手が遠のいてしまう。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ボカロ曲紹介 ドラマツルギー りぶ氏の歌ってみた 男性性の持つ官能感</title>
      <link>https://www.subcul-science.com/post/blog-post_24/</link>
      <pubDate>Tue, 24 Nov 2020 19:46:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_24/</guid>
      <description>&lt;p&gt;りぶ氏の歌うドラマツルギーについて語りたい。&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.nicovideo.jp/watch/sm32103696&#34;&gt;ドラマツルギー 歌ってみた【りぶ】&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;この歌に関しては、見せ場はサビではない。&lt;/p&gt;&#xA;&lt;p&gt;サビは声の張り方からやや少年的な響きに聴こえる。&lt;/p&gt;</description>
    </item>
    <item>
      <title>性教育120% 知っておきたい性知識</title>
      <link>https://www.subcul-science.com/post/120/</link>
      <pubDate>Sun, 22 Nov 2020 12:57:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/120/</guid>
      <description>&lt;p&gt;近年その役割が見直されつつある性教育。&lt;/p&gt;&#xA;&lt;p&gt;あなたは自分の子供に性の知識を自信を持って教えることができますか？&lt;/p&gt;&#xA;&lt;p&gt;自分やパートナーの体のことなのにあまり知らない人も多いでしょう。&lt;/p&gt;</description>
    </item>
    <item>
      <title>お金持ちになれる黄金の羽根の拾い方 感想 たくさん稼いで支出を減らす</title>
      <link>https://www.subcul-science.com/post/blog-post_20/</link>
      <pubDate>Fri, 20 Nov 2020 20:52:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_20/</guid>
      <description>&lt;p&gt;はじめに、この本を読んだからといってお金持ちになれるわけではありません。&lt;/p&gt;&#xA;&lt;p&gt;じゃあタイトル詐欺なの？ というとそうでもありません。&lt;/p&gt;&#xA;&lt;p&gt;著者の言う黄金の羽根とは、 税制や法律といった制度にはバグがあり、 その中には活用できるものもあるということです。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ボカロ曲紹介 セツナトリップの声の表情の豊かさよ</title>
      <link>https://www.subcul-science.com/post/blog-post_17/</link>
      <pubDate>Tue, 17 Nov 2020 08:14:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_17/</guid>
      <description>&lt;p&gt;刹那トリップの歌を初めて聞いたときに声を自然さって言うのにすごい感動した覚えがある。&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.nicovideo.jp/watch/sm17720979&#34;&gt;【GUMI】セツナトリップ【オリジナル】&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;gumiの表現力&#34;&gt;GUMIの表現力&lt;/h2&gt;&#xA;&lt;p&gt;当時GUMIボカロを知らなかったんだけど、その当時はもう生身の人間が歌ってるじゃん!って言うレベルに自然な表現の歌に感じた。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ハクキンカイロで低体温対策する</title>
      <link>https://www.subcul-science.com/post/blog-post_10/</link>
      <pubDate>Tue, 10 Nov 2020 21:20:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_10/</guid>
      <description>&lt;p&gt;うつ病の影響か、体温が低めになりました。&lt;/p&gt;&#xA;&lt;p&gt;体温が低くなると意識が朦朧としたり、単純に寒いです。&lt;/p&gt;&#xA;&lt;p&gt;ただでさえ少ない活動量がさらに下がると必要最低限の生活さえままなりません。&lt;/p&gt;</description>
    </item>
    <item>
      <title>やりたいことは公式で見つけだす</title>
      <link>https://www.subcul-science.com/post/blog-post_6/</link>
      <pubDate>Fri, 06 Nov 2020 17:50:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_6/</guid>
      <description>&lt;p&gt;どうにも自分のやりたいことが見つからなくてモヤモヤしている。&lt;/p&gt;&#xA;&lt;p&gt;そういう悩みを抱えた人は多いんじゃないでしょうか？&lt;/p&gt;&#xA;&lt;p&gt;私も自分が本当にやりたいものがなんなのか、ハッキリとせずに悩んでいました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>成長したい時は出来るだけ楽すると効率的</title>
      <link>https://www.subcul-science.com/post/blog-post_5/</link>
      <pubDate>Thu, 05 Nov 2020 03:20:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_5/</guid>
      <description>&lt;p&gt;結果=能力×労力（=苦労×時間）&lt;/p&gt;&#xA;&lt;p&gt;時間は毎日コツコツが結果的にたくさんかけられる。1日は24時間しかないが一年は365日ある。1日30分でも180時間になる。&lt;/p&gt;</description>
    </item>
    <item>
      <title>パスタの国の王子様はもういない</title>
      <link>https://www.subcul-science.com/post/blog-post_29/</link>
      <pubDate>Thu, 29 Oct 2020 13:07:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_29/</guid>
      <description>&lt;p&gt;サンホラのサブスク解禁！&lt;/p&gt;&#xA;&lt;p&gt;といっても流石にガンスリンガーガールとかリヴァイアサンのアルバムは聴けないのか。 今回はガンスリンガーガールの方について語ります。&lt;/p&gt;</description>
    </item>
    <item>
      <title>小説の書き方 即興小説てどうやって書いてるん？</title>
      <link>https://www.subcul-science.com/post/20201026novelwrite/</link>
      <pubDate>Mon, 26 Oct 2020 18:15:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201026novelwrite/</guid>
      <description>&lt;p&gt;小説の書き方はなかなか分からないことが多い。書ける人は書けるのだろうけれど、書けない人が書けるようになるための方法やステップは少ない。今回は20年以上書けなかった私がどうやって書いているかについてメモしておく。&lt;/p&gt;</description>
    </item>
    <item>
      <title>自己肯定感メモ</title>
      <link>https://www.subcul-science.com/post/blog-post_15/</link>
      <pubDate>Thu, 15 Oct 2020 04:45:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_15/</guid>
      <description>&lt;p&gt;ありのままの自分に価値を認める感覚、ようは別にすごくなくてもいいよね！自分は自分だし！という感覚。&lt;/p&gt;&#xA;&lt;p&gt;あると生きやすそう。&lt;/p&gt;&#xA;&lt;h2 id=&#34;瞬間的方法&#34;&gt;瞬間的方法&lt;/h2&gt;&#xA;&lt;h3 id=&#34;自分を責める言葉を許す言葉に置き換える&#34;&gt;自分を責める言葉を許す言葉に置き換える&lt;/h3&gt;&#xA;&lt;p&gt;一の矢は避けられなくても二の矢は避けられる的な話。&lt;/p&gt;</description>
    </item>
    <item>
      <title>やる気アップWOOPの法則を実行するこつ</title>
      <link>https://www.subcul-science.com/post/woop/</link>
      <pubDate>Tue, 13 Oct 2020 02:25:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/woop/</guid>
      <description>&lt;p&gt;計画を立てる時に実行率が上がるおまじないWOOPについてメモしておく。&lt;/p&gt;&#xA;&lt;h2 id=&#34;wish願望wish願望-wish願望&#34;&gt;wish願望&lt;a href=&#34;#wish%E9%A1%98%E6%9C%9B&#34; title=&#34;wish願望&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;なにをできるようになりたいか。&lt;/p&gt;&#xA;&lt;p&gt;例:ダイエットしたい。&lt;/p&gt;&#xA;&lt;h2 id=&#34;outcome結果outcome結果-outcome結果&#34;&gt;outcome結果&lt;a href=&#34;#outcome%E7%B5%90%E6%9E%9C&#34; title=&#34;outcome結果&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;wishが達成されたらどんな素晴らしい結果が待っているか。&lt;/p&gt;</description>
    </item>
    <item>
      <title>vue.jsでtodoリスト作成したった</title>
      <link>https://www.subcul-science.com/post/20201013vuejstodo/</link>
      <pubDate>Tue, 13 Oct 2020 02:03:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20201013vuejstodo/</guid>
      <description>&lt;p&gt;ウェブアプリを練習で作りたくなったのでtodoアプリを作ってデプロイした。&lt;/p&gt;&#xA;&lt;p&gt;手順などを記録しておく。&lt;/p&gt;&#xA;&lt;h2 id=&#34;開発環境&#34;&gt;開発環境&lt;/h2&gt;&#xA;&lt;p&gt;macOS&lt;/p&gt;&#xA;&lt;h2 id=&#34;firebase-cliのインストール&#34;&gt;firebase cli　のインストール&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-gdscript3&#34; data-lang=&#34;gdscript3&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;npm&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;install&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;g&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;firebase&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tools&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;多分yarn add でも可&lt;/p&gt;&#xA;&lt;h2 id=&#34;todo-list-の作成&#34;&gt;todo list の作成&lt;/h2&gt;&#xA;&lt;p&gt;vueとjavascriptについてはまだあんまり理解していない。&lt;/p&gt;</description>
    </item>
    <item>
      <title>blogger にGoogle  AdSense のコードを追加する手順</title>
      <link>https://www.subcul-science.com/post/20200929blogger-google-adsense/</link>
      <pubDate>Tue, 29 Sep 2020 20:35:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200929blogger-google-adsense/</guid>
      <description>&lt;p&gt;テーマ→その他（：のマーク）→htmlを編集&lt;/p&gt;&#xA;&lt;p&gt;からhtml編集用のページに移動する。&lt;/p&gt;&#xA;&lt;p&gt;収益のページから案内されるコードをコピペする。&lt;/p&gt;&#xA;&lt;p&gt;bloggerでもhtmlをいじらないといけないということに気がつかなかった…。まあええわ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>python でのmlflowの使い方</title>
      <link>https://www.subcul-science.com/post/20200718python-mlflow/</link>
      <pubDate>Sat, 18 Jul 2020 16:24:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200718python-mlflow/</guid>
      <description>&lt;h2 id=&#34;python-でmlflow使うメモ&#34;&gt;python でmlflow使うメモ&lt;/h2&gt;&#xA;&lt;p&gt;実験結果を比較するために便利っぽいのでmlflow を使ってみた。&lt;/p&gt;&#xA;&lt;p&gt;パラメータと実験結果の記録をある程度自動化できる。&lt;/p&gt;&#xA;&lt;p&gt;機械学習の実践はある種の黒魔術となることが多いので再現性を担保するための努力は後々に影響する。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Re:VIEW の始め方メモ</title>
      <link>https://www.subcul-science.com/post/review/</link>
      <pubDate>Thu, 16 Jul 2020 20:46:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/review/</guid>
      <description>&lt;h2 id=&#34;review-の始め方メモ&#34;&gt;Re:VIEW の始め方メモ&lt;/h2&gt;&#xA;&lt;p&gt;mac でのRe：VIEW を導入した時のメモ。&lt;/p&gt;&#xA;&lt;h2 id=&#34;作業用ディレクトリの作成&#34;&gt;作業用ディレクトリの作成&lt;/h2&gt;&#xA;&lt;p&gt;適当なディレクトリをつくる。&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir “project_name”&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;docker-を用意&#34;&gt;Docker を用意&lt;/h2&gt;&#xA;&lt;p&gt;Docker のインストールは各自でされたし。&lt;/p&gt;</description>
    </item>
    <item>
      <title>AppSheet でゲーミフィケーション要素のあるtodoのアプリをつくったった</title>
      <link>https://www.subcul-science.com/post/20200706appsheet/</link>
      <pubDate>Mon, 06 Jul 2020 12:19:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200706appsheet/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;ノーコードでtodoアプリを作った。&lt;/li&gt;&#xA;&lt;li&gt;その過程とハマったところを記録しておく。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ゲーミフィケーション&#34;&gt;ゲーミフィケーション&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ゲーム感覚で日常のタスクをこなしていこう、というもの。&lt;/li&gt;&#xA;&lt;li&gt;ゲーム感覚で楽しく取り組むための工夫についての学問がゲーミフィケーション。&lt;/li&gt;&#xA;&lt;li&gt;その基本的なポイントとして報酬とペナルティがある。&lt;/li&gt;&#xA;&lt;li&gt;人間はスコアアタックに魅力を感じて、スコアをロストすることに嫌悪感を覚える&lt;/li&gt;&#xA;&lt;li&gt;その習性を利用して日常の習慣をゲームにする。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ゲーム化したいこと&#34;&gt;ゲーム化したいこと&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;私はストーリーに興味がある。RPGをやっていてもお話やキャラ同士の掛け合いに強く関心を持っていた。テイルズオブシリーズとか大好きだった。&lt;/li&gt;&#xA;&lt;li&gt;そこで自分でもストーリーを作れるようになりたい。&lt;/li&gt;&#xA;&lt;li&gt;その練習として即興小説を毎日書くモチベーションを作りたい。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ゲームの骨子&#34;&gt;ゲームの骨子&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ゲームの内容としては、即興小説を毎日書くとスコアアップして、サボるとスコアがリセットされるようにしたい。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ノーコードでアプリ作成&#34;&gt;ノーコードでアプリ作成&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;一度アプリ作成に取り組んでみたかった。&lt;/li&gt;&#xA;&lt;li&gt;私に現時点でアプリ作成の技能や知識はないので、その点を補助するツールが必要になる。&lt;/li&gt;&#xA;&lt;li&gt;そこでノーコードでアプリを作成できるツールを見つけた。AppSheetだ。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;appsheet&#34;&gt;AppSheet&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Google が買収したことで話題になったノーコードでアプリを作成できるサービス。&lt;/li&gt;&#xA;&lt;li&gt;公式にデプロイするのは有料アカウントが必要になる。&#xA;個人でアプリのテストを行う間は無料なので、アプリを自分だけが使う場合には無料コースでも大丈夫。&#xA;試しに触ってみる。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;手順&#34;&gt;手順&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;サインアップ。グーグルのアカウントを使った。&lt;/li&gt;&#xA;&lt;li&gt;データからアプリを作成を選択。&lt;/li&gt;&#xA;&lt;li&gt;事前にスプレッドシートでどういう仕組みになって欲しいかを練れる。&lt;/li&gt;&#xA;&lt;li&gt;スプレッドシートをアプリにするためのUIを自動で作ってくれるイメージで進められる。&lt;/li&gt;&#xA;&lt;li&gt;スプレッドシートの内容をアプリにするイメージで進めていく。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;完成品&#34;&gt;完成品&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ゲームのスコアに換算するタスクをメモする画面。&lt;/li&gt;&#xA;&lt;li&gt;達成したかどうかもメモ出来るようにした。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://firebasestorage.googleapis.com/v0/b/type-c1c71.appspot.com/o/sFFppLC9lKbI3buFnlzA926bb3G3%2FX2ovK6qq9xA4xLmi.jpg?alt=media&amp;amp;token=cde3f7b1-4a48-4b95-9973-418e0245dc99&#34; alt=&#34;sFFppLC9lKbI3buFnlzA926bb3G3/X2ovK6qq9xA4xLmi.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>数理最適化の事例集まとめたった</title>
      <link>https://www.subcul-science.com/post/blog-post_2/</link>
      <pubDate>Thu, 25 Jun 2020 03:57:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_2/</guid>
      <description>&lt;p&gt;数理最適化が役に立つことを忘れないために実応用についてメモしておく。&lt;/p&gt;&#xA;&lt;h2 id=&#34;事例集&#34;&gt;事例集&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;乗り換え案内サービス&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;二次計画問題&lt;/p&gt;&#xA;&lt;p&gt;発電計画&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;ダイナミックプライシング、オークション&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;金融におけるポートフォリオ最適化&lt;/p&gt;</description>
    </item>
    <item>
      <title>死ぬほど書くのが苦手な人の取れる対策</title>
      <link>https://www.subcul-science.com/post/20200625howtowrite/</link>
      <pubDate>Thu, 25 Jun 2020 03:56:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200625howtowrite/</guid>
      <description>&lt;p&gt;小学校の感想文から大学の卒論に至るまで、ありとあらゆる文章を書く場面で私は悩んできました。&lt;/p&gt;&#xA;&lt;p&gt;何も書けない！&lt;/p&gt;&#xA;&lt;p&gt;どれくらい苦手かというと、中学生のころ、読書感想文の書き出しに二日かかって泣きべそかいたりしました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Apps Scriptで後輩系line bot 作ったった</title>
      <link>https://www.subcul-science.com/post/20200625line-bot/</link>
      <pubDate>Thu, 25 Jun 2020 03:55:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200625line-bot/</guid>
      <description>&lt;p&gt;そういえばLINE botを個人開発したことがありました！&lt;/p&gt;&#xA;&lt;p&gt;Google Apps Scriptを使って共用のグーグルドライブでのファイル更新を検知して、&#xA;ライングループに投稿するというものです。&lt;/p&gt;</description>
    </item>
    <item>
      <title>最適化コンサル案のたたき台</title>
      <link>https://www.subcul-science.com/post/blog-post_47/</link>
      <pubDate>Thu, 25 Jun 2020 03:54:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_47/</guid>
      <description>&lt;p&gt;最適化コンサルってないの？という疑問について考察していきます。&lt;/p&gt;&#xA;&lt;p&gt;まだ最適化コンサルをする会社がないなら、どんなお仕事になるのか考えてみます。&lt;/p&gt;&#xA;&lt;h3 id=&#34;機械学習は道具に過ぎない&#34;&gt;機械学習は道具に過ぎない&lt;/h3&gt;&#xA;&lt;p&gt;機械学習や深層学習というワードが一人歩きしていますが、これらは問題を解くための道具に過ぎません。&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI に夢を見すぎでは？</title>
      <link>https://www.subcul-science.com/post/ai_25/</link>
      <pubDate>Thu, 25 Jun 2020 03:53:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/ai_25/</guid>
      <description>&lt;p&gt;問題解決の思考はまだ人間がしないといけないよ。&lt;/p&gt;&#xA;&lt;h3 id=&#34;aiは魔法の杖じゃないよ&#34;&gt;AIは魔法の杖じゃないよ。&lt;/h3&gt;&#xA;&lt;p&gt;機械学習、AI、深層学習がすごいのは事実としてそうだと思うけど、線形計画や統計みたいな素朴な方法が全て取って代わられるかというと、そうではないよね。&lt;/p&gt;</description>
    </item>
    <item>
      <title>数理最適化は社会で活用した方がお得</title>
      <link>https://www.subcul-science.com/post/20200625optimizationinsocial/</link>
      <pubDate>Thu, 25 Jun 2020 03:52:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200625optimizationinsocial/</guid>
      <description>&lt;p&gt;機械学習や深層学習といったバズワードに乗っかろうとするけど、その問題、最適化屋さんが解けるんでは？&lt;/p&gt;&#xA;&lt;h3 id=&#34;数理最適化に需要はないのか&#34;&gt;数理最適化に需要はないのか&lt;/h3&gt;&#xA;&lt;p&gt;最適化屋さんの需要はあるのかもしれないが、それで起業したって話は聞かないから、机上の空論なのでしょうか。&lt;/p&gt;</description>
    </item>
    <item>
      <title>数理最適化の実用化を考える</title>
      <link>https://www.subcul-science.com/post/blog-post_34/</link>
      <pubDate>Thu, 25 Jun 2020 03:51:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_34/</guid>
      <description>&lt;p&gt;数理最適化って聞いたことあります？&lt;/p&gt;&#xA;&lt;p&gt;社会にある問題を数理的に解こうというジャンルなんですけどね？&lt;/p&gt;&#xA;&lt;h3 id=&#34;aiじゃなくて線形計画問題&#34;&gt;AIじゃなくて線形計画問題！&lt;/h3&gt;&#xA;&lt;p&gt;世の中にある問題(条件がある時の配分比率など)が線形計画問題という手法で解けます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>高校物理復習したった</title>
      <link>https://www.subcul-science.com/post/blog-post_3/</link>
      <pubDate>Thu, 25 Jun 2020 03:49:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_3/</guid>
      <description>&lt;p&gt;物理って楽しいよね！&lt;/p&gt;&#xA;&lt;p&gt;数学や物理を直観的に理解してきた身としては、微積分がむちゃくちゃ苦手！&lt;/p&gt;&#xA;&lt;p&gt;微積分のイメージと実際のテクニックが全然一致しないんですけど！&lt;/p&gt;</description>
    </item>
    <item>
      <title>習慣は自分を変える</title>
      <link>https://www.subcul-science.com/post/blog-post_67/</link>
      <pubDate>Thu, 25 Jun 2020 03:48:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_67/</guid>
      <description>&lt;p&gt;自分を変えたいと思いませんか？&lt;/p&gt;&#xA;&lt;p&gt;でもそれって大変ですよね。&lt;/p&gt;&#xA;&lt;p&gt;素人がアウトプットするのって抵抗あるよね？&lt;/p&gt;&#xA;&lt;h3 id=&#34;アウトプットを多くしよう&#34;&gt;アウトプットを多くしよう&lt;/h3&gt;&#xA;&lt;p&gt;インプット3:アウトプット7が理想という説を信じるならば、圧倒的にアウトプット量が足りていない。&lt;/p&gt;</description>
    </item>
    <item>
      <title>勉強法って大切やん</title>
      <link>https://www.subcul-science.com/post/blog-post_97/</link>
      <pubDate>Thu, 25 Jun 2020 03:47:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_97/</guid>
      <description>&lt;p&gt;勉強嫌いやと思ってない？それ、学校の勉強が嫌いなだけかもしれへんで？&lt;/p&gt;&#xA;&lt;h3 id=&#34;勉強について&#34;&gt;勉強について&lt;/h3&gt;&#xA;&lt;p&gt;そういえば勉強のコツってメモしたっけか？&lt;br&gt;&#xA;まあ、個人的なやり方やし、なんかエグイ結果が出たかと言われると困るんやけど。&lt;/p&gt;</description>
    </item>
    <item>
      <title>コンテンツの制作に回りたい</title>
      <link>https://www.subcul-science.com/post/blog-post_25/</link>
      <pubDate>Thu, 25 Jun 2020 03:46:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_25/</guid>
      <description>&lt;p&gt;コンテンツの世界観って大事にしてる？&lt;/p&gt;&#xA;&lt;p&gt;私は最近その楽しみ方が出来るようになって、幅が広がった気がするんよ。&lt;/p&gt;&#xA;&lt;h3 id=&#34;世界観のコンテンツ&#34;&gt;世界観のコンテンツ&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://note.com/hashtag/%E3%82%A2%E3%82%A4%E3%83%9E%E3%82%B9&#34;&gt;#アイマス&lt;/a&gt; の曲を久しぶりに聞いてるんやけど、曲とドラマパートを合わせて楽しむというのは世界観の娯楽やな！ &lt;a href=&#34;https://note.com/hashtag/%E3%83%92%E3%83%97%E3%83%8E%E3%82%B7%E3%82%B9%E3%83%9E%E3%82%A4%E3%82%AF&#34;&gt;#ヒプノシスマイク&lt;/a&gt; でも同じ楽しみ方が出来て、改めて聞き返すと曲の歌詞や音への解釈力が上がっててより深く楽しめる！すごいわ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Procedure for obtaining a distributed representation of a Japanese sentence using a trained Universal Sentence Encoder</title>
      <link>https://www.subcul-science.com/post/universal-sentence-encoder/</link>
      <pubDate>Mon, 22 Jun 2020 18:29:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/universal-sentence-encoder/</guid>
      <description>&lt;p&gt;.&lt;/p&gt;&#xA;&lt;p&gt;A vector of documents can be obtained using Universal Sentence Encoder.&lt;/p&gt;&#xA;&lt;h2 id=&#34;features&#34;&gt;Features&lt;/h2&gt;&#xA;&lt;p&gt;Supports multiple languages.&lt;/p&gt;&#xA;&lt;p&gt;Japanese is supported.&lt;/p&gt;&#xA;&lt;p&gt;Can handle Japanese sentences as vectors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;p&gt;Clustering, similarity calculation, feature extraction.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage-1&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;p&gt;Execute the following command as preparation.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install tensorflow tensorflow_hub tensorflow_text numpy   &#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Trained models are available.&lt;/p&gt;&#xA;&lt;p&gt;See the python description below for details on how to use it.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-py&#34; data-lang=&#34;py&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;tensorflow_hub&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;as&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;hub&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;tensorflow_text&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;numpy&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;as&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;np&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# for avoiding error  &lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;ssl&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;ssl&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_create_default_https_context&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ssl&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_create_unverified_context&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;def&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;cos_sim&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;v1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;v2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;):&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;np&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;dot&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;v1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;v2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;/&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;np&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;linalg&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;norm&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;v1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;*&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;np&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;linalg&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;norm&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;v2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;embed&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;hub&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;load&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;https://tfhub.dev/google/universal-sentence-encoder-multilingual/3&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;texts&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;I saw a comedy show yesterday.&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;There was a comedy show on TV last night.&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;I went to the park yesterday.&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;I saw a comedy show last night.&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;Yesterday, I went to the park.&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;vectors&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;embed&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;texts&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;err&#34;&gt;```&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;See&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;the&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;following&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;link&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;more&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;details&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Try&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Universal&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Sentence&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Encoder&lt;/span&gt; &lt;span class=&#34;ow&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Japanese&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;](&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;https&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;//&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;qiita&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;com&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kenta1984&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;items&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;9613&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;da23766a2578a27a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;### Postscript&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;err&#34;&gt;```&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;py&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;tensorflow_text&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Without this line, you will get an error like ``Sentencepiece not found! error.&#xA;This line is not explicitly used in the sample source, but is required for the actual execution.&#xA;This line is not explicitly used in the sample source, but is required in the actual runtime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>python を用いた自然言語処理の環境を整える</title>
      <link>https://www.subcul-science.com/post/20200618python/</link>
      <pubDate>Thu, 18 Jun 2020 07:34:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200618python/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://1.bp.blogspot.com/-Hfn3KpibOuY/Xurepq-smKI/AAAAAAAAg70/y4-SSiS1Mc4gMmbTywgn9jCzZboq6XAJACK4BGAsYHg/s1920/74C0A734-70D2-4846-A316-312BA6691D8B.jpeg&#34;&gt;&lt;img src=&#34;https://1.bp.blogspot.com/-Hfn3KpibOuY/Xurepq-smKI/AAAAAAAAg70/y4-SSiS1Mc4gMmbTywgn9jCzZboq6XAJACK4BGAsYHg/s320/74C0A734-70D2-4846-A316-312BA6691D8B.jpeg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;この記事はコマンドラインをある程度利用できる方に向けて書いています。&lt;/p&gt;&#xA;&lt;p&gt;コマンドラインがなにか分からないけど、pythonを使いたい方はGoogle Colaboratory というサービスの利用を検討してください。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enumerating Applications of Document Classification Problems Only</title>
      <link>https://www.subcul-science.com/post/20200618blog-post_54/</link>
      <pubDate>Thu, 18 Jun 2020 06:42:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200618blog-post_54/</guid>
      <description>&lt;h2 id=&#34;applying-the-document-classification-problem&#34;&gt;Applying the Document Classification Problem&lt;/h2&gt;&#xA;&lt;p&gt;You&amp;rsquo;ve learned about machine learning, but you don&amp;rsquo;t know how to use it! Isn&amp;rsquo;t it?&lt;/p&gt;&#xA;&lt;p&gt;It is easy to overlook this if you don&amp;rsquo;t pay attention to it when you study it, but if you don&amp;rsquo;t keep your antennas up, you won&amp;rsquo;t know how to use it.&lt;/p&gt;&#xA;&lt;p&gt;If you don&amp;rsquo;t keep your antennae up, you won&amp;rsquo;t know how to use it. Since a tool is only a tool if it is used, you should make a note of how you use your newly acquired tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>物理数学の直観的方法を読んだ感想</title>
      <link>https://www.subcul-science.com/post/blog-post_18/</link>
      <pubDate>Thu, 18 Jun 2020 06:10:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_18/</guid>
      <description>&lt;p&gt;数学は暗記だ、と思っている人居ますよね？&lt;/p&gt;&#xA;&lt;p&gt;直観で理解できたら簡単なのにって思いませんか？&lt;/p&gt;&#xA;&lt;h2 id=&#34;物理数学は難しい&#34;&gt;物理数学は難しい&lt;/h2&gt;&#xA;&lt;p&gt;物理数学には挫折するポイントが幾つもある。&lt;/p&gt;&#xA;&lt;p&gt;大学で数学の講義を受けて、ヒイコラ言いながら単位を取る。理解など到底おぼつかない。まして直観的な方法だって？&lt;/p&gt;</description>
    </item>
    <item>
      <title>word2vecのアルゴリズムを把握するためにnotebookで動かしながら挙動を理解しよう</title>
      <link>https://www.subcul-science.com/post/20200617word2vec/</link>
      <pubDate>Wed, 17 Jun 2020 07:36:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200617word2vec/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://1.bp.blogspot.com/-jk493l0cRu0/XurebGYeZHI/AAAAAAAAg7c/a0zNCAp-MP4OSr9a0fFhIiv-y8Cr-NdbQCK4BGAsYHg/s1920/30729925-02B8-4287-82F8-A8C6660E54C8.jpeg&#34;&gt;&lt;img src=&#34;https://1.bp.blogspot.com/-jk493l0cRu0/XurebGYeZHI/AAAAAAAAg7c/a0zNCAp-MP4OSr9a0fFhIiv-y8Cr-NdbQCK4BGAsYHg/s320/30729925-02B8-4287-82F8-A8C6660E54C8.jpeg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;word2vecを理解しよう&#34;&gt;word2vecを理解しよう！&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;word2vec のアルゴリズムについて、勉強しようとして苦戦していませんか？&#xA;&lt;ul&gt;&#xA;&lt;li&gt;アルゴリズムの基になる発想は意外に直観的なものですが、その直観をアルゴリズムの記述から読み取るのはコツが要るかもしれません。&lt;/li&gt;&#xA;&lt;li&gt;実際に動くモデルで遊んでみて、反応をみながら感覚を掴むといいと思います。&lt;/li&gt;&#xA;&lt;li&gt;一行単位で実行できるプログラムを自分の手で動かしながら、出力を確認できると分かりやすいと思いませんか？&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;環境構築不要&#34;&gt;環境構築不要！&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;そこでGoogle Colaboratory というサービスを利用して、手軽にword2vecを動かして、アルゴリズムの仕組みを理解しましょう！&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Google Colaboratory はGoogleが提供しているサービスです。&lt;/li&gt;&#xA;&lt;li&gt;Gmailのアカウントを持っていれば環境構築の手間が省け、Googleの計算資源を利用できるものです。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;そこでword2vecを動かせるプログラムを用意しました。&lt;/li&gt;&#xA;&lt;li&gt;このプログラムは技術書典というイベントで頒布させていただき、50以上の方に利用していただきました。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;購入は以下のリンクから&#34;&gt;購入は以下のリンクから&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;詳細は以下のリンクからどうぞ。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20200615google-colaboratory-word2vec/&#34;&gt;word2vecのアルゴリズムを把握するためにプログラムを動かしながら挙動を理解しよう&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>A note on how to use BERT learned from Japanese Wikipedia, now available</title>
      <link>https://www.subcul-science.com/post/wikipediabert/</link>
      <pubDate>Wed, 17 Jun 2020 07:34:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/wikipediabert/</guid>
      <description>&lt;p&gt;huggingface has released a Japanese model for BERT.&lt;/p&gt;&#xA;&lt;p&gt;The Japanese model is included in transformers.&lt;/p&gt;&#xA;&lt;p&gt;However, I stumbled over a few things before I could get it to actually work in a Mac environment, so I&amp;rsquo;ll leave a note.&lt;/p&gt;&#xA;&lt;h2 id=&#34;preliminaries-installing-mecab&#34;&gt;Preliminaries: Installing mecab&lt;/h2&gt;&#xA;&lt;p&gt;The morphological analysis engine, mecab, is required to use BERT&amp;rsquo;s Japanese model.&lt;/p&gt;&#xA;&lt;p&gt;The tokenizer will probably ask for mecab.&lt;/p&gt;&#xA;&lt;p&gt;This time, we will use homebrew to install Mecab and ipadic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Macでpyenvを利用したpythonの環境構築の方法</title>
      <link>https://www.subcul-science.com/post/20200616mac-python/</link>
      <pubDate>Tue, 16 Jun 2020 04:58:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200616mac-python/</guid>
      <description>&lt;h2 id=&#34;mac-でpythonの環境構築&#34;&gt;Mac でpythonの環境構築&lt;/h2&gt;&#xA;&lt;p&gt;Mac にpythonをどうやってインストールしたらいいのか悩んでいませんか？&lt;/p&gt;&#xA;&lt;p&gt;単純にhome brewを使ってインストールしてもいいのですが、&#xA;以下のデメリットがあります。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Google colaboratory to learn how Word2Vec works and models</title>
      <link>https://www.subcul-science.com/post/20200615google-colaboratory-word2vec/</link>
      <pubDate>Mon, 15 Jun 2020 07:42:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200615google-colaboratory-word2vec/</guid>
      <description>&lt;p&gt;**&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://1.bp.blogspot.com/-k8gzRPw7B9g/XureK3JosxI/AAAAAAAAg64/vqbEhpkjtMc9rV_iRM2Vbz4gjBNSn33PgCK4BGAsYHg/s1920/CAAF8720-DCD1-4454-8CF8-42C024EA7BA7.jpeg&#34;&gt;&lt;img src=&#34;https://1.bp.blogspot.com/-k8gzRPw7B9g/XureK3JosxI/AAAAAAAAg64/vqbEhpkjtMc9rV_iRM2Vbz4gjBNSn33PgCK4BGAsYHg/s320/CAAF8720-DCD1-4454-8CF8-42C024EA7BA7.jpeg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s start with Word2Vec.**&lt;/p&gt;&#xA;&lt;p&gt;word2vec is a model that can learn the semantic vectors of words from unlabeled text are.&lt;/p&gt;&#xA;&lt;p&gt;Dealing with word vectors allows for applications such as word similarity calculation and clustering, and BERT. And BERT, an extension of that technology, is also used in Google&amp;rsquo;s search service.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s hard to understand the concept.&lt;/p&gt;&#xA;&lt;p&gt;But are you struggling to learn about word2vec? It&amp;rsquo;s hard to understand the concept because it&amp;rsquo;s not something you&amp;rsquo;re familiar with.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use NeuralClassifier, a library that provides a crazy number of models for document classification problems</title>
      <link>https://www.subcul-science.com/post/neuralclassifier/</link>
      <pubDate>Mon, 15 Jun 2020 02:11:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/neuralclassifier/</guid>
      <description>&lt;p&gt;[! [](https://1.bp.blogspot.com/-YlMb8v77MN4/XurdQSzS1yI/AAAAAAAAg6Y/oSZrJ0c9yxYbzQnNNTynRvZnEp-xGE7NwCK4BGAsYHg/s320/AFE90C8A-A49C- 4475-9F05-50E2D56D5B63.jpeg)](&lt;a href=&#34;https://1.bp.blogspot.com/-YlMb8v77MN4/XurdQSzS1yI/AAAAAAAAg6Y/oSZrJ0c9yxYbzQnNNTynRvZnEp-xGE7NwCK4&#34;&gt;https://1.bp.blogspot.com/-YlMb8v77MN4/XurdQSzS1yI/AAAAAAAAg6Y/oSZrJ0c9yxYbzQnNNTynRvZnEp-xGE7NwCK4&lt;/a&gt; BGAsYHg/s1920/AFE90C8A-A49C-4475-9F05-50E2D56D5B63.jpeg)&lt;/p&gt;&#xA;&lt;p&gt;NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit is a python library for multi-label document classification problems published by Tencent.&lt;/p&gt;&#xA;&lt;p&gt;For more information, see&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;[NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit](&lt;a href=&#34;https://github.com/Tencent/NeuralNLP-&#34;&gt;https://github.com/Tencent/NeuralNLP-&lt;/a&gt; NeuralClassifier)&#xA;NeuralClassifier is designed for quick implementation of neural models for hierarchical multi-label classification task, which is more challenging and common in real-world scenarios.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;for more details.&lt;/p&gt;&#xA;&lt;p&gt;NeuralClassifier is designed for quick implementation of neural models for hierarchical multi-label classification task, which is more challenging and common in real-world scenarios.&lt;/p&gt;</description>
    </item>
    <item>
      <title>数理最適化の社会実装と研究について</title>
      <link>https://www.subcul-science.com/post/blog-post_13/</link>
      <pubDate>Sat, 13 Jun 2020 11:37:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_13/</guid>
      <description>&lt;h2 id=&#34;社会実装と研究&#34;&gt;社会実装と研究&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://ai-scholar.tech/articles/error-detection/ai-geotracknet&#34;&gt;社会データ実装は一筋縄ではいかない！？～AIによる海上保安:船舶モニタリングを行うGeoTrackNetとは～&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;最先端が最善ではない&#34;&gt;最先端が最善ではない&lt;/h2&gt;&#xA;&lt;p&gt;最先端の手法を使えばいい結果が得られると思いがちです。&lt;/p&gt;&#xA;&lt;p&gt;しかし、実世界の問題ではデータがきちんと整備されていることは少ない。&lt;/p&gt;&#xA;&lt;p&gt;また取得したデータを加工したとして、そのデータにアルゴリズムを適用しても狙った結果が得られないこともある。&lt;/p&gt;</description>
    </item>
    <item>
      <title>I even did a document classification problem with Fasttext</title>
      <link>https://www.subcul-science.com/post/20200613fasttext/</link>
      <pubDate>Sat, 13 Jun 2020 07:29:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200613fasttext/</guid>
      <description>&lt;h2 id=&#34;summary-of-what-ive-done-with-fasttext-to-the-document-classification-problem&#34;&gt;Summary of what I&amp;rsquo;ve done with Fasttext to the document classification problem.&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Facebook research has published a document classification library using Fasttext.&lt;/li&gt;&#xA;&lt;li&gt;Fasttext is easy to install in a python environment.&lt;/li&gt;&#xA;&lt;li&gt;Run time is fast.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;preliminaries&#34;&gt;Preliminaries&lt;/h2&gt;&#xA;&lt;p&gt;I decided to tackle the task of document classification, and initially thought.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit. However, it was not very accurate.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I made a summary text generation AI for making short-form news</title>
      <link>https://www.subcul-science.com/post/20200613abstractnews/</link>
      <pubDate>Sat, 13 Jun 2020 00:24:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200613abstractnews/</guid>
      <description>&lt;p&gt;.&lt;/p&gt;&#xA;&lt;p&gt;We have successfully trained a model to automatically generate titles from news texts using a machine translation model based on deep learning.&lt;/p&gt;&#xA;&lt;h2 id=&#34;preliminaries&#34;&gt;Preliminaries&lt;/h2&gt;&#xA;&lt;p&gt;In the past, I was involved in a project to automatically generate titles from manuscripts for online news. In the past, I was involved in a project to automatically generate titles from manuscripts for online news.&lt;/p&gt;&#xA;&lt;p&gt;In order to tackle this project, I was looking into existing methods.&lt;/p&gt;</description>
    </item>
    <item>
      <title>深層学習でニュースタイトルの自動生成モデルつくったった</title>
      <link>https://www.subcul-science.com/post/20200612dnnabstractnewstitle/</link>
      <pubDate>Fri, 12 Jun 2020 23:52:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20200612dnnabstractnewstitle/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;深層学習モデルを使って、新聞記事から見出しを自動で生成するモデルが提案されている。&lt;/li&gt;&#xA;&lt;li&gt;朝日新聞が自動要約生成APIの提供を始めました。&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://cl.asahi.com/api_data/headlinegeneration.html&#34;&gt;自動要約生成API: TSUNA&#xA;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;追記&#34;&gt;追記&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2022時点なら&lt;a href=&#34;https://www.subcul-science.com/post/20210701t5/&#34;&gt;T5を使ってファインチューニングを試す&lt;/a&gt;方が簡単な気がする。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;モデル概要&#34;&gt;モデル概要&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;朝日新聞が研究に協力して取り組んでおり、transformerを基礎にして、文字数制約を組み込んだモデルが論文で提案されています。&lt;/li&gt;&#xA;&lt;li&gt;さすが朝日新聞というべきか、莫大な教師データを使ってモデルの学習を行っています。&lt;/li&gt;&#xA;&lt;li&gt;また文字数制約についても、位置エンコーディングを工夫することによって、指定した文字数を生成するようになったようです。&lt;/li&gt;&#xA;&lt;li&gt;この辺り、フリーの言語リソースが日本語に少ないことには歯がゆさを感じます。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;##　ニュースタイトルの自動生成モデルの作成&lt;/p&gt;</description>
    </item>
    <item>
      <title>スペースX アイデアの種をまくことも能力</title>
      <link>https://www.subcul-science.com/post/blog-post_31/</link>
      <pubDate>Sun, 31 May 2020 14:59:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/blog-post_31/</guid>
      <description>&lt;h2 id=&#34;スペースx有人飛行&#34;&gt;スペースX有人飛行&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cnn.co.jp/fringe/35154586.html&#34;&gt;https://www.cnn.co.jp/fringe/35154586.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;宇宙に人を運ぶというのを民間がやったのはスペースエックスが初めて、という言う話。&lt;/p&gt;&#xA;&lt;p&gt;日本の種子島で開発してるやつは民間人ではないということ？&lt;/p&gt;&#xA;&lt;p&gt;あと日本人の宇宙飛行士とかと言うのもあるけども、&lt;/p&gt;</description>
    </item>
    <item>
      <title>【Afterglow】True Color【練習してみた】</title>
      <link>https://www.subcul-science.com/post/afterglowtrue-color/</link>
      <pubDate>Sat, 24 Nov 2018 09:43:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/afterglowtrue-color/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://drive.google.com/open?id=14IfP9HwyoblpfL8KDhL6MyZNhZsrPNUm&#34;&gt;tab譜&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;演奏動画 あとで撮る&lt;/p&gt;&#xA;&lt;h2 id=&#34;まずは歌メロのコピー&#34;&gt;まずは歌メロのコピー&lt;/h2&gt;&#xA;&lt;p&gt;楽曲の全体像を掴んで全体の楽譜を先に作成する。&lt;/p&gt;&#xA;&lt;p&gt;ギターはあくまでそれに添えられている部分を補完していくイメージでコピーしていく。&lt;/p&gt;</description>
    </item>
    <item>
      <title>CAGEDシステムはすごいぜ</title>
      <link>https://www.subcul-science.com/post/20181118caged/</link>
      <pubDate>Sun, 18 Nov 2018 15:58:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20181118caged/</guid>
      <description>&lt;p&gt;CAGEDシステムは意外と知られていないが、強力なツールであり、一度身に付けると楽曲のコピーやアレンジ、アドリブにまで活かせる。&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://lh5.googleusercontent.com/ezSq8V3dD336cGZj8cbrcOe3hEIEGtOBquGct9I2QbUQfu5eSoAUN8Gqb5u00OPE1TaesEZce0-x0I06yBqZsQkH6KrRSwEgDzaSBadIrWM60LgSCfebeHSBSQhvVd6HBH2YyhMwoP8&#34;&gt;&lt;img src=&#34;https://lh5.googleusercontent.com/ezSq8V3dD336cGZj8cbrcOe3hEIEGtOBquGct9I2QbUQfu5eSoAUN8Gqb5u00OPE1TaesEZce0-x0I06yBqZsQkH6KrRSwEgDzaSBadIrWM60LgSCfebeHSBSQhvVd6HBH2YyhMwoP8&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;トライアド&#34;&gt;トライアド&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://1.bp.blogspot.com/-7dXwd812buA/W-wfdi9klII/AAAAAAAAWQo/Hi-JBW3RltkGfu9uGluATgxln6RNQnNtQCK4BGAYYCw/s1600/%25E3%2583%2588%25E3%2583%25A9%25E3%2582%25A4%25E3%2582%25A2%25E3%2583%2589.PNG&#34;&gt;&lt;img src=&#34;https://1.bp.blogspot.com/-7dXwd812buA/W-wfdi9klII/AAAAAAAAWQo/Hi-JBW3RltkGfu9uGluATgxln6RNQnNtQCK4BGAYYCw/s320/%25E3%2583%2588%25E3%2583%25A9%25E3%2582%25A4%25E3%2582%25A2%25E3%2583%2589.PNG&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;トライアドは基本的なコードである。&lt;/p&gt;</description>
    </item>
    <item>
      <title>tab譜の読み方使い方</title>
      <link>https://www.subcul-science.com/post/tab/</link>
      <pubDate>Tue, 13 Nov 2018 16:23:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/tab/</guid>
      <description>&lt;p&gt;TuxGuitarを使いましょう。以上！&lt;br&gt;&#xA;では少々味気ないので配布されているtab譜のファイル形式と実際の利用の仕方について解説しようと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>【Afterglow】Scarlet Sky【練習してみた】</title>
      <link>https://www.subcul-science.com/post/afterglowscarlet-sky/</link>
      <pubDate>Tue, 13 Nov 2018 00:03:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/afterglowscarlet-sky/</guid>
      <description>&lt;h2 id=&#34;まえがき&#34;&gt;まえがき&lt;/h2&gt;&#xA;&lt;p&gt;手前味噌ながら、公開しているtab譜の通りに弾ければこのような演奏になるというイメージを持ってもらう為に演奏した動画を公開しました。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://youtu.be/3ND9CnsuUjg&#34;&gt;演奏動画&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/redirect?redir_token=SDgMiKJCXf6cntRbPZRSVsH48Gx8MTU0MjExODc1OUAxNTQyMDMyMzU5&amp;amp;v=3ND9CnsuUjg&amp;amp;q=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1MKV-kB09CooUb6JeEBBriQXTikBqcop8%2Fview%3Fusp%3Dsharing&amp;amp;event=video_description&#34;&gt;tab譜&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;以下では今回の耳コピはどのように行われていったのかを順を追って解説していこうと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>好きな曲のカバーができるようになるために</title>
      <link>https://www.subcul-science.com/post/20181112blog-post/</link>
      <pubDate>Mon, 12 Nov 2018 23:03:00 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20181112blog-post/</guid>
      <description>&lt;h2 id=&#34;tab譜はギタリストの友&#34;&gt;tab譜はギタリストの友&lt;/h2&gt;&#xA;&lt;p&gt;tab譜ってご存知ですか？ ギター用の楽譜で、五線譜のように音階ではなく、指板上の位置を直接示してくれています。&lt;br&gt;&#xA;これがあるとギタリストはただ楽譜に書いてある通りに指を押さえるだけで簡単に曲を弾くことができます。&lt;br&gt;&#xA;しかし、そのtab譜、どこで手に入れれば良いのでしょうか？&lt;/p&gt;</description>
    </item>
    <item>
      <title>Photoswipe Gallery Sample</title>
      <link>https://www.subcul-science.com/post_old/2017-03-20-photoswipe-gallery-sample/</link>
      <pubDate>Mon, 20 Mar 2017 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2017-03-20-photoswipe-gallery-sample/</guid>
      <description>&lt;p&gt;Beautiful Hugo adds a few custom shortcodes created by &lt;a href=&#34;https://www.liwen.id.au/heg/&#34;&gt;Li-Wen Yip&lt;/a&gt; and &lt;a href=&#34;https://github.com/GjjvdBurg/HugoPhotoSwipe&#34;&gt;Gert-Jan van den Berg&lt;/a&gt; for making galleries with &lt;a href=&#34;http://photoswipe.com&#34;&gt;PhotoSwipe&lt;/a&gt; .&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;gallery caption-position-bottom caption-effect-fade hover-effect-zoom hover-transition&#34; itemscope itemtype=&#34;http://schema.org/ImageGallery&#34;&gt;&#xA;&#x9;  &#xA;  &#xA;  &lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.subcul-science.com/css/hugo-easy-gallery.css&#34; /&gt;&#xA;  &lt;div class=&#34;box&#34; &gt;&#xA;    &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;&#xA;      &lt;div class=&#34;img&#34; style=&#34;background-image: url(&#39;https://www.subcul-science.com//img/hexagon-thumb.jpg&#39;);&#34;&gt;&#xA;        &lt;img itemprop=&#34;thumbnail&#34; src=&#34;https://www.subcul-science.com/img/hexagon-thumb.jpg&#34; alt=&#34;/img/hexagon-thumb.jpg&#34;/&gt;&#xA;      &lt;/div&gt;&#xA;      &lt;a href=&#34;https://www.subcul-science.com/img/hexagon.jpg&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;&#xA;    &lt;/figure&gt;&#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &#xA;  &lt;div class=&#34;box&#34; &gt;&#xA;    &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;&#xA;      &lt;div class=&#34;img&#34; style=&#34;background-image: url(&#39;https://www.subcul-science.com//img/sphere-thumb.jpg&#39;);&#34;&gt;&#xA;        &lt;img itemprop=&#34;thumbnail&#34; src=&#34;https://www.subcul-science.com/img/sphere-thumb.jpg&#34; alt=&#34;Sphere&#34;/&gt;&#xA;      &lt;/div&gt;&#xA;      &lt;a href=&#34;https://www.subcul-science.com/img/sphere.jpg&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;&#xA;        &lt;figcaption&gt;&#xA;            &lt;p&gt;Sphere&lt;/p&gt;&#xA;        &lt;/figcaption&gt;&#xA;    &lt;/figure&gt;&#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &#xA;  &lt;div class=&#34;box&#34; &gt;&#xA;    &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;&#xA;      &lt;div class=&#34;img&#34; style=&#34;background-image: url(&#39;https://www.subcul-science.com//img/triangle-thumb.jpg&#39;);&#34;&gt;&#xA;        &lt;img itemprop=&#34;thumbnail&#34; src=&#34;https://www.subcul-science.com/img/triangle-thumb.jpg&#34; alt=&#34;This is a long comment about a triangle&#34;/&gt;&#xA;      &lt;/div&gt;&#xA;      &lt;a href=&#34;https://www.subcul-science.com/img/triangle.jpg&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;&#xA;        &lt;figcaption&gt;&#xA;            &lt;p&gt;Triangle&lt;/p&gt;&#xA;        &lt;/figcaption&gt;&#xA;    &lt;/figure&gt;&#xA;  &lt;/div&gt;&#xA;&#xA;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Big Image Sample</title>
      <link>https://www.subcul-science.com/post_old/2017-03-07-bigimg-sample/</link>
      <pubDate>Tue, 07 Mar 2017 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2017-03-07-bigimg-sample/</guid>
      <description>&lt;p&gt;The image banners at the top of the page are refered to as &amp;ldquo;bigimg&amp;rdquo; in this theme. They are optional, and one more more can be specified. If more than one is specified, the images rotate every 10 seconds. In the front matter, bigimgs are specified using an array of hashes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Math Sample</title>
      <link>https://www.subcul-science.com/post_old/2017-03-05-math-sample/</link>
      <pubDate>Sun, 05 Mar 2017 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2017-03-05-math-sample/</guid>
      <description>&lt;p&gt;KaTeX can be used to generate complex math formulas server-side.&lt;/p&gt;&#xA;&lt;p&gt;$$&#xA;\phi = \frac{(1+\sqrt{5})}{2} = 1.6180339887\cdots&#xA;$$&lt;/p&gt;&#xA;&lt;p&gt;Additional details can be found on &lt;a href=&#34;https://github.com/Khan/KaTeX&#34;&gt;GitHub&lt;/a&gt; or on the &lt;a href=&#34;http://tiddlywiki.com/plugins/tiddlywiki/katex/&#34;&gt;Wiki&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Code Sample</title>
      <link>https://www.subcul-science.com/post_old/2016-03-08-code-sample/</link>
      <pubDate>Tue, 08 Mar 2016 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2016-03-08-code-sample/</guid>
      <description>&lt;p&gt;The following are two code samples using syntax highlighting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flake it till you make it</title>
      <link>https://www.subcul-science.com/post_old/2015-02-26-flake-it-till-you-make-it/</link>
      <pubDate>Thu, 26 Feb 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-02-26-flake-it-till-you-make-it/</guid>
      <description>&lt;p&gt;Under what circumstances should we step off a path? When is it essential that we finish what we start? If I bought a bag of peanuts and had an allergic reaction, no one would fault me if I threw it out. If I ended a relationship with a woman who hit me, no one would say that I had a commitment problem. But if I walk away from a seemingly secure route because my soul has other ideas, I am a flake?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Test markdown</title>
      <link>https://www.subcul-science.com/post_old/2015-02-20-test-markdown/</link>
      <pubDate>Fri, 20 Feb 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-02-20-test-markdown/</guid>
      <description>&lt;p&gt;You can write regular &lt;a href=&#34;http://markdowntutorial.com/&#34;&gt;markdown&lt;/a&gt; here and &lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; will automatically convert it to a nice webpage.  I strongly encourage you to &lt;a href=&#34;http://markdowntutorial.com/&#34;&gt;take 5 minutes to learn how to write in markdown&lt;/a&gt; - it&amp;rsquo;ll teach you how to transform regular text into bold/italics/headings/tables/etc.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Here is some bold text&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;here-is-a-secondary-heading&#34;&gt;Here is a secondary heading&lt;/h2&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a useless table:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Number&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Next number&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Previous number&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Five&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Six&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Four&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Ten&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Eleven&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Nine&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Seven&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Eight&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Six&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Two&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Three&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;One&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;How about a yummy crepe?&lt;/p&gt;</description>
    </item>
    <item>
      <title>To be</title>
      <link>https://www.subcul-science.com/post_old/2015-02-13-hamlet-monologue/</link>
      <pubDate>Fri, 13 Feb 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-02-13-hamlet-monologue/</guid>
      <description>&lt;p&gt;To be, or not to be&amp;ndash;that is the question:&#xA;Whether &amp;rsquo;tis nobler in the mind to suffer&#xA;The slings and arrows of outrageous fortune&#xA;Or to take arms against a sea of troubles&#xA;And by opposing end them. To die, to sleep&amp;ndash;&#xA;No more&amp;ndash;and by a sleep to say we end&#xA;The heartache, and the thousand natural shocks&#xA;That flesh is heir to. &amp;lsquo;Tis a consummation&#xA;Devoutly to be wished. To die, to sleep&amp;ndash;&#xA;To sleep&amp;ndash;perchance to dream: ay, there&amp;rsquo;s the rub,&#xA;For in that sleep of death what dreams may come&#xA;When we have shuffled off this mortal coil,&#xA;Must give us pause. There&amp;rsquo;s the respect&#xA;That makes calamity of so long life.&#xA;For who would bear the whips and scorns of time,&#xA;Th&amp;rsquo; oppressor&amp;rsquo;s wrong, the proud man&amp;rsquo;s contumely&#xA;The pangs of despised love, the law&amp;rsquo;s delay,&#xA;The insolence of office, and the spurns&#xA;That patient merit of th&amp;rsquo; unworthy takes,&#xA;When he himself might his quietus make&#xA;With a bare bodkin? Who would fardels bear,&#xA;To grunt and sweat under a weary life,&#xA;But that the dread of something after death,&#xA;The undiscovered country, from whose bourn&#xA;No traveller returns, puzzles the will,&#xA;And makes us rather bear those ills we have&#xA;Than fly to others that we know not of?&#xA;Thus conscience does make cowards of us all,&#xA;And thus the native hue of resolution&#xA;Is sicklied o&amp;rsquo;er with the pale cast of thought,&#xA;And enterprise of great pitch and moment&#xA;With this regard their currents turn awry&#xA;And lose the name of action. &amp;ndash; Soft you now,&#xA;The fair Ophelia! &amp;ndash; Nymph, in thy orisons&#xA;Be all my sins remembered.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dear diary</title>
      <link>https://www.subcul-science.com/post_old/2015-01-27-dear-diary/</link>
      <pubDate>Tue, 27 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-01-27-dear-diary/</guid>
      <description>&lt;p&gt;What is it with that Mary girl?  Dragging me to school every day. As if I had a choice.  What you don&amp;rsquo;t hear in those nursery rhymes is that she starves me if I don&amp;rsquo;t go to school with her; it&amp;rsquo;s the only way I can stay alive!  I&amp;rsquo;m thinking about being adopted by Little Bo Peep, sure I may get lost, but anything is better than being with Mary and those little brats at school (shudder, shudder).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Soccer</title>
      <link>https://www.subcul-science.com/post_old/2015-01-19-soccer/</link>
      <pubDate>Mon, 19 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-01-19-soccer/</guid>
      <description>&lt;p&gt;From Wikipedia:&lt;/p&gt;&#xA;&lt;p&gt;Association football, more commonly known as football or soccer,[2] is a sport played between two teams of eleven players with a spherical ball. It is played by 250 million players in over 200 countries, making it the world&amp;rsquo;s most popular sport.[3][4][5][6] The game is played on a rectangular field with a goal at each end. The object of the game is to score by getting the ball into the opposing goal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pirates arrrr</title>
      <link>https://www.subcul-science.com/post_old/2015-01-15-pirates/</link>
      <pubDate>Thu, 15 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-01-15-pirates/</guid>
      <description>&lt;p&gt;Piracy is typically an act of robbery or criminal violence at sea. The term can include acts committed on land, in the air, or in other major bodies of water or on a shore. It does not normally include crimes committed against persons traveling on the same vessel as the perpetrator (e.g. one passenger stealing from others on the same vessel). The term has been used throughout history to refer to raids across land borders by non-state agents.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First post!</title>
      <link>https://www.subcul-science.com/post_old/2015-01-04-first-post/</link>
      <pubDate>Mon, 05 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/post_old/2015-01-04-first-post/</guid>
      <description>&lt;p&gt;This is my first post, how exciting!&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.subcul-science.com/_index_old/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/_index_old/</guid>
      <description>&lt;h2 id=&#34;front-page-content&#34;&gt;Front Page Content&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;beautifulhugo&lt;/code&gt; supports content on your front page. Edit &lt;code&gt;/content/_index.md&lt;/code&gt; to change what appears here. Delete &lt;code&gt;/content/_index.md&lt;/code&gt; if you don&amp;rsquo;t want any content here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>プライバシーポリシー</title>
      <link>https://www.subcul-science.com/privacy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/privacy/</guid>
      <description>&lt;p&gt;このサイトでは利用状況を分析するために Google アナリティクス を使用しています。&#xA;Google アナリティクスはCookieを使用してこのサイトへのアクセス情報を Google に送信しています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>当ブログ管理人紹介</title>
      <link>https://www.subcul-science.com/page/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.subcul-science.com/page/about/</guid>
      <description>&lt;h2 id=&#34;自己紹介&#34;&gt;自己紹介&lt;/h2&gt;&#xA;&lt;p&gt;国立大学院にて機械学習、統計解析、数理最適化を研究しておりました。&lt;/p&gt;&#xA;&lt;p&gt;現在はその経験を活かして企業にて自然言語処理AIの研究をしております。&lt;/p&gt;&#xA;&lt;p&gt;最新の技術トレンドを追いかけながら、実際の課題解決に応用できる実用的なシステム開発に取り組んでいます。特に、AI技術とWeb開発を組み合わせた効率化ツールの開発が得意分野です。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
