Calculate Concrete Strength
A Simple Data set for Regression with Neural Networking
@kaggle.prathamtripathi_regression_with_neural_networking
A Simple Data set for Regression with Neural Networking
@kaggle.prathamtripathi_regression_with_neural_networking
This data set aims to provide a start up for the ones who just started off with deep learning and act as a benchmark.
The feature set includes:
The target set is:
The main agenda is not only to solve and get better results but understand the process and learn from the journey.
best of luck.
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
);Anyone who has the link will be able to view this.