Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 290 Bytes

File metadata and controls

7 lines (6 loc) · 290 Bytes

Machine-Learning-model-implementation

  • My implementation of machine learning models from Linear Regression to Transformer for learning purposes
  • All datasets are open-sourced, taken from Coursera, Kaggle, etc.

Frameworks

  • Simple, basic models: numpy
  • Complex models: pytorch