Code Monkey home page Code Monkey logo

reproduce-paper's Introduction

Reproduce-paper

This project is aimmed at reproducing the results in Learning with Bad Training Data via Iterative Trimmed Loss Minimization.

Libraries

  • Pytorch
  • Numpy
  • scikit-learn

Progress

  • Linear Regression: Tests on sample sizes & Test on alphas has been finished.

    • Results of test on sample sizes fit the original data pretty well (Figure provided).
    • Results of test on alphas are not so correct (Figure provided).
    • Test on "large noise" has not been tested as the definition of "large" noise need further investigation.
  • WRN: There are some issues with training.

    • With Dataloader as input, the accuracy is around 50%.
    • With torch.Tensor as input (numpy data converte to torch.Tensor), the accuracy is only 16%.

Therefore, I did not produce any of the results from WRN.

Note:

  • The sample sizes for Linear Regression do not exceed 10000 because of the possibility the process being killed on my computer.
  • WRN is trained with 200 epoches.
  • WRN source is from link

Detailed test code can be found in train_*.py

reproduce-paper's People

Contributors

xiaoxi-s avatar

Watchers

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