An open API service indexing awesome lists of open source software.

https://github.com/shunk031/graph-powered-machine-learning


https://github.com/shunk031/graph-powered-machine-learning

Last synced: 7 months ago
JSON representation

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
```