ML Dictionary

Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io

Was ist ML Dictionary?

ML Dictionary ist eine Chrome-Erweiterung, die von cnvrg.io entwickelt wurde, und ihr Hauptmerkmal ist "Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io".

Erweiterungsscreenshots

screenshot

ML Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie ML Dictionary-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

                        Chrome extension that shuffle's through machine learning terminology. When installing the extension, a new term of machine learning and data science will appear on every new tab!

As seen in the screenshots below, every time you open a new tab, a new machine learning term will pop! This way you can learn new, interesting and curated terms on the go.                    

Grundlegende Informationen zur Erweiterung

Name ML Dictionary ML Dictionary
ID hllgcgkchmaeoncpebjiompbnnmjckne
Offizielle URL https://chrome.google.com/webstore/detail/ml-dictionary/hllgcgkchmaeoncpebjiompbnnmjckne
Beschreibung Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io
Dateigröße 5.6 KB
Installationsanzahl 161
Aktuelle Version 4.0
Letztes Update 2019-08-25
Veröffentlichungsdatum 2019-08-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler cnvrg.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ML Dictionary",
    "version": "4.0",
    "description": "Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "permissions": [
        "tabs"
    ]
}