Giter Club home page Giter Club logo

variance-reduction-methods's Introduction

Variance Reduction Methods

Partial re-implementation of sklearn.linear_model.LogisticRegression (using only numpy) to illustrate the use of variance reduction methods in stochastic optimization.

Contents

  • A small report on the intuition behind stochastic variance reduction in optimisation & how to use the code. Report.html

  • Report.ipynb: same as the html report, in case you want to reproduce the results

  • Implementation broken down into:

    • linear_model.py

    • solvers.py

    • Helper functions: datasets.py, visuals.py, tools.py

    • Student performance dataset: data/

Reproducing the results

To get started with the Report.ipynb notebook, create an environment using the dependencies file:

conda env create --file dependencies.yml

Then launch jupyter-notebook and select Kernel -> Change kernel -> Python [conda env:vrm]

variance-reduction-methods's People

Contributors

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