experiments measuring how convolutional neural networks perform a visual search task
Project description
visual-search-nets
Experiments to measure the behavior of deep neural networks performing a visual search task.
For some background and a summary of the results, please see this Jupyter notebook.
Installation
Experiments were run using Anaconda on Ubuntu 16.04. The following commands were used to create the environment:
tu@computi:~$ conda create -n searchnets python=3.6 numpy matplotlib imageio joblib tensorflow-gpu
tu@computi:~$ source activate searchnets
tu@computi:~$ git clone https://github.com/NickleDave/visual-search-nets.git
tu@computi:~$ cd ./visual-search-nets
tu@computi:~$ pip install .
usage
Installing this package (by running pip install .
in the source directory) makes it
possible to run the experiments from the command line with the searchnets
command, like so:
tu@computi:~$ searchnets train config.ini
The command-line interface accepts arguments with the syntax searchnets command config.ini
,
where command
is some command to run, and config.ini
is the name of a configuration file
with options that specify how the command will be executed.
For details on the commands, see this page in the docs.
For details on the config.ini
files, please see this other page.
Data
Data is deposited here: https://figshare.com/articles/visual-search-nets/7688840
Replicating experiments
The Makefile
replicates the experiments.
tu@computi:~$ make all
Acknowledgements
- Research funded by the Lifelong Learning Machines program, DARPA/Microsystems Technology Office, DARPA cooperative agreement HR0011-18-2-0019
- David Nicholson was partially supported by the 2017 William K. and Katherine W. Estes Fund to F. Pestilli, R. Goldstone and L. Smith, Indiana University Bloomington.
Citation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file visual-search-nets-0.3.1.tar.gz
.
File metadata
- Download URL: visual-search-nets-0.3.1.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.13.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e49d98268940a364fff272d854c2ed8714260c24b99b973d6f77d6052f166993 |
|
MD5 | ffa249d2edb7b3b707718e5b604c925a |
|
BLAKE2b-256 | eb67f328ad3d5aa78b1f770cb00f118b8beeed947e49f192482f3365594ff0cf |
File details
Details for the file visual_search_nets-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: visual_search_nets-0.3.1-py3-none-any.whl
- Upload date:
- Size: 51.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.13.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a569839e9b7533b94c739f4eb8dfb18f6d65b9def8666dbef24d289398a3547c |
|
MD5 | 6158b484504af9eeb045dd335f91cf11 |
|
BLAKE2b-256 | 2eae0b153cdb6fed7b1e455e250a7b8eb4c21bbdbe166b57318841f0a45bf045 |