Skip to content

Commit 1dcd429

Browse files
authored
Add files via upload
1 parent 08b7bdd commit 1dcd429

28 files changed

+2966
-0
lines changed

Concrete Compressive Strength+EDA/Concrete_Compressive_Strength.ipynb

Lines changed: 1916 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Concrete Compressive Strength Prediction with EDA and Neural Network(Sequential)
2+
3+
Description:
4+
Concrete Compressive Strength Prediction using deep learning (keras). The concrete compressive strength is a highly nonlinear function of age and ingredients. Predicts the actual concrete compressive strength (MPa) for a given mixture under specific age (days) was determined from laboratory.Also Includes performing exploratory data analysis (EDA).
5+
6+
Requirements(ignore if installed):
7+
8+
pip install pandas numpy seaborn matplotlib scikit-learn tensorflow
9+
10+
Model Summary:
11+
12+
13+
14+
Model Architecture:
15+
16+
17+
18+
Some imp EDA Graphs:
19+

Concrete Compressive Strength+EDA/dataset/Concrete Compressive Strength.csv

Lines changed: 1031 additions & 0 deletions
Large diffs are not rendered by default.
148 KB
Loading
34.6 KB
Loading
29.7 KB
Loading
30.4 KB
Loading
29.6 KB
Loading
31.7 KB
Loading
31.9 KB
Loading

0 commit comments

Comments
 (0)