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
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.