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