<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>JDengineer</author_name>
  <author_url>https://blog.hatena.ne.jp/JDengineer/</author_url>
  <blog_title>見習いエンジニア覚書</blog_title>
  <blog_url>https://jd-engineer.hateblo.jp/</blog_url>
  <categories>
    <anon>読書</anon>
    <anon>技術</anon>
  </categories>
  <description>『データ分析のための機械学習入門』第４章機械学習アルゴリズムのナイーブベイズのサンプルプログラムに解説コメントを付け加えました。 #!/usr/bin/env python # -*- coding: utf-8 -*- import math import sys from collections import defaultdict class Feature: &quot;&quot;&quot; Feature for NaiveBayes&quot;&quot;&quot; def __init__(self, name): self.name = name self.categories = defaultdict(int) def __g…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjd-engineer.hateblo.jp%2Fentry%2F2017%2F03%2F15%2F213705&quot; title=&quot;ナイーブベイズのサンプルプログラムに解説コメントをする - 見習いエンジニア覚書&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://images-fe.ssl-images-amazon.com/images/I/5177nzaG-lL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-03-15 21:37:05</published>
  <title>ナイーブベイズのサンプルプログラムに解説コメントをする</title>
  <type>rich</type>
  <url>https://jd-engineer.hateblo.jp/entry/2017/03/15/213705</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
