Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JiaxuanYou/crop_yield_prediction
Crop Yield Prediction with Deep Learning
https://github.com/JiaxuanYou/crop_yield_prediction
Last synced: 2 months ago
JSON representation
Crop Yield Prediction with Deep Learning
- Host: GitHub
- URL: https://github.com/JiaxuanYou/crop_yield_prediction
- Owner: JiaxuanYou
- Created: 2017-03-27T12:13:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T09:09:30.000Z (over 1 year ago)
- Last Synced: 2024-10-16T05:44:48.500Z (3 months ago)
- Language: Python
- Size: 595 KB
- Stars: 371
- Watchers: 32
- Forks: 208
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- -awesome-agriculture - Crop Yield Prediction - Deep gaussian process for crop yield prediction based on remote sensing data. (Datasets, Machine Learning and AI)
README
# Crop yield Prediction with Deep Learning
The necessary code for our paper, [Deep Gaussian Process for Crop Yield Prediction Based on Remote Sensing Data](http://jiaxuanyou.me/files/Jiaxuan_AAAI17.pdf), AAAI 2017 (Best Student Paper Award in Computational Sustainability Track). We are glad to win the "Best Big Data Solution" in [World Bank Big Data Innovation Chanllenge](http://bigdatainnovationchallenge.org/) as well.Here is a brief introduction on the utilities for each folder.
- **"/1 download data"** How we download data from Google Earth Engine to Google Drive. Users then need to export data from Google Drive to their local folder, e.g., their clusters. The trick there is that we first concatenated all images across all the years available (say 2003 to 2015), then download the huge image at once, which could be hundreds of times faster.
- **"/2 clean data"** How the raw data is preprocessed, including slicing the huge images to get individual images, 3-D histogram calculations, etc.
- **"/3 model"** The CNN/LSTM model structure, written in tensorflow (v0.9). The Gaussian Process model, written in python.
- **"/4 model_batch"** Since we are training different models for each year and each month, a batch code is used for training.
- **"/5 model_semi_supervised"** A recent contribution, extending the model with semi-supervised deep generative model, however it doesn't work well. We are happy to discuss the model if you can make it work.
- **"/6 result_analysis"** Plot results, plot yield map, etc.For more information, please contact Jiaxuan You.