Giter VIP home page Giter VIP logo

yield-prediction-dnn's Introduction

Yield-Prediction-DNN

This repository contains my code for the "Crop Yield Prediction Using Deep Neural Networks" paper authered by Saeed Khaki and Lizhi Wang. The network is a deep feedforward neural network which uses the state-of-the-art deep learning techniques such as residual learning, batch normalization, dropout, L1 and L2 regularization.

Please cite our paper if you use our code. Thanks!

@article{khaki2019crop,
  title={Crop yield prediction using deep neural networks},
  author={Khaki, Saeed and Wang, Lizhi},
  journal={Frontiers in plant science},
  volume={10},
  year={2019},
  publisher={Frontiers Media SA}
}


@article{khaki2019cnn,
  title={A CNN-RNN Framework for Crop Yield Prediction},
  author={Khaki, Saeed and Wang, Lizhi and Archontoulis, Sotirios V},
  journal={arXiv preprint arXiv:1911.09045},
  year={2019}
}


Getting Started

Please install the following packages in Python3:

  • numpy
  • tensorflow
  • matplotlib

Dimension of Input Data

  • Genotype , soil, and weather data were used in the paper. You should load your data as train and test, then run the model.

  • The genotype data were coded in -1, 0, 1 values, respectively representing aa, aA, and AA alleles. The genotype data had dimension n-by-p where n and p denote the number of obseration and genetic markers.

  • The environment data (weather and soil) had dimension n-by-k, where n and k denote the number of obseration and enviromental components.

  • Each observation is fed to the network as 1d vectors (dimension p+k) .

Data Availability Statement

The data analyzed in this study was provided by Syngenta for 2018 Syngenta Crop Challenge. We accessed the data through annual Syngenta Crop Challenge. During the challenge, September 2017 to January 2018, the data was open to the public. Researchers who wish to access the data may do so by contacting Syngenta directly. We are not allowed to share the data due to non-disclosure agreement, sorry.

Notice

We have recently published a new paper titled "A CNN-RNN Framework for Crop Yield Prediction" published in Frontiers in Plant Science Journal. This paper predicts corn and soybean yields based on weather, soil and management practices data. Researchers can use the data from this paper using following link. We spend a lot of time gathering and cleaning the data from different publicly available sources. Please cite our papers if you use our data or codes. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.