Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 318 Bytes

deep-learning-hw2

  1. implement transfer learning by ResNet18
  2. implement Style transfer by pre-trained SqueezeNet model
  3. implement vanilla RNN and lstm, forward and backward prop using numpy. Apply it to image caption problem.
  4. implement valilla RNN and lstem by pytorch. Apply it to text classication problem.