In this project, two different approaches to predict Bike Sharing Demand are studied. The first approach tries to predict the exact number of bikes that will be rented using Support Vector Machines (SVM). The second approach tries to classify the demand into 5 different levels from 1 (lowest) to 5 (highest) using Softmax Regression and Support Vector Machines. Index Terms –regression, classific...