Giter Site home page Giter Site logo

linear_regression's Introduction

Linear Regression

Solve the linear regression problem using gradient descent.

Environment

ruby: 2.2.2

rspec: 3.4.2

Sample run

The sample data are retrieved from prices of ClementiWoods Condo

Num of bedrooms Num of bathrooms Area(1000s sqf) Price(millions)
2 2 1.055 1.2
2 2 1.173 1.35
1 1 0.56 0.83
1 1 0.667 0.81
3 3 1.561 1.63
4 4 2.874 2.98

Now I want to predict the price of a house with 3 bedrooms, 2 bathrooms and area of 1076 sqf.

Let's run sample_run.rb

Initial cost function: 1.3454
Optimizing params"
Optimized cost function: 0.0015818826960609113
The predicted price for a house with 3 bedrooms, 2 bathrooms and area of 1,389
square feets is 1.54 millions."

Check the real listed price: here

Reference

Gradient Descent for Linear Regression - by Andrew Ng

linear_regression's People

Watchers

James Cloos avatar The Real Kien Le 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.