Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
This dataset contains a variety of laptop specifications and the price of each device in Euros, the goal is to create a machine learning model to train the model to predict laptop prices.
The dataset is allowed to be modified during the analysis.
| | Columns | Description | Type | |--------------------|--------------------------------------|---------------------| | 1 | Company | Laptop manufacturer. | Categorical | | 2 | Product | Brand and Model. | Categorical | | 3 | TypeName | Type (Notebook, Ultrabook, Gaming, etc.)| Categorical | | 4 | Inches | Screen Size. | Numerical (float)| | 5 | ScreenResolution | Screen Resolution. | Categorical | | 6 | CPU_Company | Central Processing Unit (CPU) manufacturer. | Categorical | | 7 | CPU_Type | Central Processing Unit (CPU) type. | Categorical | | 8 | CPU_Frequency | Central Processing Unit (CPU) Frequency (GHz).| Numerical (float) | | 9 | RAM (GB) | Laptop RAM. | Numerical (int) | | 10 | Memory | Hard Disk / SSD Memory. | Categorical | | 11 | GPU_Company | Graphics Processing Units (GPU) manufacturer. | Categorical | | 12 | GPU_Type | Graphics Processing Units (GPU) type. | Categorical | | 13 | OpSys | Operating System. | Categorical | | 14 | Weight (kg) | Laptop Weight (kg). | Numerical (float) | | 15 | Price (Euro) | Laptop price (Euro). | Numerical (float) |
This research study was conducted to analyze the (potential) relationship between hardware and data set sizes. 100 data scientists from France between Jan-2016 and Aug-2016 were interviewed in order to have exploitable data. Therefore, this sample might not be representative of the true population.
What can you do with the data?
I did not find any past research on a similar scale. You are free to play with this data set. For re-usage of this data set out of Kaggle, please contact the author directly on Kaggle (use "Contact User"). Please mention:
Arbitrarily, we chose characteristics to describe Data Scientists and data set sizes.
Data set size:
For the data, it uses the following fields (DS = Data Scientist, W = Workstation):
You should expect potential noise in the data set. It might not be "free" of internal contradictions, as with all researches.
This dataset has been created to support a set of experiments about using TFRecord for full GPU usage. I have taken the Fashion Classification Dataset and then I have reduced the size of images (now 256x256) and stored in a set of TFRecords files that can be easily used in TF2 code, for fast processing with GPU and TPU.
It is a set of files in TFRecords format. Each record contains an image of a clothes or boot or something similar, together with a set of metadata. This is the format
LABELED_TFREC_FORMAT = {
"image": tf.io.FixedLenFeature([], tf.string),
"image_name": tf.io.FixedLenFeature([], tf.string),
"base_colour" : tf.io.FixedLenFeature([], tf.int64),
"target" : tf.io.FixedLenFeature([], tf.int64)
}
base_colour and target have been codified:
This is the list of Master Categories (target): * Accessories * Apparel * Footwear * Free Items * Home * Personal Care * Sporting Goods
codified with [0, .. 6]
Original images taken from Param Aggarwal dataset: https://www.kaggle.com/paramaggarwal/fashion-product-images-dataset
I created this dataset to support a set of experiments around TFRecords. With it, you can easily create a Fashion Classifier that can be quickly trained. Using a two-GPU machine (p100) it takes 120 sec. per epoch and with around 20 epochs you can easily reach 0.994 accuracy on the test set.
Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)https://creativecommons.org/licenses/by-nc-sa/4.0/
License information was derived automatically
The following is the results of an online survey conducted by BoilingSteam.com among the Linux Gamers' Community (n=560, sharing only here answers where respondents explicitly agreed to have their answers made public, i.e. total n size was higher) in end of Q1 2016, to better understand their hardware, usage habits and reactions to several of Valve's Steam Initiatives. Most of the answers are coming from members of the r/Linux_Gaming and r/Linux subreddits, so you need to take in account that this may not be representative of your typical Linux user.
There are many variables in this data set, with both numerical, free text and categorical answers. Every line corresponds to an individual response. Note that answers are anonymous. The first row is the coding you can use for your analysis (that should save a bit of time), the second row is the actual question asked (you can erase it), and the data starts from the third row.
Questions cover some of the following attributes (there are much more in the actual datasheet):
The questionnaire was designed by Ekianjo at BoilingSteam.com. If you have suggestions for improvements of future surveys of the same kind, please reach us on Kaggle or on our contact page: http://boilingsteam.com/about-boiling-steam/
You can see some analysis done a previous iteration of this survey (previous data can not be made public however) - this may serve as a good benchmark to measure changes: http://boilingsteam.com/the-three-kinds-of-linux-gamers/
Feel free to play with the data, and share what insights you may find. We are big proponents of making data free in general for transparency purposes, so if your analysis can help generate a better understanding of who are Linux Gamers, this would be a great outcome.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
This dataset contains a variety of laptop specifications and the price of each device in Euros, the goal is to create a machine learning model to train the model to predict laptop prices.
The dataset is allowed to be modified during the analysis.
| | Columns | Description | Type | |--------------------|--------------------------------------|---------------------| | 1 | Company | Laptop manufacturer. | Categorical | | 2 | Product | Brand and Model. | Categorical | | 3 | TypeName | Type (Notebook, Ultrabook, Gaming, etc.)| Categorical | | 4 | Inches | Screen Size. | Numerical (float)| | 5 | ScreenResolution | Screen Resolution. | Categorical | | 6 | CPU_Company | Central Processing Unit (CPU) manufacturer. | Categorical | | 7 | CPU_Type | Central Processing Unit (CPU) type. | Categorical | | 8 | CPU_Frequency | Central Processing Unit (CPU) Frequency (GHz).| Numerical (float) | | 9 | RAM (GB) | Laptop RAM. | Numerical (int) | | 10 | Memory | Hard Disk / SSD Memory. | Categorical | | 11 | GPU_Company | Graphics Processing Units (GPU) manufacturer. | Categorical | | 12 | GPU_Type | Graphics Processing Units (GPU) type. | Categorical | | 13 | OpSys | Operating System. | Categorical | | 14 | Weight (kg) | Laptop Weight (kg). | Numerical (float) | | 15 | Price (Euro) | Laptop price (Euro). | Numerical (float) |