EthicsNet

Machine Intelligence requires large, well-documented datasets (examples) to be trained upon. Datasets often matter more than…

Was ist EthicsNet?

EthicsNet ist eine Chrome-Erweiterung, die von https://ethicsnet.org entwickelt wurde, und ihr Hauptmerkmal ist "Machine Intelligence requires large, well-documented datasets (examples) to be trained upon. Datasets often matter more than…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

EthicsNet-Erweiterungs-CRX-Datei herunterladen

Laden Sie EthicsNet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Machine Intelligence requires large, well-documented datasets (examples) to be trained upon. Datasets often matter more than algorithms per se, though they rarely get proper credit for the value that they can create.

Datasets such as Fei-Fei Li's ImageNet have enabled the recent expansion in capability of machine intelligence in powerful new ways that otherwise would be impossible.  We want to do the same for the space of kind behaviours – a range of experiments in how one can construct, collate, and annotate a range of datasets that reflect many different cultures, opinions and creeds, and which can expand in scope and nuance over time, to empower socially-aware thinking machines for generations to come.

Being prosocial requires learning the preferences of others. We need a mechanism to reach those preferences to machines.

We recognise that what prosocial behavior looks like varies across time, geography, and culture. We intend to democratize access and opportunity for contribution to this world-changing system, that is currently concentrated in the hand of a few AI researchers/engineers.

Machine intelligences will simply amplify and return whatever data we give them. Our goal is to advance the field of machine ethics, by seeding technology that makes it easy to teach machines about ones individual and cultural behavioral preferences.                    

Grundlegende Informationen zur Erweiterung

Name EthicsNet EthicsNet
ID djamiamgnjcpjhkknjddilkaibbhmhgc
Offizielle URL https://chromewebstore.google.com/detail/ethicsnet/djamiamgnjcpjhkknjddilkaibbhmhgc
Beschreibung Machine Intelligence requires large, well-documented datasets (examples) to be trained upon. Datasets often matter more than…
Dateigröße 1.58 MB
Installationsanzahl 12
Aktuelle Version 0.1.22
Letztes Update 2022-04-28
Veröffentlichungsdatum 2020-02-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://ethicsnet.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://extension.ethicsnet.org/
URL der Datenschutzrichtlinien-Seite https://extension.ethicsnet.org
Unterstützte Sprachen en,fr,es,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EthicsNet",
    "version": "0.1.22",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/html2canvas.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/favicon-16x16.png"
    },
    "chrome_url_overrides": [],
    "web_accessible_resources": [
        "sidebar\/sidebar.html"
    ],
    "browser_action": {
        "default_icon": "images\/EthicsNetLogoFavicon.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "management",
        "activeTab",
        "storage",
        "contextMenus",
        ""
    ],
    "default_locale": "en"
}