<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tam5917</author_name>
  <author_url>https://blog.hatena.ne.jp/tam5917/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://tam5917.hatenablog.com/</blog_url>
  <categories>
    <anon>機械学習</anon>
    <anon>ホップフィールドネットワーク</anon>
  </categories>
  <description>はじめに 前回の記事でホップフィールドネットワークのPythonを実装を書いたのだった。 tam5917.hatenablog.com プログラムを高速実行させたく、今回C言語で書き直したということ。 実装 以下に置いた。Enjoy! hopnet_1d.c · GitHub main関数における処理の流れは共通なので説明は省略する。Python実装にはなかった明示的なメモリ確保・解放処理が入るぐらいの違いしかない。 int main(int argc, char *argv[]) { HopfieldConfig config; srand((unsigned int)time(NULL))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftam5917.hatenablog.com%2Fentry%2F2025%2F02%2F09%2F022723&quot; title=&quot;ランダムビットパターン系列を連想記憶するホップフィールドネットワークをC言語で書いてみた - 備忘録&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>2025-02-09 02:27:23</published>
  <title>ランダムビットパターン系列を連想記憶するホップフィールドネットワークをC言語で書いてみた</title>
  <type>rich</type>
  <url>https://tam5917.hatenablog.com/entry/2025/02/09/022723</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
