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

https://github.com/compomics/molexpress

Graph Neural Networks with Keras 3
https://github.com/compomics/molexpress

Last synced: about 2 months ago
JSON representation

Graph Neural Networks with Keras 3

Awesome Lists containing this project

README

          

# MolExpress

## Status
In progress. Trying out Keras 3 as an agnostic deep learning framework.

## About
Graph Neural Network (GNN) implementations using Keras 3: compatible with TensorFlow, PyTorch and JAX.

## Dependencies
- Python (version ~= 3.10)
- TensorFlow (version >= 2.16.0)
- Keras 3

## Installation