https://github.com/lucacappelletti94/ensmallen_experiments
Experiments on the EnsmallenGraph library.
https://github.com/lucacappelletti94/ensmallen_experiments
Last synced: 2 months ago
JSON representation
Experiments on the EnsmallenGraph library.
- Host: GitHub
- URL: https://github.com/lucacappelletti94/ensmallen_experiments
- Owner: LucaCappelletti94
- Created: 2020-08-04T19:28:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T16:39:09.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T13:13:50.207Z (4 months ago)
- Language: Jupyter Notebook
- Size: 112 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ensmallen benchmarks
Experiments benchmarking the task of loading a graph, executing a first-order random walk and a second-order random walk on a number of graph from the literarure using Ensmallen and other libraries from the literature.## Reproducing the benchmarks
To reproduce the benchmarks just clone the repository and run the `run_tests.sh` bash script.Do note that the results reported are of an Ensmallen version of about 1 year ago, and the more recent versions are considerably faster. We are still striving to achieve better throuput for these tasks, but our focus has currently moved to the validation of real-world datasets and identification of significant biases and oddities that may be present therein.
