Predicting Blossom Date of Cherry Tree With Support Vector Machine and Recurrent Neural Network
2022-10-10Code Available0· sign in to hype
Hongyi Zheng, Yanyu Chen, Zihan Zhang
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/Hiroki39/CSCI-SHU-360-Final-ProjectOfficialnone★ 2
Abstract
Our project probes the relationship between temperatures and the blossom date of cherry trees. Through modeling, future flowering will become predictive, helping the public plan travels and avoid pollen season. To predict the date when the cherry trees will blossom exactly could be viewed as a multiclass classification problem, so we applied the multi-class Support Vector Classifier (SVC) and Recurrent Neural Network (RNN), particularly Long Short-term Memory (LSTM), to formulate the problem. In the end, we evaluate and compare the performance of these approaches to find out which one might be more applicable in reality.