SlideShare a Scribd company logo
Quest Journals
Journal of Research in Agriculture and Animal Science
Volume 4 ~ Issue 8 (2017) pp: 23-26
ISSN(Online) : 2321-9459
www.questjournals.org
*Corresponding Author: Minje Jeong 23 | Page
1*
Department of Agricultural Economics and Rural Development, Seoul National University.
Research Paper
Predicting Agricultural Products Volume With APC ERP Data
Minje Jeong1
, Young Jin Lee2
, Youngchan Choe*
1*
Department of Agricultural Economics and Rural Development, Seoul National University.
2
Ezfarm Corporation.
Received; 08 Mar. 2017 Accepted; 23 Mar. 2017; © The author(s) 2017. Published with open access
at www.questjournals.org
ABSTRACT: The purpose of the study is to predict agricultural product volumes using Agricultural product
processing center (APC) enterprise resource planning (ERP) data from Korea. So far, great attention by the
government has been shown to predict agricultural product volumes to stabilize price, especially high volatility
products such as cabbage. In the past, it was hard to predict volumes precisely due to the lack of useful data.
Recently, useful data has been accumulated from various sources such as sensors in greenhouses, information
systems and public areas. This makes it possible to predict agricultural product volumes more precisely. For
this study, we employ the support vector machine (SVM) to predict cabbage volumes. SVM is a semiparametric
technique with origins in the machine-learning literature of computer science and its prediction performance is
well known. We explore results using SVM against three other methods: ordinary least square (OLS), auto
regression (AR), and vector auto regression (VAR). The results show that the prediction performance of SVM is
better than that of the other three methods. We expect that the results can be applied to predict domestic
cabbage volumes and ERP dashboard for top management at the APC.
Keywords: Support vector machine, APC ERP data
I. INTRODUCTION
The government of South Korea (hereafter, Korea) has implemented efforts in stabilizing agricultural
product prices. The volatility of agricultural product prices, especially cabbage, is large. Due to the high
volatility of agricultural product prices, oversupply happens frequently, which deteriorates rural household
incomes.
Prediction value of agricultural products volume is needed to stabilize agricultural product prices. For
predicting future value, data of farm productivity volume or mid-distribution is required. In the past, this kind of
data was rare due to the lack of information systems. During the recent development of information technology
(IT), useful data has been accumulated from information systems such as farm sensors. ERP in agriculture has
enabled us to predict agricultural product volumes more precisely when compared to the past.
In this study, we develop a model for predicting domestic agricultural product volumes monthly using
the agricultural processing center (APC) enterprise resource planning (ERP) data. The APC is the mid-
distribution agent in agriculture. The APC contracts with farms and purchases their original products. Once,
they purchase agricultural products, they distribute the products to agricultural wholesale markets or
hypermarkets. For that reason, APC plays an important role in agricultural distribution. Thus, their data can be
crucial for predicting agricultural product volumes.
We use the support vector machine (SVM) model with APC ERP data to predict cabbage volumes.
SVM is a semi-parametric technique with origins in the machine-learning literature of computer science and its
prediction performance is well known (Cui & Curry, 2005). Additionally, we explore results using SVM against
three other econometrics methods such as ordinary least square (OLS), autoregression (AR), and vector auto
regression (VAR).
This study has two implications. For academia, this study can be useful to find which algorithm has an
effective prediction performance among OLS, SVM, and time series. For the practitioner, the results of the
study enable the APC to develop a flexible strategy for shipment.
Predicting Agricultural Products Volume With APC ERP Data
*Corresponding Author: Minje Jeong 24 | Page
II. APC DATA FROM INTERNAL INFORMATION SYSTEM
The APC is the mid-distribution agent in agriculture. They provide a contract with regional farms and
purchase their original products. As mentioned, their role is crucial for domestic agriculture. APC contributes to
the farms’ benefits and they have valuable data for predicting agricultural product volumes.
The APC uses information systems such as ERP because there are many things they have to control. In
the ERP server, there is valuable data related to contracts with regional farms and shipments (i.e.,product
location and volumes distributed). Figure 1 shows the architecture of an ERP system at the APC. There are a lot
of useful data for predicting agricultural product volumes. Thus, we can estimate future agricultural product
volumes using APC ERP data.
III. SVM(SUPPORT VECTOR MACHINE)
The support vector machine combines concepts from abstract Hilbert spaces with modern optimization
techniques (Cui & Curry, 2005). SVM is well known for one of the effective solutions to solve out classification
issues (Heo, 2013).
subject to 1)
subject to 2)
And it uses kernel transformations that take the general form -x�z = -x�-z(Cui & Curry, 2005).
Kernels used frequently are below,
Radial kernel :
Polynomial kernel :
Logistic kernel :
The result of the support vector machine depends on unit cost, slack, and kernel, so it is necessary to
find optimized unit cost and slack(Lantz, 2014). In this study, we set slack(Gamma = 1), unit cost(Cost = 9) and
radial kernel.
IV. DATA
Our data set is constructed from two sources. We use ERP data from the APC, which is a leading mid-
distribution processing center for cabbage. We extract their monthly shipment variable from their database.
Another source is the public agricultural wholesale market database. From that database, we can extract monthly
transaction volumes from the Garak wholesale market (response variable). The Garak wholesale market is the
largest agricultural wholesale market in Korea. Our data period runs from January 2013 through December
2015. We use samples from January 2013 to September 2015 because the remains are used for out-of-sample
prediction. The information of our data set is provided in Table 1.
Our data set is constructed from two sources. We use ERP data from the APC, which is a leading mid-
distribution processing center for cabbage. We extract their monthly shipment variable from their database.
Another source is the public agricultural wholesale market database. From that database, we can extract monthly
Predicting Agricultural Products Volume With APC ERP Data
*Corresponding Author: Minje Jeong 25 | Page
transaction volumes from the Garak wholesale market (response variable). The Garak wholesale market is the
largest agricultural wholesale market in Korea. Our data period runs from January 2013 through December
2015. We use samples from January 2013 to September 2015 because the remains are used for out-of-sample
prediction. The information of our data set is provided in Table 1.
Variable Description(monthly base)
output_lag 1 lag for shipment amount of APC
input_garak Input amount of Garak wholsale market
garak_lag 1 lag for Input amount of Garak wholsale market
Table 1. Description of variables
Each variable correlates strongly with each other. Table 2 shows the correlation matrix for each
variable.
input_garak output_lag garak.lag
input_garak -
output_lag 0.61 -
garak_lag 0.33 0.59 -
Table 2. Correlation of variables
The Linear form of our prediction model is shown below. Response variable Y is the input amount
from the Garak wholesale market. Explanatory variable X is the shipment amount of APC.
,
V. RESULT
One-step-ahead forecasting performances of the various models were subsequently compared against a
benchmark, which is defined as a ‘no-change’ forecast (Smith, 2016). We compare our model using SVM to a
few models such as AR(1), VAR, and OLS. The period of our prediction model is based on January 2013
through September 2015 . We compare each model for out-of-sample (October 2015 to December 2015)
prediction.
Relative accuracy of the individual models is assessed through the root mean square error (RMSE) and
mean absolute percentage error (MAPE). We set OLS as a bench mark (BM) model and we compare the other
models based on a ratio calculated from MAPE.
Table 3 presents the results of the out-of-sample prediction. The results show that the prediction
performance of SVM is better than that of the other three methods. SVM has the lowest RMSE and MAPE. We
expect that the results can be applied to predict domestic cabbage volumes and ERP dashboard for the top
management at the APC.
(unit : kg)
Period Garak_M OLS SVM AR(1) VAR
2015/10 40,534,094 41,250,358 41,178,180 46,388,069 48,914,499
2015/11 66,382,652 45,822,283 62,251,317 48,248,476 47,268,290
2015/12 60,540,662 44,103,219 60,673,832 47,613,885 45,958,139
RMSE - 15,203,414 2,415,265 13,294,346 14,699,660
MAPE
-
0.199 0.027 0.210 0.245
MAPE
ratio to
OLS
-
1 0.136 1.055 1.231
Table 3. Out-of-sample performance
VI. CONCLUSION
Given the government’s high interests in controlling agricultural product prices, this study aimed to
provide assessment of usefulness of data from the APC and prediction performance of SVM. APC plays an
important role in regional distribution of agricultural products. Thus, APC data represents regional productivity
Predicting Agricultural Products Volume With APC ERP Data
*Corresponding Author: Minje Jeong 26 | Page
of agricultural products and is useful for predicting agricultural products volumes. Actually, some success was
found in our study regarding the prediction of agricultural products volumes using APC ERP data.
This study has two limitations. First, the period of data is only for thirty-six months (36 rows). Thus, it
is not sufficient to assess out-of-sample performance (only three months). Second, market share of the APC in
the domestic cabbage market is less than 10%. To predict cabbage volumes more precisely, we need APCs that
have more than 20% market share.
For future research, we suggest two topics. First, it is necessary to use weather data as explanatory
variables. Weather conditions are the most important factors for productivity of agricultural products. Thus, if
weather condition data adds to the predictors, the accuracy of predicting performance can be more improved.
Second, text mining with agricultural news and reports could be useful for predicting volumes. Media has been
proven as useful source for prediction (e.g., Trusov et al., 2009). Using latent semantic analysis (LSA) and
latent Dirichlet allocation (LDA), which are powerful methods of finding patterns in a large text data set, we
expect to predict agricultural product prices/volumes.
ACKNOWLEDGMENTS
This research was supported by 'Agricultural Biotechnology Development Program', Ministry of
Agriculture, Food and Rural Affairs.
REFERENCES
[1]. B. Lantz, Editor, Machine learning with R(Packt Publishing Ltd., Birmingham, 2015).
[2]. D Cui and D Curry, Prediction in Marketing Using the Support Vector Machine, Marketing Science, 24(4), 2005, 595-615.
[3]. M. H.Heo, Applied data analysis using R( FreeAcademy, Seoul, 2014).
[4]. M Trusov, R. E. Bucklin and K. Pauwels. Effects of word-of-mouth versus traditional marketing: findings from an internet social
networking site, Journal of Marketing, 73(5), (2009, 90-102.
[5]. P. Smith, Google’s MIDAS Touch: Predicting UK Unemployment with Internet Search Data, Journal of Forecasting, 35(3), 2016,
263-284.

More Related Content

What's hot

Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
IRJET Journal
 
IRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big DataIRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big Data
IRJET Journal
 
Data Warehousing and Business Intelligence Project on Smart Agriculture and M...
Data Warehousing and Business Intelligence Project on Smart Agriculture and M...Data Warehousing and Business Intelligence Project on Smart Agriculture and M...
Data Warehousing and Business Intelligence Project on Smart Agriculture and M...
Kaushik Rajan
 
Analysis of Crime Big Data using MapReduce
Analysis of Crime Big Data using MapReduceAnalysis of Crime Big Data using MapReduce
Analysis of Crime Big Data using MapReduce
Kaushik Rajan
 
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather AnalysisIRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET Journal
 

What's hot (6)

Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
 
IRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big DataIRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big Data
 
Data Warehousing and Business Intelligence Project on Smart Agriculture and M...
Data Warehousing and Business Intelligence Project on Smart Agriculture and M...Data Warehousing and Business Intelligence Project on Smart Agriculture and M...
Data Warehousing and Business Intelligence Project on Smart Agriculture and M...
 
Analysis of Crime Big Data using MapReduce
Analysis of Crime Big Data using MapReduceAnalysis of Crime Big Data using MapReduce
Analysis of Crime Big Data using MapReduce
 
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather AnalysisIRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather Analysis
 
BLINKup Energy Audit
BLINKup Energy AuditBLINKup Energy Audit
BLINKup Energy Audit
 

Similar to Predicting Agricultural Products Volume With APC ERP Data

Forecasting Agricultural Commodity Price: the Case of onion
Forecasting Agricultural Commodity Price: the Case of onionForecasting Agricultural Commodity Price: the Case of onion
Forecasting Agricultural Commodity Price: the Case of onion
QUESTJOURNAL
 
Demand Value Identification using Improved Vector Analysis
Demand Value Identification using Improved Vector AnalysisDemand Value Identification using Improved Vector Analysis
Demand Value Identification using Improved Vector Analysis
IRJET Journal
 
A New Sales Forecasting Model for International Restaurants
A New Sales Forecasting Model for International RestaurantsA New Sales Forecasting Model for International Restaurants
A New Sales Forecasting Model for International Restaurants
The International Journal of Business Management and Technology
 
A study of_success_and_failure_in_erp_implementati
A study of_success_and_failure_in_erp_implementatiA study of_success_and_failure_in_erp_implementati
A study of_success_and_failure_in_erp_implementati
AnchTechnologies1
 
Earned Value Management Meets Big Data
Earned Value Management Meets Big DataEarned Value Management Meets Big Data
Earned Value Management Meets Big Data
Glen Alleman
 
IRJET- Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET- Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET Journal
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
ssuserb22f5a
 
IRJET - Movie Genre Prediction from Plot Summaries by Comparing Various C...
IRJET -  	  Movie Genre Prediction from Plot Summaries by Comparing Various C...IRJET -  	  Movie Genre Prediction from Plot Summaries by Comparing Various C...
IRJET - Movie Genre Prediction from Plot Summaries by Comparing Various C...
IRJET Journal
 
Demand Estimation Model Sensitivity Analysis
Demand Estimation Model Sensitivity AnalysisDemand Estimation Model Sensitivity Analysis
Demand Estimation Model Sensitivity AnalysisGary Lauson, M.S., P.E.
 
Modelling Mobile payment services revenue using Artificial Neural Network
Modelling Mobile payment services revenue using Artificial Neural Network Modelling Mobile payment services revenue using Artificial Neural Network
Modelling Mobile payment services revenue using Artificial Neural Network
Kyalo Richard
 
Restaurant Revenue Prediction using Machine Learning
Restaurant Revenue Prediction using Machine LearningRestaurant Revenue Prediction using Machine Learning
Restaurant Revenue Prediction using Machine Learning
researchinventy
 
IRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET - Agrotech: Soil Analysis and Crop PredictionIRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET Journal
 
Data driven algorithm selection to predict agriculture commodities price
Data driven algorithm selection to predict agriculture  commodities priceData driven algorithm selection to predict agriculture  commodities price
Data driven algorithm selection to predict agriculture commodities price
IJECEIAES
 
Data Trend Analysis by Assigning Polynomial Function For Given Data Set
Data Trend Analysis by Assigning Polynomial Function For Given Data SetData Trend Analysis by Assigning Polynomial Function For Given Data Set
Data Trend Analysis by Assigning Polynomial Function For Given Data Set
IJCERT
 
Analyzing Cost of Crop Production and Forecasting the Price of a Crop
Analyzing Cost of Crop Production and Forecasting the Price of a CropAnalyzing Cost of Crop Production and Forecasting the Price of a Crop
Analyzing Cost of Crop Production and Forecasting the Price of a Crop
IRJET Journal
 
IRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining TechniquesIRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining Techniques
IRJET Journal
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET Journal
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
IJECEIAES
 
40120140507002
4012014050700240120140507002
40120140507002
IAEME Publication
 

Similar to Predicting Agricultural Products Volume With APC ERP Data (20)

Forecasting Agricultural Commodity Price: the Case of onion
Forecasting Agricultural Commodity Price: the Case of onionForecasting Agricultural Commodity Price: the Case of onion
Forecasting Agricultural Commodity Price: the Case of onion
 
Demand Value Identification using Improved Vector Analysis
Demand Value Identification using Improved Vector AnalysisDemand Value Identification using Improved Vector Analysis
Demand Value Identification using Improved Vector Analysis
 
A New Sales Forecasting Model for International Restaurants
A New Sales Forecasting Model for International RestaurantsA New Sales Forecasting Model for International Restaurants
A New Sales Forecasting Model for International Restaurants
 
A study of_success_and_failure_in_erp_implementati
A study of_success_and_failure_in_erp_implementatiA study of_success_and_failure_in_erp_implementati
A study of_success_and_failure_in_erp_implementati
 
Earned Value Management Meets Big Data
Earned Value Management Meets Big DataEarned Value Management Meets Big Data
Earned Value Management Meets Big Data
 
IRJET- Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET- Crop Price Forecasting System using Supervised Machine Learning Al...
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
 
IRJET - Movie Genre Prediction from Plot Summaries by Comparing Various C...
IRJET -  	  Movie Genre Prediction from Plot Summaries by Comparing Various C...IRJET -  	  Movie Genre Prediction from Plot Summaries by Comparing Various C...
IRJET - Movie Genre Prediction from Plot Summaries by Comparing Various C...
 
Demand Estimation Model Sensitivity Analysis
Demand Estimation Model Sensitivity AnalysisDemand Estimation Model Sensitivity Analysis
Demand Estimation Model Sensitivity Analysis
 
Modelling Mobile payment services revenue using Artificial Neural Network
Modelling Mobile payment services revenue using Artificial Neural Network Modelling Mobile payment services revenue using Artificial Neural Network
Modelling Mobile payment services revenue using Artificial Neural Network
 
Restaurant Revenue Prediction using Machine Learning
Restaurant Revenue Prediction using Machine LearningRestaurant Revenue Prediction using Machine Learning
Restaurant Revenue Prediction using Machine Learning
 
IRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET - Agrotech: Soil Analysis and Crop PredictionIRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET - Agrotech: Soil Analysis and Crop Prediction
 
Data driven algorithm selection to predict agriculture commodities price
Data driven algorithm selection to predict agriculture  commodities priceData driven algorithm selection to predict agriculture  commodities price
Data driven algorithm selection to predict agriculture commodities price
 
Data Trend Analysis by Assigning Polynomial Function For Given Data Set
Data Trend Analysis by Assigning Polynomial Function For Given Data SetData Trend Analysis by Assigning Polynomial Function For Given Data Set
Data Trend Analysis by Assigning Polynomial Function For Given Data Set
 
Analyzing Cost of Crop Production and Forecasting the Price of a Crop
Analyzing Cost of Crop Production and Forecasting the Price of a CropAnalyzing Cost of Crop Production and Forecasting the Price of a Crop
Analyzing Cost of Crop Production and Forecasting the Price of a Crop
 
Stock Market Prediction - IEEE format
Stock Market Prediction - IEEE formatStock Market Prediction - IEEE format
Stock Market Prediction - IEEE format
 
IRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining TechniquesIRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining Techniques
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
40120140507002
4012014050700240120140507002
40120140507002
 

More from QUESTJOURNAL

On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...
On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...
On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...
QUESTJOURNAL
 
The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...
The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...
The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...
QUESTJOURNAL
 
Recruitment Practices And Staff Performance In Public Universities: A Case St...
Recruitment Practices And Staff Performance In Public Universities: A Case St...Recruitment Practices And Staff Performance In Public Universities: A Case St...
Recruitment Practices And Staff Performance In Public Universities: A Case St...
QUESTJOURNAL
 
Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...
Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...
Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...
QUESTJOURNAL
 
Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...
Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...
Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...
QUESTJOURNAL
 
Steganographic Technique Using Instant Messaging Conversation Dynamics
Steganographic Technique Using Instant Messaging Conversation DynamicsSteganographic Technique Using Instant Messaging Conversation Dynamics
Steganographic Technique Using Instant Messaging Conversation Dynamics
QUESTJOURNAL
 
Simple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software ProtectionSimple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software Protection
QUESTJOURNAL
 
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
QUESTJOURNAL
 
Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...
Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...
Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...
QUESTJOURNAL
 
Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...
Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...
Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...
QUESTJOURNAL
 
The Teller & The Tales: A Study of The Novels of Amitav Ghosh
The Teller & The Tales: A Study of The Novels of Amitav GhoshThe Teller & The Tales: A Study of The Novels of Amitav Ghosh
The Teller & The Tales: A Study of The Novels of Amitav Ghosh
QUESTJOURNAL
 
Harmony in Philip Larkin’s Poems
Harmony in Philip Larkin’s PoemsHarmony in Philip Larkin’s Poems
Harmony in Philip Larkin’s Poems
QUESTJOURNAL
 
The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...
The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...
The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...
QUESTJOURNAL
 
The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...
The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...
The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...
QUESTJOURNAL
 
Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...
Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...
Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...
QUESTJOURNAL
 
Professional Competences: An Integrative Approach for Defining The Training C...
Professional Competences: An Integrative Approach for Defining The Training C...Professional Competences: An Integrative Approach for Defining The Training C...
Professional Competences: An Integrative Approach for Defining The Training C...
QUESTJOURNAL
 
Resisting Total Marginality: Understanding African-American College Students’...
Resisting Total Marginality: Understanding African-American College Students’...Resisting Total Marginality: Understanding African-American College Students’...
Resisting Total Marginality: Understanding African-American College Students’...
QUESTJOURNAL
 
“To the Truthful Death, From the Shining Life” By Joe Varghese
“To the Truthful Death, From the Shining Life” By Joe Varghese“To the Truthful Death, From the Shining Life” By Joe Varghese
“To the Truthful Death, From the Shining Life” By Joe Varghese
QUESTJOURNAL
 
Alternative dispute resolution and civil litigation barriers to access to jus...
Alternative dispute resolution and civil litigation barriers to access to jus...Alternative dispute resolution and civil litigation barriers to access to jus...
Alternative dispute resolution and civil litigation barriers to access to jus...
QUESTJOURNAL
 
Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...
Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...
Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...
QUESTJOURNAL
 

More from QUESTJOURNAL (20)

On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...
On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...
On the Use of the Causal Analysis in Small Type Fit Indices of Adult Mathemat...
 
The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...
The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...
The Sov’reign Shrine of Veiled Melancholy- The Shadow of Consumption on La Be...
 
Recruitment Practices And Staff Performance In Public Universities: A Case St...
Recruitment Practices And Staff Performance In Public Universities: A Case St...Recruitment Practices And Staff Performance In Public Universities: A Case St...
Recruitment Practices And Staff Performance In Public Universities: A Case St...
 
Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...
Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...
Pesse Na Siri’ Budgetary System: A Historiography Study of Luwu Kingdom in Is...
 
Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...
Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...
Fabrication of Complete Dentures for A Patient with Resorbed Mandibular Anter...
 
Steganographic Technique Using Instant Messaging Conversation Dynamics
Steganographic Technique Using Instant Messaging Conversation DynamicsSteganographic Technique Using Instant Messaging Conversation Dynamics
Steganographic Technique Using Instant Messaging Conversation Dynamics
 
Simple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software ProtectionSimple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software Protection
 
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
 
Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...
Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...
Modeling – Based Instructional Strategy for Enhancing Problem Solving Ability...
 
Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...
Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...
Exploring the Effectiveness of the Arabic LanguageTeaching Methods in Indones...
 
The Teller & The Tales: A Study of The Novels of Amitav Ghosh
The Teller & The Tales: A Study of The Novels of Amitav GhoshThe Teller & The Tales: A Study of The Novels of Amitav Ghosh
The Teller & The Tales: A Study of The Novels of Amitav Ghosh
 
Harmony in Philip Larkin’s Poems
Harmony in Philip Larkin’s PoemsHarmony in Philip Larkin’s Poems
Harmony in Philip Larkin’s Poems
 
The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...
The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...
The Influence of Religiosity on Marital Satisfaction and Stability AmongChris...
 
The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...
The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...
The SA0 Group Reservoir ’S Compositive Evaluation In The Central Developing P...
 
Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...
Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...
Down the Purgatory of Memories:The Pain of Remembering in M alayalam Naxal Ci...
 
Professional Competences: An Integrative Approach for Defining The Training C...
Professional Competences: An Integrative Approach for Defining The Training C...Professional Competences: An Integrative Approach for Defining The Training C...
Professional Competences: An Integrative Approach for Defining The Training C...
 
Resisting Total Marginality: Understanding African-American College Students’...
Resisting Total Marginality: Understanding African-American College Students’...Resisting Total Marginality: Understanding African-American College Students’...
Resisting Total Marginality: Understanding African-American College Students’...
 
“To the Truthful Death, From the Shining Life” By Joe Varghese
“To the Truthful Death, From the Shining Life” By Joe Varghese“To the Truthful Death, From the Shining Life” By Joe Varghese
“To the Truthful Death, From the Shining Life” By Joe Varghese
 
Alternative dispute resolution and civil litigation barriers to access to jus...
Alternative dispute resolution and civil litigation barriers to access to jus...Alternative dispute resolution and civil litigation barriers to access to jus...
Alternative dispute resolution and civil litigation barriers to access to jus...
 
Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...
Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...
Challenges to Traditional Gender Norms in Mary Wollstonecraft’s A Vindication...
 

Recently uploaded

Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 

Recently uploaded (20)

Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 

Predicting Agricultural Products Volume With APC ERP Data

  • 1. Quest Journals Journal of Research in Agriculture and Animal Science Volume 4 ~ Issue 8 (2017) pp: 23-26 ISSN(Online) : 2321-9459 www.questjournals.org *Corresponding Author: Minje Jeong 23 | Page 1* Department of Agricultural Economics and Rural Development, Seoul National University. Research Paper Predicting Agricultural Products Volume With APC ERP Data Minje Jeong1 , Young Jin Lee2 , Youngchan Choe* 1* Department of Agricultural Economics and Rural Development, Seoul National University. 2 Ezfarm Corporation. Received; 08 Mar. 2017 Accepted; 23 Mar. 2017; © The author(s) 2017. Published with open access at www.questjournals.org ABSTRACT: The purpose of the study is to predict agricultural product volumes using Agricultural product processing center (APC) enterprise resource planning (ERP) data from Korea. So far, great attention by the government has been shown to predict agricultural product volumes to stabilize price, especially high volatility products such as cabbage. In the past, it was hard to predict volumes precisely due to the lack of useful data. Recently, useful data has been accumulated from various sources such as sensors in greenhouses, information systems and public areas. This makes it possible to predict agricultural product volumes more precisely. For this study, we employ the support vector machine (SVM) to predict cabbage volumes. SVM is a semiparametric technique with origins in the machine-learning literature of computer science and its prediction performance is well known. We explore results using SVM against three other methods: ordinary least square (OLS), auto regression (AR), and vector auto regression (VAR). The results show that the prediction performance of SVM is better than that of the other three methods. We expect that the results can be applied to predict domestic cabbage volumes and ERP dashboard for top management at the APC. Keywords: Support vector machine, APC ERP data I. INTRODUCTION The government of South Korea (hereafter, Korea) has implemented efforts in stabilizing agricultural product prices. The volatility of agricultural product prices, especially cabbage, is large. Due to the high volatility of agricultural product prices, oversupply happens frequently, which deteriorates rural household incomes. Prediction value of agricultural products volume is needed to stabilize agricultural product prices. For predicting future value, data of farm productivity volume or mid-distribution is required. In the past, this kind of data was rare due to the lack of information systems. During the recent development of information technology (IT), useful data has been accumulated from information systems such as farm sensors. ERP in agriculture has enabled us to predict agricultural product volumes more precisely when compared to the past. In this study, we develop a model for predicting domestic agricultural product volumes monthly using the agricultural processing center (APC) enterprise resource planning (ERP) data. The APC is the mid- distribution agent in agriculture. The APC contracts with farms and purchases their original products. Once, they purchase agricultural products, they distribute the products to agricultural wholesale markets or hypermarkets. For that reason, APC plays an important role in agricultural distribution. Thus, their data can be crucial for predicting agricultural product volumes. We use the support vector machine (SVM) model with APC ERP data to predict cabbage volumes. SVM is a semi-parametric technique with origins in the machine-learning literature of computer science and its prediction performance is well known (Cui & Curry, 2005). Additionally, we explore results using SVM against three other econometrics methods such as ordinary least square (OLS), autoregression (AR), and vector auto regression (VAR). This study has two implications. For academia, this study can be useful to find which algorithm has an effective prediction performance among OLS, SVM, and time series. For the practitioner, the results of the study enable the APC to develop a flexible strategy for shipment.
  • 2. Predicting Agricultural Products Volume With APC ERP Data *Corresponding Author: Minje Jeong 24 | Page II. APC DATA FROM INTERNAL INFORMATION SYSTEM The APC is the mid-distribution agent in agriculture. They provide a contract with regional farms and purchase their original products. As mentioned, their role is crucial for domestic agriculture. APC contributes to the farms’ benefits and they have valuable data for predicting agricultural product volumes. The APC uses information systems such as ERP because there are many things they have to control. In the ERP server, there is valuable data related to contracts with regional farms and shipments (i.e.,product location and volumes distributed). Figure 1 shows the architecture of an ERP system at the APC. There are a lot of useful data for predicting agricultural product volumes. Thus, we can estimate future agricultural product volumes using APC ERP data. III. SVM(SUPPORT VECTOR MACHINE) The support vector machine combines concepts from abstract Hilbert spaces with modern optimization techniques (Cui & Curry, 2005). SVM is well known for one of the effective solutions to solve out classification issues (Heo, 2013). subject to 1) subject to 2) And it uses kernel transformations that take the general form -x�z = -x�-z(Cui & Curry, 2005). Kernels used frequently are below, Radial kernel : Polynomial kernel : Logistic kernel : The result of the support vector machine depends on unit cost, slack, and kernel, so it is necessary to find optimized unit cost and slack(Lantz, 2014). In this study, we set slack(Gamma = 1), unit cost(Cost = 9) and radial kernel. IV. DATA Our data set is constructed from two sources. We use ERP data from the APC, which is a leading mid- distribution processing center for cabbage. We extract their monthly shipment variable from their database. Another source is the public agricultural wholesale market database. From that database, we can extract monthly transaction volumes from the Garak wholesale market (response variable). The Garak wholesale market is the largest agricultural wholesale market in Korea. Our data period runs from January 2013 through December 2015. We use samples from January 2013 to September 2015 because the remains are used for out-of-sample prediction. The information of our data set is provided in Table 1. Our data set is constructed from two sources. We use ERP data from the APC, which is a leading mid- distribution processing center for cabbage. We extract their monthly shipment variable from their database. Another source is the public agricultural wholesale market database. From that database, we can extract monthly
  • 3. Predicting Agricultural Products Volume With APC ERP Data *Corresponding Author: Minje Jeong 25 | Page transaction volumes from the Garak wholesale market (response variable). The Garak wholesale market is the largest agricultural wholesale market in Korea. Our data period runs from January 2013 through December 2015. We use samples from January 2013 to September 2015 because the remains are used for out-of-sample prediction. The information of our data set is provided in Table 1. Variable Description(monthly base) output_lag 1 lag for shipment amount of APC input_garak Input amount of Garak wholsale market garak_lag 1 lag for Input amount of Garak wholsale market Table 1. Description of variables Each variable correlates strongly with each other. Table 2 shows the correlation matrix for each variable. input_garak output_lag garak.lag input_garak - output_lag 0.61 - garak_lag 0.33 0.59 - Table 2. Correlation of variables The Linear form of our prediction model is shown below. Response variable Y is the input amount from the Garak wholesale market. Explanatory variable X is the shipment amount of APC. , V. RESULT One-step-ahead forecasting performances of the various models were subsequently compared against a benchmark, which is defined as a ‘no-change’ forecast (Smith, 2016). We compare our model using SVM to a few models such as AR(1), VAR, and OLS. The period of our prediction model is based on January 2013 through September 2015 . We compare each model for out-of-sample (October 2015 to December 2015) prediction. Relative accuracy of the individual models is assessed through the root mean square error (RMSE) and mean absolute percentage error (MAPE). We set OLS as a bench mark (BM) model and we compare the other models based on a ratio calculated from MAPE. Table 3 presents the results of the out-of-sample prediction. The results show that the prediction performance of SVM is better than that of the other three methods. SVM has the lowest RMSE and MAPE. We expect that the results can be applied to predict domestic cabbage volumes and ERP dashboard for the top management at the APC. (unit : kg) Period Garak_M OLS SVM AR(1) VAR 2015/10 40,534,094 41,250,358 41,178,180 46,388,069 48,914,499 2015/11 66,382,652 45,822,283 62,251,317 48,248,476 47,268,290 2015/12 60,540,662 44,103,219 60,673,832 47,613,885 45,958,139 RMSE - 15,203,414 2,415,265 13,294,346 14,699,660 MAPE - 0.199 0.027 0.210 0.245 MAPE ratio to OLS - 1 0.136 1.055 1.231 Table 3. Out-of-sample performance VI. CONCLUSION Given the government’s high interests in controlling agricultural product prices, this study aimed to provide assessment of usefulness of data from the APC and prediction performance of SVM. APC plays an important role in regional distribution of agricultural products. Thus, APC data represents regional productivity
  • 4. Predicting Agricultural Products Volume With APC ERP Data *Corresponding Author: Minje Jeong 26 | Page of agricultural products and is useful for predicting agricultural products volumes. Actually, some success was found in our study regarding the prediction of agricultural products volumes using APC ERP data. This study has two limitations. First, the period of data is only for thirty-six months (36 rows). Thus, it is not sufficient to assess out-of-sample performance (only three months). Second, market share of the APC in the domestic cabbage market is less than 10%. To predict cabbage volumes more precisely, we need APCs that have more than 20% market share. For future research, we suggest two topics. First, it is necessary to use weather data as explanatory variables. Weather conditions are the most important factors for productivity of agricultural products. Thus, if weather condition data adds to the predictors, the accuracy of predicting performance can be more improved. Second, text mining with agricultural news and reports could be useful for predicting volumes. Media has been proven as useful source for prediction (e.g., Trusov et al., 2009). Using latent semantic analysis (LSA) and latent Dirichlet allocation (LDA), which are powerful methods of finding patterns in a large text data set, we expect to predict agricultural product prices/volumes. ACKNOWLEDGMENTS This research was supported by 'Agricultural Biotechnology Development Program', Ministry of Agriculture, Food and Rural Affairs. REFERENCES [1]. B. Lantz, Editor, Machine learning with R(Packt Publishing Ltd., Birmingham, 2015). [2]. D Cui and D Curry, Prediction in Marketing Using the Support Vector Machine, Marketing Science, 24(4), 2005, 595-615. [3]. M. H.Heo, Applied data analysis using R( FreeAcademy, Seoul, 2014). [4]. M Trusov, R. E. Bucklin and K. Pauwels. Effects of word-of-mouth versus traditional marketing: findings from an internet social networking site, Journal of Marketing, 73(5), (2009, 90-102. [5]. P. Smith, Google’s MIDAS Touch: Predicting UK Unemployment with Internet Search Data, Journal of Forecasting, 35(3), 2016, 263-284.