Topics

Theory

Neural Network Architectures

Domains and Applications

Tools

  • HuggingFace- an open source platform provider of machine learning technologies. They also provide datasets.
  • PyTorch - a machine learning framework. Opinon: More developer friendly than TensorFlow
  • sentencepiece- a tokenizer that supports byte pair encoding. It allows ofr a purely end-to-end system that does not depend on language-specific pre/post-processing
  • tiktoken- a fast byte pair encoding tokenzier

Links