Baselight

Calculate Concrete Strength

A Simple Data set for Regression with Neural Networking

@kaggle.prathamtripathi_regression_with_neural_networking

Loading...
Loading...

About this Dataset

Calculate Concrete Strength

Context

This data set aims to provide a start up for the ones who just started off with deep learning and act as a benchmark.

Content

The feature set includes:

  • Cement
  • Blast Furnace Slag
  • Fly Ash
  • Water
  • Super-plasticizer
  • Coarse Aggregate
  • Fine Aggregate
  • Age

The target set is:

  • Strength of the Cement

Inspiration

The main agenda is not only to solve and get better results but understand the process and learn from the journey.
best of luck.

Tables

Concrete Data

@kaggle.prathamtripathi_regression_with_neural_networking.concrete_data
  • 24.12 KB
  • 1030 rows
  • 9 columns
Loading...

CREATE TABLE concrete_data (
  "cement" DOUBLE,
  "blast_furnace_slag" DOUBLE,
  "fly_ash" DOUBLE,
  "water" DOUBLE,
  "superplasticizer" DOUBLE,
  "coarse_aggregate" DOUBLE,
  "fine_aggregate" DOUBLE,
  "age" BIGINT,
  "strength" DOUBLE
);

Share link

Anyone who has the link will be able to view this.