|
| 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 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
0 commit comments