Skip to content

Commit 9bbdea8

Browse files
authored
Update README.md
1 parent e99b2a4 commit 9bbdea8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ UNPIC is an app which can be used to explore the predictions of an image classif
2626
- [X] [Deep Learning Toolbox](https://www.mathworks.com/products/deep-learning.html)
2727
- [ ] [Statistics and Machine Learning Toolbox](https://www.mathworks.com/products/statistics.html) (only required for t-SNE)
2828
- [ ] [Parallel Computing Toolbox](https://www.mathworks.com/products/parallel-computing.html) (only required for training using a GPU)
29+
- [ ] [Deep Learning Toolbox™ Model for GoogLeNet Network support package](https://www.mathworks.com/help/deeplearning/ref/googlenet.html) (only required for training a new network)
2930

3031

3132
## Quick Start
32-
Download or clone the repository and then run the script `startUNPIC.mlx` to open the app with a trained image classification network.
33+
Download or clone the repository and then run the script `startUNPIC.mlx` to open the app with a trained image classification network. This network has been trained using transfer learning with the GoogLeNet pretrained network.
3334

3435
## Open App
3536
UNPIC is an app for interactively comparing different deep learning visualization techniques. The easiest way to get started with UNPIC is to download the repository and then open and run a live script example.
@@ -101,4 +102,6 @@ Use t-SNE to visualize the network activations and gain an understanding of how
101102

102103
[5] van der Maaten, Laurens, and Geoffrey Hinton. "Visualizing Data using t-SNE." Journal of Machine Learning Research 9, 2008, pp. 2579–2605.
103104

105+
[6] BVLC GoogLeNet Model. https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet
106+
104107
*Copyright 2020 The MathWorks, Inc.*

0 commit comments

Comments
 (0)