4 Matching Annotations
- Oct 2019
-
distill.pub distill.pub
-
In this article, we use GoogLeNet, an image classification model, to demonstrate our interface ideas because its neurons seem unusually semantically meaningfu
Any news on why?
Tags
Annotators
URL
-
- Jul 2019
-
-
This allows the viewer to differentiate between a book that was unanimously judged middling and one that was loved and hated —these are both
huh, that's a very neat idea
-
- Sep 2018
-
raghakot.github.io raghakot.github.io
-
from vis.modifiers import Jitter
Here the code is obsoleted, should change to:
from vis.input_modifiers import Jitter
-
from vis.utils.vggnet import VGG16
Here the
vis.utils.vggnet
is deleted, should change with keras original package:from keras.applications.vgg16 import VGG16
Tags
Annotators
URL
-