Giter Club home page Giter Club logo

as2's Introduction

********************************  Only some notes, detail answers are in the pdf file **************************************
SGDLinearRegression
The stochastic gradient descent won't perform well in a step-size of 0.01. Its fluctuation is too large so that its graph doesn't look like a convergence. If I tweaked its learning rate/step-size to 0.001, it works much better. Both graphs for step-size=0.01 and 0.001 are included. 

BatchGDLinearRegression
As instructed by TA's in lab, this algorithm is implemented in a slightly different way as it was on class notes.
The Batch Gradient Descent ends after 1000 epoches, even though it usually takes ~100 epoches to converge.
In class notes, the Batch GD ends if the cost is no longer descreasing within a threshold.

The file plot_comparison_graph.py and some helper functions are only created for ploting graphs. You might need to manually tweak some parameters to plot desiring graphs.

Please check my PDF submission for detail answers to other questions.

as2's People

Contributors

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