Skip to content

lhlich/ml_coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML coding

In this repo I'd build a few examples to show how various ML algorithms works.

Classical Machine learning

Relevant algorithms:

Deep learning

Neural network general:

  • Autograd
  • ✅optimizers: SGD, Adam, RMSProp
  • ✅Gradient computation
  • Backpropagation
  • Integrated gradient feature importance
  • Tensorboard usage

Recsys:

  • ✅Collaborative filtering
  • Pytorch lightening
  • TorchRec

NLP related:

ML infra:

  • Iterator for nested array.
  • In memory SQL engine
  • Spreadsheet with math equation

Reinforcement learning

Statistics:

  • ✅random sample with weights
    • There is a die with $n$ sides. The probability of each side of the die is $p_i$. Write a function to generate $m$ rolls from such die.
    • Notebook
  • ✅design rand10() using rand7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published