Skip to content

HW1 賴筱婷 周育潤 鄭乃嘉 翁慶年 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Homework1 - Introduce a New NN with Memory
Please complete each homework for each team, and <br>
mention who contributed which parts in your report.
我們介紹的paper"CNN-RNN: A Unified Framework for Multi-label Image Classification"
Baidu Reasch in China發表在CVPR2016

組員:賴筱婷,鄭乃嘉,周育潤,翁慶年

負責部份:

Introduction:賴筱婷

Proposed Method:翁慶年

Experiment and Conclusion:周育潤,鄭乃嘉


# Motivation
NN with Memory can potentially to be used to acompplish many AI related tasks: Reasoning, Decision Making, etc. <br>
Here are some related talks:<br>
本篇論文主要想解決multi-label classification的問題,利用RNN(LSTM)的特性去model label co-occurrence dependency.
* Sumit Chopra from Facebook. Reasoning, Attention and Memory <a href="https://drive.google.com/open?id=0B_wzP_JlVFcKbHdpYVdZMjg3eTBQd2F1OG9QZlVhOGJoX0dz">slides</a>
* Edward Grefenstette from Google DeepMind. Beyond Seq2Seq with Augmented RNNs <a href="https://drive.google.com/open?id=0B_wzP_JlVFcKYTFaTVFJN18tbmtkX2V0WEEtWXVSdDV4UHVZ">slides</a>

Expand Down
Binary file added Review.docx
Binary file not shown.
Binary file added cnn-rnn.pdf
Binary file not shown.