The work of the front-end is concerned with the development of webpage. Our webpage is constituted of five pages: Home; About; Prediction; Product; Events. "Home" is about some basic information of our webpage. "About" is something about our work and team members. "Prediction" is about the algorithm. "Product" is the core of our work. "Events" concerns the difficulties. After we create the webpage, we are supposed to make a connection between the front-end and the back-end in order to achieve the transmission of the data.
The work of the back-end is about building the mathemetical algorithm which can offer us the help to accurately make the prediction. As for the mathemetical algorithm, we are using Random Forest, which is a classifier containing multiples of decision trees and the type of the output is determined by the mode of the type of output of the unique trees. Random Forest can be a very accurate classifier. It's able to deal with a big amount of input variables as well as to balance the errors for the unbalanced data.
For back-end
For back-end
For back-end
For front-end
For front-end