Aktionen

Benutzer

C.heck

Aus exmediawiki

Links

einfaches perceptron (schöne skizzen): https://github.com/nature-of-code/NOC-S17-2-Intelligence-Learning/blob/master/week4-neural-networks/perceptron.pdf

adversarial attacks

KNN's sind extrem anfällig für

White Box Attacks

Untargeted Adversarial Attacks

Adversarial attacks that just want your model to be confused and predict a wrong class are called Untargeted Adversarial Attacks.

  • nicht zielgerichtet

Fast Gradient Sign Method(FGSM)

FGSM is a single step attack, ie.. the perturbation is added in a single step instead of adding it over a loop (Iterative attack).

Basic Iterative Method

Störung, anstatt in einem einzelnen Schritt in mehrere kleinen Schrittgrößen anwenden

Iterative Least-Likely Class Method

ein Bild erstellen, welches in der Vorhersage den niedrigsten Score trägt

Targeted Adversarial Attacks

Attacks which compel the model to predict a (wrong) desired output are called Targeted Adversarial attacks

  • zielgerichtet

(Un-)Targeted Adversarial Attacks

kann beides...

Projected Gradient Descent (PGD)

Eine Störung finden die den Verlust eines Modells bei einer bestimmten Eingabe maximiert:

BLACK BOX ATTACKS

KNN-Hacks

on voice (ASR)

Psychoacoustic Hiding (Attacking Speech Recognition)

hidden voice commands

on written text (NLP)

paraphrasing attacks

on computer vision

Tesla

libraries

XAI

XAI/NLG

ethics

esotheric neural net

KI-generierte Sprache

NLP / NLG / NLU / NLI

NLP:

NLU:

NLG:

https://github.com/dangeng/Simple_Adversarial_Examples

Speech recognition

https://de.wikipedia.org/wiki/Spracherkennung

=datenbanken

deutsch:

englisch:

E2E NLG Challenge:

chatbots

Toolkits/Librarys

tryouts:

(KI-generierte) Krypto

Reproduktive KI

https://www.sir-apfelot.de/kuenstliche-intelligenz-erschafft-neue-ki-systeme-10436/

last semester

Datei:Neuronales-netz am eigenen-bild.ipynb