https://github.com/shunk031/graph-powered-machine-learning
https://github.com/shunk031/graph-powered-machine-learning
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shunk031/graph-powered-machine-learning
- Owner: shunk031
- Created: 2021-01-12T16:57:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T04:02:48.000Z (over 4 years ago)
- Last Synced: 2025-01-10T17:53:45.790Z (9 months ago)
- Language: Jupyter Notebook
- Size: 10.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graph-powered Machine Learning
[Manning | Graph-Powered Machine Learning](https://www.manning.com/books/graph-powered-machine-learning) 実装メモです。
書籍中で実装が明らかになっていない部分を含め、周辺コードから類推してコードを補完しております。## 動作環境要件
- Ubuntu 18.04+ / MacOS Mojave+
- Windows での動作を確認しておりません
- Python 3.8+
- Neo4j Desktop latest## 実行環境のセットアップ
- poetry を使用しています
- 詳しくは [Introduction | Documentation | Poetry - Python dependency management and packaging made easy.](https://python-poetry.org/docs/) を御覧ください```shell
$ pip install -U pip setuptools poetry
$ poetry install
```