Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.36 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.36 KB

MolGN

Molecular Graph Networks - a work in progress from the Frost group.

Built on MolecularGraph.jl and Lux.jl.

Stable Dev Build Status ColPrac: Contributor's Guide on Collaborative Practices for Community Packages PkgEval

Prior work / see also

https://github.com/CarloLucibello/GraphNeuralNetworks.jl - many models implemented, on top of flux

https://github.com/Chemellia/AtomicGraphNets.jl - specialised to crystal graph CNN, on top of flux, inspired in part by CarloLucibello's package

https://github.com/FluxML/GeometricFlux.jl - generalised to Bronsteins Geometric generalisation

https://github.com/SimonEnsemble/graph-kernel-SVM-for-toxicity-of-pesticides-to-bees - graph kernel SVM, but written as a compact code rather than package