Homework 7 - Unsupervised Learning
###Announcements
#### 5/16 * Strong baseline release #### 5/14 * slides page 12 update. #### 5/11 * slides page 10 update. #### 5/9 * Report template link & data link update ! * HW7 release!Links
* 作業投影片 * Kaggle 連結 * Report 模板 * 遲交表單 * Sample code (PCA of colored faces) * Sample code (image clustering) * Facebook DiscussionDeadlines
* Simple Bonus Deadline: 05/16/2019 11:59:59 (GMT+8) * Kaggle Deadline: 05/23/2019 11:59:59 (GMT+8) * Github Deadline: 05/24/2019 23:59:59 (GMT+8)Assignment Regulation
* ALL code must be written in python3.6 * For `pca.sh` : * ALL python standard library is permitted (e.g. sys, csv, time) * numpy >=1.14 * scikit-image == 1.15.0 * For `cluster.sh` : * ALL python standard library is permitted (e.g. sys, csv, time) * Keras == 2.2.4 * Tensorflow == 1.12.0 * pytorch == 1.0.1 * Numpy >= 1.14 * Pandas >= 0.20 * scipy == 1.2.1 * scikit-image == 0.15.0 * pillow == 6.0.0 * scikit-learn == 0.20.3 * Multicore-TSNE == 0.1FAQ
Q1:請問kaggle的組隊人數上限?
A1:hw7為個人作業,不用在kaggle上進行組隊。
Q2:reproduce 規則?
A2:
1. reproduce時間限制10分鐘不包含下載model時間Q3: 關於cluster.sh的規定?
A3: kaggle的上傳必須以autoencoder實作降維,也就是說你的model要含有autoencoder的結構,但還是可以搭配其他的降維方法如PCA, SVD, t-SNE一起使用。