Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 229 Bytes

File metadata and controls

7 lines (6 loc) · 229 Bytes

Artificial-Neural-Network-THU-2018

4 small homeworks

  • hw1: implement MLP with Numpy
  • hw2: implement CNN with Numpy (im2col)
  • hw3: implement MLP & CNN with Tensorflow (BN & Dropout)
  • hw4: Sentiment Classification with RNN