Code Monkey home page Code Monkey logo

concrete-strength-regression's Introduction

Concrete Strength Regression

In this project, we will predict the concrete compressive strength using regression techniques. This is a measure of the ability of concrete to withstand compression, and is a nonlinear relationship of both the age of the concrete and the ingredients used to create the concrete. This dataset comes directly from Kaggle.

Project Implementation

This project is implemented using Python, Jupyter Notebooks, and associated tools from Data Science, most importantly scikit-learn. This library makes implementations of many common machine learning algorithms quite simple and allows for easy parameter tuning to find the best models.

The Data

The data is given with the following features:

  • Cement (component 1) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Blast Furnace Slag (component 2) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Fly Ash (component 3) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Water (component 4) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Superplasticizer (component 5) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Coarse Aggregate (component 6) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Fine Aggregate (component 7) -- quantitative -- kg in a m3 mixture -- Input Variable
  • Age -- quantitative -- Day (1~365) -- Input Variable

The data has the following as an output variable:

  • Concrete compressive strength -- quantitative -- MPa -- Output Variable

Project Structure

  • The main notebook file is the place to view a technical analysis and visualizations.
  • The data folder contains the dataset as a CSV file.

concrete-strength-regression's People

Contributors

bbjornstad avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.