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
- Host: GitHub
- URL: https://github.com/compomics/molexpress
- Owner: CompOmics
- License: mit
- Created: 2024-03-11T16:57:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T12:52:18.000Z (about 1 year ago)
- Last Synced: 2025-09-10T05:09:53.410Z (7 months ago)
- Language: Python
- Size: 4.98 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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