<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>derwind</author_name>
  <author_url>https://blog.hatena.ne.jp/derwind/</author_url>
  <blog_title>らんだむな記憶</blog_title>
  <blog_url>https://randommemory.hatenablog.com/</blog_url>
  <categories>
    <anon>machine_learning</anon>
  </categories>
  <description>\begin{align} F = \frac{9}{5} C + 32 \end{align}を学習させてみる。あまり自分でモデルを実装した記憶もないし。 import torch import torch.nn as nn import torch.optim as optim from tqdm import tqdm import numpy as np device = torch.device(&quot;cuda&quot; if torch.cuda.is_available() else &quot;cpu&quot;) X = np.arange(-100, 100, 0.1) y = np.array([x*9…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2020%2F05%2F23%2F221139&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-23 22:11:39</published>
  <title>摂氏から華氏</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2020/05/23/221139</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
