Giter VIP home page Giter VIP logo

fastai-annotated's People

Contributors

zxul767 avatar

Stargazers

 avatar

Watchers

 avatar

fastai-annotated's Issues

Review and fix issues for notebook (chapter 1)

Some simple issues I found after a quick review:

  • Typos
  • Some paragraphs can be streamlined
  • Some images are too large
  • Some images seem unnecessary (e.g., the huge one on human inspection)

Experiment with stratified sampling on binary classifiers ensemble

In research notebook for chapter 4, an ensemble of binary classifiers (for the MNIST classification problem) is created which achieves ~90% accuracy on the validation set.

However, the strategy used to train the individual classifiers uses a general random sampling, which makes it perfectly legitimate that some of the samples will contain more classes of a certain digit.

Would the validation accuracy rise if we sampled the corresponding proportion from each digit class instead?

Stop using `from A import *`

This is a common practice in fastai notebooks and while it is probably harmless in the context of the course, I think it's a bad practice in general due to the potential for silent shadowing of function and variable names.

We should rewrite the notebooks to use the more commonly used practice of using a very short but common prefix. pandas uses pd, numpy uses np, seaborn uses sns, etc.

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.