Aaayue / CROP-CLASSIFICATION

ML model for crop classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CROP_CLASSIFICATION


This repo is all about the models we used for crop classification.

Usually LSTM is the prefered choice for crop classification based on time series date. while since the LSTM model is time-costing, some other models are also used in project, such as MLP, SVM, DT, all the model parameters can insert from command lines, except MC-DCNN.

Please run ./script/run-model.py and use "-h" for help.

For LSTM, the input file should be a dictionary which contains time and source as keys, but for other model, the input should be np.ndarray, the programms read the input file and directly throw it to model for training.

996.icu

About

ML model for crop classification


Languages

Language:Python 100.0%