Giter Club home page Giter Club logo

ml-katas's Introduction

ml-katas

Travis (.org)

Katas for Machine Learning.

Template for new kata

Pick a topic, create an exercise using the following suggested template (subject to change):

  1. what will we get to learn at the end of this exercise?
  2. how is your environment going to look like
  • datasets you are working with
  • tools, languages etc since people might want to try different things here, this information can go in the solution readmes
  1. reference documents, papers, baselines etc.

Work on the solution and keep pushing in this repo. The directory structure can look like this:

README.md  # this readme
<some-problem>
  README.md  # problem specification
  <solution-dir-1>  # someone's solution
  <solution-dir-2>  # someone else's solution

Topics list

Here is an ever increasing dump of randomly selected topics for inspiration.

  • optimization
    • convex, non convex
    • gradient based/free
    • population based and other random
  • search
  • game theory
  • constraint satisfaction, reasoning and planning
  • propositional and first order logic
  • programming
    • GPU programming, cuda and opengl
    • parallel computing, mpi etc.
    • working with memory effectively in large dataset situation
    • model quantization and other runtime optimizations
    • distributed learning
    • computer algebra systems (symbolics)
    • auto diff
  • tidy data and data wrangling
  • metrics
    • loss functions
    • surrogate loss and calibration
  • graphical models
    • CRF, HMMs etc.
    • variational inference
  • learning theory
    • complexity and runtime of learning algorithms
    • generalization
    • regularization
  • clustering
  • online learning
  • linear algebra
  • recommendation systems
  • neural nets
    • convolutional
    • recurrencies
    • energy based models
    • misc architectures
    • non differentiables
    • architecture search
  • MCMC and other sampling based inference techniques
  • randomized algorithms
  • generalized linear models
  • kernel methods
  • hypothesis testing
  • visualization and interpretation
  • semi supervised learning
  • active learning
  • ensembles, boosting etc.
  • knowledge representation
    • relational
    • gazetteers
  • GOFAI, expert systems etc.
  • parsing
  • reinforcement
    • MDPs, POMDPs

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.