Aktionen

Benutzer

C.heck: Unterschied zwischen den Versionen

Aus exmediawiki

Zeile 129: Zeile 129:
  
 
=LANGUAGE=
 
=LANGUAGE=
 +
 +
==Konstruierte, bzw. Künstliche Sprachen==
 +
* https://www.fatum-magazin.de/ausgaben/dialog/praefrontal/kunstsprachen.html
 +
* https://de.wikipedia.org/wiki/Konstruierte_Sprache
 +
* http://deacademic.com/dic.nsf/dewiki/441004
 +
** https://de.m.wikipedia.org/wiki/Neusprech
 +
** https://de.m.wikipedia.org/wiki/Weltdeutsch
 +
 +
===esoterische (KI) Programmiersprachen===
 +
* https://esolangs.org/w/index.php?search=neural&title=Special%3ASearch&profile=default&fulltext=1
 +
* esoterische programmiersprachen http://kryptografie.de/kryptografie/chiffre/index-sprachen.htm
 +
 +
* Forscher suchen eigene Programmiersprache: https://t3n.de/news/machine-learning-facebooks-ki-chef-sucht-sprache-1144900/
 +
 +
==Computer und Literatur==
 +
* p0es1s: http://www.p0es1s.net/p0es1s/intro_d.htm
 +
* stochastische Texte: https://auer.netzliteratur.net/0_lutz/lutz_original.html
 +
* Netzliteratur (Projekte): https://netzliteratur.net/netzliteratur_projekte_a.php
 +
 +
Florian Cramer:
 +
* https://www.netzliteratur.net/cramer/poetische_kalkuele_und_phantasmen.pdf
 +
* https://www.netzliteratur.net/cramer/wordsmadefleshpdf.pdf
 +
 +
==KI und Literatur==
 +
https://www.faz.net/aktuell/feuilleton/buecher/literatur-und-ki-vernunft-ist-auch-eine-herzenssache-16079038.html?printPagedArticle=true#void
 +
 +
===AI-Poetry Examples...===
 +
* https://hackernoon.com/i-tried-my-hand-at-deep-learning-and-made-some-poetry-along-the-way-2e350c33376f
 +
* https://www.japandigest.de/aktuelles/technologie-roboter/kunstliche-intelligenz-schreibt-haiku/
 +
* https://bgr.com/2018/08/08/poetry-ai-bot-shakespeare-human-research/
 +
* https://www.konstantext.de/index.php/item/sonnenblicke-auf-der-flucht-wenn-kuenstliche-intelligenz-ein-gedicht-schreibt
  
 
==(KI-generierte) Krypto==
 
==(KI-generierte) Krypto==
 
* https://motherboard.vice.com/de/article/8q8wkv/google-ki-entwickelt-verschluesselung-die-selbst-google-nicht-versteht
 
* https://motherboard.vice.com/de/article/8q8wkv/google-ki-entwickelt-verschluesselung-die-selbst-google-nicht-versteht
 
* http://kryptografie.de/kryptografie/index.htm
 
* http://kryptografie.de/kryptografie/index.htm
 
==esotheric neural net (programming language)==
 
* Forscher suchen eigene Programmiersprache: https://t3n.de/news/machine-learning-facebooks-ki-chef-sucht-sprache-1144900/
 
* esoterische programmiersprachen http://kryptografie.de/kryptografie/chiffre/index-sprachen.htm
 
  
 
==NLU / NLI==
 
==NLU / NLI==
Zeile 189: Zeile 216:
 
* https://www.skynettoday.com/briefs/gpt2
 
* https://www.skynettoday.com/briefs/gpt2
  
===Poetry===
 
 
====examples...====
 
* https://hackernoon.com/i-tried-my-hand-at-deep-learning-and-made-some-poetry-along-the-way-2e350c33376f
 
* https://www.japandigest.de/aktuelles/technologie-roboter/kunstliche-intelligenz-schreibt-haiku/
 
* https://bgr.com/2018/08/08/poetry-ai-bot-shakespeare-human-research/
 
  
 
===datenbanken===
 
===datenbanken===

Version vom 16. April 2019, 15:39 Uhr

Keras Examples

https://github.com/keras-team/keras/tree/master/examples


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

on computer vision

propose zeroth order optimization (ZOO)

Black-Box Attacks using Adversarial Samples

  • a technique that uses the victim model as an oracle to label a synthetic training set for the substitute, so the attacker need not even collect a training set to mount the attack

new Tesla Hack

on voice (ASR)

hidden voice commands

Psychoacoustic Hiding (Attacking Speech Recognition)

on written text (NLP)

paraphrasing attacks

Anti Surveillance

http://dismagazine.com/dystopia/evolved-lifestyles/8115/anti-surveillance-how-to-hide-from-machines/

libraries

ETHIK

XAI

XAI/NLG


Bedeutung:


XAI durch Sprachrationalisierung

LANGUAGE

Konstruierte, bzw. Künstliche Sprachen

esoterische (KI) Programmiersprachen

Computer und Literatur

Florian Cramer:

KI und Literatur

https://www.faz.net/aktuell/feuilleton/buecher/literatur-und-ki-vernunft-ist-auch-eine-herzenssache-16079038.html?printPagedArticle=true#void

AI-Poetry Examples...

(KI-generierte) Krypto

NLU / NLI

NLP

Speech recognition

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

NLG

https://byteacademy.co/blog/overview-NLG

(un-)supervised techniques

LSTM

http://colah.github.io/posts/2015-08-Understanding-LSTMs/

LSTM+RNN

Autoencoder

https://www.wired.co.uk/article/google-artificial-intelligence-poetry

LSTM+Autoencoder

GAN

https://arxiv.org/abs/1705.10929

transformer-based language model

OpenAI's gpt-2:

Diskussion:


datenbanken

deutsch:

englisch:

E2E NLG Challenge:

chatbots

Toolkits/Librarys

tryouts:

REPRODUKTIVE KI

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