Skip to content

Implementation for the paper 'Learning latent representations for operational nitrogen response rate prediction'

Notifications You must be signed in to change notification settings

chrispyl/Learning-latent-representations-for-nitrogen-response-rate-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning-latent-representations-for-nitrogen-response-rate-prediction

Appeared at AI for Earth and Space Science workshop, ICLR 2022. In this paper we examined if our previously proposed method to overcome data quantity and resolution issues is able to work independently of the machine learning algorithm used to make predictions. We compared three neural network architectures with a reference Random Forest model in a case study of nitrogen response rate prediction. The architectures were:

  • a Multilayer Perceptron

  • an MLP Autoencoder where we replace the decoder with a regression head after training

  • an MLP dual-head Autoencoder which optimizes the reconstruction and prediction losses simultaneously

On the repository there is also the LSTM version of the dual-head Autoencoder which was not included in the paper:

About

Implementation for the paper 'Learning latent representations for operational nitrogen response rate prediction'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages