Skip to content

planetceres/SHNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supervised Human Neural Network (SHNN)

This repository holds the source code for a research experiment conducted in 2017 called the Supervised Human Neural Network (SHNN).

The paper can be downloaded in pdf format here: Supervised_Human_Neural_Network.pdf

Summary

In order to explore how information moves through human networks we use a structured network design from artificial neural networks to impose a deliberate structure on human networks. This acts to quantify how strategic arrangement might affect information transmission between units in a coordinated task. We hypothesize that human networks might perform more accurate classifications simply as a result of how units acting as nodes are structurally con figured.

Network Design

Code

The experiment was conducted on Amazon's Mechanical Turk platform using a modified version of Otree, a platform for social science experiments.

You can run the experiment for yourself using the following commands:

cd src
pip3 install -U otree-core
otree resetdb
otree runserver

See the Otree documentation for more details.

About

Supervised Human Neural Network Experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published