Skip to content

Releases: moienr/SoilNet

Release Version v2.0.1

20 Aug 10:52
70f03fa
Compare
Choose a tag to compare

This is the code for the IEEE TGRS published version of the paper titled: "SSL-SoilNet: A Hybrid Transformer-based Framework with Self-Supervised Learning for Large-scale Soil Organic Carbon Prediction"

Version 2.0.1 changes:

  • Added .py files with command line options and flags for easy use of the model.
  • Removed Notebook files; you still can access them in Release 2.0.0

Version 2.0.0 changes:

  • Added self-supervised contrastive learning for multimodal data
  • Added a second dataset analysis titled 'RaCA.'
  • More ML models were added for comparison.

Release Version v2.0.0

29 Mar 16:23
7753953
Compare
Choose a tag to compare

This is the code for the new version of the paper titled: "SSCL-SoilNet: A Hybrid Deep Learning Framework with Self-Supervised Contrastive Learning for Large-scale Soil Organic Carbon Prediction"

  • Added self-supervised contrastive learning for multimodal data
  • Added a second dataset analysis titled 'RaCA.'
  • More ML models were added for comparison.

Review Code at : notebook version

Preprint Version

29 Mar 13:20
7753953
Compare
Choose a tag to compare
Preprint Version Pre-release
Pre-release

This is the code for the preprint version of this paper titled: "SoilNet: An Attention-based Spatio-temporal Deep Learning Framework for Soil Organic Carbon Prediction with Digital Soil Mapping in Europe"

  • No Self-Supervision was used in this model.
  • It is mainly CNN/LSTM based and no transformer is used (expect for the attention module).

Review Code at : SoilNet/tree/preprint_version