deepviz | CPSC 547 final project : a javascript-based visualization | Machine Learning library
kandi X-RAY | deepviz Summary
kandi X-RAY | deepviz Summary
This is a tool to visualize the similarities captured by deep learning features on small datasets of up to ~1000 images. I finished this project in December 2015 as the final project of the CSPC 547 -- Infoviz course taught by Tamara Munzner at the University of British Columbia. I also wrote a paper-like final report that explains the design choices behind this tool.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of deepviz
deepviz Key Features
deepviz Examples and Code Snippets
Community Discussions
Trending Discussions on deepviz
QUESTION
ANSWER
Answered 2020-Oct-14 at 10:55You have too many Max-Pooling layers, the max pooling layer reduces the dimension of the inputted vector by factor of its parameter.
Try to reduce the pool_size parameters , or alternatively remove the last 2 max-pooling layers. A value you can try is pool_size=2 for all layers.
As for the parameters you should learn of the meaning of them: Here you can find an explanation of the convolution layer and max pooling layer parameters like filters , kernel size and pool size: Convolutional layer
The dropout layer is a regularization which maximize the effectiveness of the layer weights , every epoch it zeroes different percent (size of "rate" parameter) of the weights . the larger the rate - you have less overfitting but training time is longer. learn about it here: Dropout layer
The units is the size of the Fully Connected layer. Fully Connected layer
The input shape is a dimensions of your data, when the number of records does not count. In 1d vectors it is (N,C) when N is the vector length and C is number of channels you have, if you have 1 channel it is (N,1). In 2d vectors it is (Height,Width,Channels).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install deepviz
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page