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

https://github.com/akhilpandey95/gnnnas

Work as part of ANL summer 2022 research with emphasis on utilizing symbolic programming to perform NAS on graph neural networks
https://github.com/akhilpandey95/gnnnas

graph-neural-networks graph-representation-learning neural-architecture-search representation-learning symbolic-programming

Last synced: 8 months ago
JSON representation

Work as part of ANL summer 2022 research with emphasis on utilizing symbolic programming to perform NAS on graph neural networks

Awesome Lists containing this project

README

          




gnnnas logo


Library to write symbolic programs to generate expressive message passing neural networks

kgforge Documentation




Code Style



Supported Python versions


Downloads per week


License


Contribute


What is it?
Features
Installation
Usage
Contributing

## What is it?
`kgforge` is a library which automates the generation of knowledge graphs from scholarly text.

## Features:
- **TODO**: TODO: Description.

## Installation:

### Poetry

```bash
poetry add kgforge
```

### Pip

```bash
pip install kgforge
```

Setup your local environment:

Any necessary environment variables description:

```shell
export SAMPLE_ENV_VARIABLE=${VALUE}
```

## Usage

Now that `kgforge` is installed, you're ready to start using it!

It's time to point you to the official [Documentation Website](https://akhilpandey95.github.io/gnnNAS/) for more information on how to use `kgforge`

## Contributing
If you'd like to contribute, be sure to check out our [contributing guide](./CONTRIBUTING.md)! If you'd like to work on any outstanding items, check out the `roadmap` section in the docs and get started :smiley:

Thanks goes to these incredible people.