Giter Club home page Giter Club logo

regression's Introduction

Regression

Changes. Changes.

regression's People

Contributors

molbazsa avatar szilvasipeter avatar zsolt2 avatar csehnorbert avatar alijlidi avatar hkristof2130 avatar 09simon avatar

Forkers

szilvasipeter

regression's Issues

Planning

Planning the features and user stories for the evoCampus project.

Handle null values

Possible solutions

  • Delete data point
  • Replace with aggregate value
    • Mean
    • Median
    • Correlation

NeuralNetwork playground

  • 1. Display the input textbox (Ali's dataconverter class)
  • 2. Weigths modifier, textbox
  • 3. WeightSum (Balazs from Neural class)
  • 4. Actvation (Balazs from IActivationFunction)
  • 5. Final output.

Calculate error

Implement error function

  • Least Absolute Error
  • Least Squared Error

Data cleaning

Move #3 to the linear regression application and extend its functionality

Single Neuron

  • 1. Neuron class
  • 2. Weigthed sum (using Math.Numerics)
  • 3. Activation function: tanh, sigmoid, ReLu

Data converter

  • 1. Create branch (dataconverter)
  • 2. Create WPF Canvas: Frontend
  • 3. Converting data: Backend (file 4x4:16)
  • 4. Button (calls converting logic)

Unit Test for Single Neuron

  • Happy path
  • All weights zero -> weightSum zero
  • Positive, negative weights
  • Activation functions (tanh, sigmoid, ReLu)

OLS method

OLS algorithm (returns m and b)

  • - OLS with x^2
  • - OLS with mean

Animate regression

Animate the regression line moving to its trained position using History

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.