<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h-wadsworth02</author_name>
  <author_url>https://blog.hatena.ne.jp/h-wadsworth02/</author_url>
  <blog_title>データの裏側を歩く</blog_title>
  <blog_url>https://www.medi-08-data-06.work/</blog_url>
  <categories>
    <anon>機械学習</anon>
    <anon>R</anon>
  </categories>
  <description>パターン認識と機械学習の第1章多項式曲線フィッティングについてまとめます。 多項式曲線フィッティング 多項式曲線フィッティングは、目的変数にうまくフィットするような線形モデルを作成します。今回はsin関数を多項式フィッティングしていきます。 &gt; x &lt;- seq(0,1,length=10) &gt; t &lt;- sin(2*pi*x) + rnorm(8 ,0,0.4) &gt; plot(x , t ,xlim = c(min(x),max(x)),ylim=c(-2 , 2) , col = &quot;blue&quot;) &gt; curve(sin(2*pi*x),add = TRUE , col=&quot;green&quot;) ま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.medi-08-data-06.work%2Fentry%2F2018%2F12%2F23%2F105136&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://cdn-ak.f.st-hatena.com/images/fotolife/h/h-wadsworth02/20181222/20181222221724.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-12-23 10:51:36</published>
  <title>多項式曲線フィッティング~パターン認識と機械学習~</title>
  <type>rich</type>
  <url>https://www.medi-08-data-06.work/entry/2018/12/23/105136</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
