Git Product home page Git Product logo

kiwi.com-machine-learning-weekend-solution's Introduction

Kiwi.com-Machine-Learning-weekend-solution

This script is a solution of the task for Machine Learning Weekend event which organized by kiwi.com and take place between dates 27th and 29th of October 2017

The code was developed and tested in python v3.5.3.

Short about the method which I have used

After reading raw JSON data from provided API I analyzed collected output(y) values based on given input(x) values from between -100 and 100 and drew a graph. It was clear from the graph that it's cubic function. So in order to detect function of this graph, we need to detect coefficients of this cubic function. For that Polynomial regression method was chosen. Fortunately, there is a ready library in python. After finding the method I have tested with different input and degree and achieved the best result on degree=4 for Polynomial Regression.

kiwi.com-machine-learning-weekend-solution's People

Contributors

arlington1985 avatar

Watchers

 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.