Pytorch Basics 4: optimizer basics

To train a model, we need:

  • loss function
  • Optimizer
  • model
  • data

Some facts

  • testing is very expensive, since you have to look at whole testing set.
Dayu Yang
Dayu Yang
Ph.D. Student in Financial Services Analytics

I am excited about NLP, Information Retrieval, and Algorithm Trading. My current research focuses on Conversational AI systems.

Related