# <p class="text-h">Homework 3 - Image Sentiment Classification</p> ### <p class="text-hh">Announcements</p> #### 4/8 * Conda environment release! #### 3/28 * Sample code release! #### 3/21 * HW3 release! <hr> ### <p class="text-hh">Links</p> * 作業投影片 <a href="https://docs.google.com/presentation/d/1_UOEquMW4URIuTtrKGqwSPP4qtKIb7osT9ysTQ3Flmo/edit?usp=sharing" target="_blank"><i class="fa fa-book"></i></a> * Kaggle 連結 <a href="https://www.kaggle.com/c/ml2019spring-hw3" target="_blank"><i class="fa fa-trophy"></i></a> * Report 模板 <a href="https://goo.gl/DVZVob" target="_blank"><i class="fa fa-file-text"></i></a> * (有遲交的同學才需填寫)遲交表單 <a href="https://goo.gl/forms/1rkXM6YK3qq32P693" target="_blank"><i class="fa fa-clock-o"></i></a> * Sample code <a href="https://hackmd.io/hlJAABuoRJa0tzpD8UUHvw" target="_blank"><i class="fa fa-book"></i></a> <!-- * Sample code (Generative model) <a href="./ProbabilisticGenerativeModel.html" target="_blank"><i class="fa fa-book"></i></a> --> <!-- * 手把手教學投影片 <a href="#" target="_blank"><i class="fa fa-book"></i></a> --> <hr> ### <p class="text-hh">Deadlines</p> * Early Baseline Deadline: 03/28/2019 11:59:59 (GMT+8) * Kaggle Deadline: 04/11/2019 11:59:59 (GMT+8) * Github Deadline: 04/12/2019 23:59:59 (GMT+8) <hr> ### <p class="text-hh">Assignment Regulation</p> * Only Python 3.6 available !!!! * python standard library * numpy == 1.16.2 * scipy == 1.2.1 * pandas == 0.24.2 * Pytorch == 1.0.1 * torchvision == 0.2.2.post3 * Tensorflow == 1.12.0 * Keras == 2.2.4 * scikit-image == 0.14.2 <hr> ### <p class="text-hh">FAQ</p> <p>Q1:請問kaggle的組隊人數上限?</p> <p>A1:hw3為個人作業,不用在kaggle上進行組隊。</p> <hr>