Question
Examine neural networks using Python. The dataset has 20 records and 19 different attributes about smartphone specifications. The goal in this analysis is to predict
Examine neural networks using Python. The dataset has 20 records and 19 different attributes about smartphone specifications. The goal in this analysis is to predict the price of a smartphone based on its attributes using neural network techniques. This data set has the following price range: 0 for low, 1 for middle, 2 for expensive, and 3 for very expensive. Preparing the data for a neural network is very important. The data needs to be divided into training (70%) and testing (30%) datasets.
battery_power | bluetooth | clock_speed | dual_sim | frontcamerapixel | 4G | memorysize | weight | cores | primarycamerapixel |
842 | 0 | 2.2 | 0 | 1 | 0 | 7 | 188 | 2 | 2 |
1021 | 1 | 0.5 | 1 | 0 | 1 | 53 | 136 | 3 | 6 |
563 | 1 | 0.5 | 1 | 2 | 1 | 41 | 145 | 5 | 6 |
615 | 1 | 2.5 | 0 | 0 | 0 | 10 | 131 | 6 | 9 |
1821 | 1 | 1.2 | 0 | 13 | 1 | 44 | 141 | 2 | 14 |
1859 | 0 | 0.5 | 1 | 3 | 0 | 22 | 164 | 1 | 7 |
1821 | 0 | 1.7 | 0 | 4 | 1 | 10 | 139 | 8 | 10 |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started