/phone-price-prediction

In this assignment, the data collected from the specifications and sales prices of mobile phones are analyzed. First, the program reads and parses the presented data set and stores them in its memory. After extracting the data and their features, the program normalizes the data and finally determines the price category of the phones. This assignment has been implemented in two ways, series and parallel.

Primary LanguageC++

PhonePricePrediction

In this assignment, the data collected from the specifications and sales prices of mobile phones are analyzed. First, the program reads and parses the presented data set and stores them in its memory. After extracting the data and their features, the program normalizes the data and finally determines the price category of the phones. This assignment has been implemented in two ways, series and parallel.