neurodata / graph-stats-book

http://docs.neurodata.io/graph-stats-book/coverpage.html
GNU General Public License v3.0
24 stars 7 forks source link

Network Machine Learning in Python

This book provides an introduction to graph statistics, with a focus on useful representations of graphs and their applications on real data.

Google Drive Brainstorm Book Proposal Compiled Jupyter Book

Usage

Building the book

If you'd like to develop on and build the Network Machine Learning in Python book, you should:

A fully-rendered HTML version of the book will be built in network_machine_learning_in_python/_build/html/index.html.

Hosting the book

The html version of the book is hosted on the gh-pages branch of this repo. A GitHub actions workflow has been created that automatically builds and pushes the book to this branch on a push or pull request to main.

If you wish to disable this automation, you may remove the GitHub actions workflow and build the book manually by:

This will automatically push your build to the gh-pages branch. More information on this hosting process can be found here.

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.

Color Schemes

Code

Functions specific to this book - e.g., plotting functions we use regularly - has been stored in the subpackage below. https://github.com/neurodata/graphbook-code