Giter VIP home page Giter VIP logo

regression's Introduction

Regression

Code Quality

This repository contains Python code to perform 1-D regression with:

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt
pip install https://github.com/JamesRitchie/scikit-rvm/archive/master.zip

Usage

python main.py

Results

The ground truth is the sinc function.

Influence of the number of training samples

The variable noise_level is set to 0.1. The variable training_data_range is set to a large value (15).

The results are shown with increasing number of training samples.

10 samples 50 samples 100 samples 200 samples 500 samples

Influence of the noise level

The variable num_samples is set to 100. The variable training_data_range is set to a large value (15).

The results are shown with increasing noise level.

noise 0.0 noise 0.1 noise 0.5 noise 1.0

Influence of range of training data

The variable num_samples is set to 100. The variable noise_level is set to 0.1.

The results are shown with increasing range of training data

range 1 range 2 range 5 range 10 range 15

References

regression's People

Contributors

dependabot[bot] avatar pyup-bot avatar woctezuma avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.