Skip to main content

Table 8 The list of parameters for LSTM network and other compared methods

From: Occurrence prediction of pests and diseases in cotton on the basis of weather factors by long short term memory network

Methods

Parameters

LSTM

lr=1; l fc=2[5,1]; units_r=5

SVM

type=’LinearSVC’; C = 10

KNN

weights=’distance’; n_neighbors=3; algorithm=’ball_tree’; p = 2

Random Forest

n_estimators=100