Amath_Sow - Machine Learning (Level 1) Pathway

  1. Technical area:
  • learn transformers
  • understand BERT and how to train it through simple transformer
  • know how pretrained model work since BERT is one of them
  • save pickle checkpoint , load checkpoint and use it for our recommendation system
  1. tools
  • jupyter notebook on vscode
  • pandas , numpy
  • simple transformer
  • skitlearn
  • torch
  • tensorboard
  1. soft skills
  • communication with teammates
  • look at video on youtube
  1. Achievements
  • build classification models : naive bayes, decision tree, logistic regression, SVM
  • build advanced recommendation system with BERT
  1. Next step
  • improve the accuracy : cross validation, data augmentation
  • try to deploy the model on keroku or GCP