Post Image

Concrete Compressive Strength

This project will be based on a dataset obtained from the UCI Repository. The dataset consists of 1030 observations under 9 attributes. The attributes consist of 8 quantitative inputs and 1 quantitative output. The dataset does not contain any missing values. The dataset is focused on the compressive strength of concrete. The attributes include factors that affect concrete strength such as cement, water, aggregate (coarse and fine), and fly ash, etc… The objective of this project is trying to predict the concrete compressive strength based on important predictors. The study will consist of evaluating the impact of different factors such as cement, water, age, fly ash, and or additives. We will evaluate the components that are highly correlated with concrete compressive strength and other components that are less influential and can be neglected through visualization or correlation matrix. In this study, we will use different machine-learning techniques to predict concrete compressive strength. Different modeling techniques will be used for the prediction. The modeling technique will include multiple linear regression, decision trees, and random forests, etc. A comparative analysis will be performed to identify the best model for our prediction in terms of accuracy. The best model will be helpful for civil engineers in choosing the appropriate concrete for bridges, and house construction.

https://github.com/fagrahmed12/Concrete-Compressive-Strength

Read next

Diamond Price Prediction

Using Data Science with Machine Learning to detect the price of diamonds using significant features given by the most linked features that are taken into consideration when evaluating price by diamond sellers.

Data Science Job Salaries

This notebook is a study on the Data Science Job Salaries dataset, containing information on salary, company size and location, remote work, employee location, and many other related to people working in the Data Science field throughout the world.

Automated EDA

Python Script that would take any type of data as an input whether (.csv or .xlsx) that hold data with different type of errors that need to be corrected  first then return an automated Exploratory Data Analysis Charts as an output..