diff --git a/README.md b/README.md index 63c55800c..2ac3cd6df 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The StellarGraph library can be used to solve tasks using graph-structured data, - Representation learning for nodes and edges, to be used for visualisation and various downstream machine learning tasks; - Classification and attribute inference of nodes or edges; - Link prediction; -- Interpretation of node classification through calculated importances of edges and neighbours for selected nodes [7]. +- Interpretation of node classification through calculated importances of edges and neighbours for selected nodes [8]. We provide [examples](https://github.com/stellargraph/stellargraph/tree/master/demos/) of using `StellarGraph` to solve such tasks using several real-world datasets. @@ -130,7 +130,7 @@ can be downloaded and installed from [python.org](https://python.org/). Alternat environment, available from [anaconda.com](https://www.anaconda.com/download/). *Note*: while the library works on Python 3.7 it is based on Keras which does not officially support Python 3.7. -Therefore, there may be unforseen bugs and you there are many warnings from the Python libraries that +Therefore, there may be unforseen bugs and you there are many warnings from the Python libraries that StellarGraph depends upon.