Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/ccnlab/deep-obj-cat/sims/wwi3d
wwi3d
does deep predictive learning of 3D objects tumbling through space, with periodic saccadic eye movements, providing plenty of opportunity for prediction errors. wwi = what, where integration: both pathways combine to predict object -- where (dorsal) pathway is trained first and residual prediction error trains what pathway.
This is (an updated version of) the model described in:
See Emergent Wiki Install page for installation instructions -- basically you need install Go (e.g., brew install go
on mac), then do go build
in this directory.
Then, you need to get CU3D100_20obj8inst_8tick4sac.tar
from this google drive folder, which has the 3D rendered movies that the network is trained on. Install it as images
in the directory where this code is. For example:
$ tar -xf CU3D100_20obj8inst_8tick4sac.tar
$ mv CU3D100_20obj8inst_8tick4sac images
(we usually have it in a centralized place and create a symbolic link, which works on the cluster too..)
Just run the wwi3d executable that is built with the go build
command. You can see how it processes processes input patterns, etc. It takes about 1 day to train across 32 processors on our older cluster (use go build -tags mpi
to build with mpi support), so it would take about 16 days without MPI. Threading has decreasing benefits but is quite efficient for 2 threads, which is what it is configured for.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.