先人に感謝.
【外部ページへのリンク】 Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering https://arxiv.org/abs/1606.09375
GitHub の mdeff/cnn_graph の配布サイト(https://github.com/mdeff/cnn_graph)
Windows での Python 3.10,関連パッケージ,Python 開発環境のインストール: 別ページ »で説明
【サイト内の関連ページ】
Python のまとめ: 別ページ »にまとめ
【関連する外部ページ】
Python の公式ページ: https://www.python.org/
Git の URL: https://git-scm.com/
GitHub の mdeff/cnn_graph の配布サイト(https://github.com/mdeff/cnn_graph)で公開されている プログラムを,ダウンロードし展開(解凍)する.
※ 以下,Windows での手順を示す.Ubuntu でも同様の手順になる.
cd c:\pytools rmdir /s /q cnn_graph
git clone https://github.com/mdeff/cnn_graph
E: cd c:\pytools cd cnn_graph pip install -r requirements.txt
まず、ディレクトリを移動
from <ほにゃらら> import ... の「from <ほにゃらら> 」は削除