Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/socialcomputation/socialnn
This repository gathers a collection of neural network models of various social and personality psychology phenomena built by Stephen J. Read in the new go based version of the Leabra neural network modeling architecture. This software architecture has been built by Randy O'Reilly at the University of California, Davis.
Information about the Leabra modeling system can be found at the emergent Wiki:
https://github.com/emer/emergent/wiki
and in the Leabra repository:
https://github.com/emer/leabra
The repository currently has the following models
Each folder includes all the files necessary to build and run the model for that folder. You can edit the go files and the data files to create variants of the program, or you can use it as the basis of a new model. In order to build a program from go files you need to have go and emergent installed.
In addition, the releases on this page contain already compiled executables for each of the programs.NOTE: Currently there are only executables available for Mac, Windows executables are planned, but not available. You do not need either go or emergent installed to run the executables. To run the executables you need to download them to your computer and unzip them. You then can execute them by using the Terminal program on Mac. You need to cd
to the directory containing the files and then you can execute the programs. (On Mac you can type cd
at the command line, type a space and then in the Finder drag the directory to the command line after the cd
command.) This will automatically fill in the path to the directory. Then hit return. Once you have switched to the relevant directory, you then need to type
./projectname
at the command line(where projectname
is the name of the program) and it will execute the program and load the relevant files in the directory. The ./
before the projectname is necessariy to make sure that the program will load the relevant files. If you neglect the ./
it will start properly, but when you hit Init
to initialize the program it will crash.
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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.