Giter Site home page Giter Site logo

panzer / polynomial-regression Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.56 MB

Fit 2D points to a n-degree polynomial function using TensorFlow.js. Visualization with p5.js

Home Page: https://panzer.github.io/polynomial-regression/

License: MIT License

HTML 0.01% JavaScript 99.99%

polynomial-regression's Introduction

Polynomial Regression

demo gif

Live Demo

Click here to play around with it on your own!

What is it?

Paraphrasing from Wikipedia, "polynomial regression involves modeling the relationship between the variables x and y with an nth degree polynomial function."

A polynomial function takes the form image of form

This program takes a set of (x,y) points as an input, and attempts to produce a polynomial that fits those points. This is known as curve fitting. The program does this by gradually adjusting the coefficients-- the a values.

Inspiration

Daniel Shiffman's Coding Train Youtube channel. Specifically, this video.

I took this as an opportunity to get started with basic machine learning tasks. With the recent release of TensorFlow.js and my growing Javascript experience, I figured now was a perfect time to start tinkering!

Contributing

Feel free to clone the repo and play around! The sketch.js file contains all of the core logic and is fairly well documented.

For any bugs/unexpected behavior/suggestions, mark it as an Issue on GitHub and I'll fix it ASAP! Or, even better, submit a Pull Request.

License

All original work within this repository is available under the MIT License. See the LICENSE file for more information.

polynomial-regression's People

Contributors

panzer avatar

Watchers

 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.