Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaolubrain committed Oct 7, 2015
1 parent a0b84a2 commit e460bd0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,21 @@ The paper presents a new zero-shot learning method, which achieves the state-of-
- correct_format.sh
- image2hdf5.sh

3. compute the CNN outputs of GoogLeNet of the images, use
### compute the CNN outputs of GoogLeNet of the images, use
- caffe_outputs.py

4. compute PCA and ICA on the CNN outputs, use
### compute PCA and ICA on the CNN outputs, use
- cov.py
- whitening.py
- ica.py

5.
### compute the MDS features of WordNet graph, use
- similarity_mat.py
- mds_distance_mat.m

## run zero-shot learning experiments, use
- make_zero_shot_mat.m
- zero_shot_random.py
- zero_shot_pca.py
- zero_shot_ica.py

0 comments on commit e460bd0

Please sign in to comment.