EthicsNet

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

EthicsNet란 무엇입니까?

EthicsNet은(는) https://ethicsnet.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Machine Intelligence requires large, well-documented datasets (examples) to be trained upon. Datasets often matter more than…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

EthicsNet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 EthicsNet EthicsNet
ID djamiamgnjcpjhkknjddilkaibbhmhgc
공식 URL https://chromewebstore.google.com/detail/ethicsnet/djamiamgnjcpjhkknjddilkaibbhmhgc
설명 Machine Intelligence requires large, well-documented datasets (examples) to be trained upon. Datasets often matter more than…
파일 크기 1.58 MB
설치 횟수 12
현재 버전 0.1.22
최근 업데이트 2022-04-28
출시 날짜 2020-02-26
평점 5.00/5 총 1 개의 평점
개발자 https://ethicsnet.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://extension.ethicsnet.org/
개인정보 보호 정책 페이지 URL https://extension.ethicsnet.org
지원되는 언어 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"
}