Tools: Unterschied zwischen den Versionen
Aus exmediawiki
C.heck (Diskussion | Beiträge) |
C.heck (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | |||
=Künstliche Intelligenzen= | =Künstliche Intelligenzen= | ||
+ | ==HowTo's== | ||
*[[KI Workaround installieren]] | *[[KI Workaround installieren]] | ||
*[[GPU-Erweiterung für Ubuntu]] | *[[GPU-Erweiterung für Ubuntu]] | ||
− | =Security= | + | ==Links== |
+ | * https://de.wikipedia.org/wiki/K%C3%BCnstliche_Intelligenz#Kreativit%C3%A4t | ||
+ | * http://www.yaronhadad.com/deep-learning-most-amazing-applications/ | ||
+ | * 3Blue1Brown neural network series 1: https://www.youtube.com/watch?v=aircAruvnKk&t=992s | ||
+ | * 3Blue1Brown neural network series 2: https://www.youtube.com/watch?v=IHZwWFHWa-w | ||
+ | * 3Blue1Brown neural network series 3: https://www.youtube.com/watch?v=Ilg3gGewQ5U | ||
+ | * 3Blue1Brown neural network series 4: https://www.youtube.com/watch?v=tIeHLnjs5U8 | ||
+ | |||
+ | ===social bots/chatbots=== | ||
+ | * „Bot-Armeen“ als Meinungsmacher im Wahlkampf https://www.juwiss.de/91-2016/ | ||
+ | * https://www.alexandria.unisg.ch/250507/1/Egli-Rechsteiner%2C%20Social%20Bots%20und%20Meinungsbildung%20in%20der%20Demokratie.pdf | ||
+ | * https://www.tab-beim-bundestag.de/de/pdf/publikationen/berichte/TAB-Arbeitsbericht-hs003.pdf | ||
+ | * https://chatbotsmagazine.com/contextual-chat-bots-with-tensorflow-4391749d0077 | ||
+ | * https://dzone.com/articles/how-i-used-deep-learning-to-train-a-chatbot-to-tal | ||
+ | * http://lab.ukdataservice.ac.uk/2017/10/09/experimenting-with-ai-my-experience-creating-a-closed-domain-qa-chatbot/ | ||
+ | * https://becominghuman.ai/how-to-build-your-own-artificial-intelligence-personal-assistant-55c013327221 | ||
+ | * https://tutorials.botsfloor.com/how-to-build-your-first-chatbot-c84495d4622d | ||
+ | |||
+ | ===Video/Graphics=== | ||
+ | * https://hackernoon.com/detecting-fake-video-needs-to-start-with-video-authentication-224a988996ce | ||
+ | |||
+ | ===Sound=== | ||
+ | * https://berlinvalley.com/deepbach-lernt-zu-komponieren/ | ||
+ | |||
+ | ===Literature=== | ||
+ | * https://mashable.com/2017/10/31/mit-creates-horror-writing-ai-bot/?europe=true#lCO8IO6x9OqP | ||
+ | * https://www.business-punk.com/2017/12/harry-potter-fortsetzung-fanfiction/ | ||
+ | ** https://botnik.org/content/harry-potter.html | ||
+ | ** https://www.facebook.com/tomas.kachel.7/videos/10209885449931733/ | ||
+ | * kurzgeschichte made by botnik https://botnik.org/goosebumps/ | ||
+ | ===Poetry=== | ||
+ | * 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/ | ||
+ | |||
+ | ===Robotics=== | ||
+ | * https://www.intorobotics.com/a-must-see-list-of-tensorflow-examples/ | ||
+ | * https://www.oreilly.com/learning/how-to-build-a-robot-that-sees-with-100-and-tensorflow | ||
+ | |||
+ | ===Mensch/Maschine=== | ||
+ | * Technologien und Visionen der Mensch-MaschineEntgrenzung http://www.tab-beim-bundestag.de/de/pdf/publikationen/berichte/TAB-Arbeitsbericht-ab167.pdf | ||
+ | |||
+ | ===intelligente Videoüberwachung=== | ||
+ | * https://de.wikipedia.org/wiki/Viola-Jones-Methode | ||
+ | |||
+ | |||
+ | ==Security== | ||
*[[Verifikation einer signierten Datei]] | *[[Verifikation einer signierten Datei]] | ||
− | =GNU/Linux für Kulturschaffende= | + | ==GNU/Linux für Kulturschaffende== |
<!--[[Datei:Gnu-vs-linux orig.jpg|400px]]--> | <!--[[Datei:Gnu-vs-linux orig.jpg|400px]]--> | ||
*[[Distributionen]] | *[[Distributionen]] | ||
*[[bootfähigen USB-Stick erstellen]] | *[[bootfähigen USB-Stick erstellen]] | ||
− | ==Die Kommandozeile== | + | ===Die Kommandozeile=== |
*[[Einführung in das Arbeiten mit der Command Line]] | *[[Einführung in das Arbeiten mit der Command Line]] | ||
*[[A-Z Index Kommandos]] | *[[A-Z Index Kommandos]] | ||
Zeile 16: | Zeile 62: | ||
*[[ASCII-Tabelle]] | *[[ASCII-Tabelle]] | ||
*[[Wildcards]] | *[[Wildcards]] | ||
+ | ==Markdown-HowTo's== | ||
+ | * https://www.markdowntutorial.com/ | ||
+ | * https://de.serlo.org/hilfe-markdown | ||
+ | ==Python-HowTo's== | ||
+ | * https://pythonbuch.com/ | ||
+ | * https://wiki.zum.de/wiki/Python | ||
+ | * https://wiki.python.org/moin/PythonForArtificialIntelligence | ||
+ | * Python Kurs in Deutsch (Buch hierfür liegt im exMediaLab): https://www.python-kurs.eu/python3_kurs.php | ||
+ | * Python Wiki: https://wiki.python.org/moin/GermanLanguage | ||
+ | * Learn Python the Hard Way: https://www.souravsengupta.com/cds2015/python/LPTHW.pdf | ||
+ | ===Code Poetry (with Python)=== | ||
+ | * https://blog.trinket.io/writing-poetry-in-python/ | ||
+ | * http://www.pythoncode.co.uk/poem-overview | ||
+ | * http://code.activestate.com/recipes/576413-the-poem-in-python/ | ||
+ | ** http://code.activestate.com/recipes/577641-my-first-poem-written-in-python/ | ||
+ | ** http://code.activestate.com/recipes/496781-romantic-love-poem-in-python/ |
Version vom 27. März 2019, 16:33 Uhr
Inhaltsverzeichnis
Künstliche Intelligenzen
HowTo's
Links
- https://de.wikipedia.org/wiki/K%C3%BCnstliche_Intelligenz#Kreativit%C3%A4t
- http://www.yaronhadad.com/deep-learning-most-amazing-applications/
- 3Blue1Brown neural network series 1: https://www.youtube.com/watch?v=aircAruvnKk&t=992s
- 3Blue1Brown neural network series 2: https://www.youtube.com/watch?v=IHZwWFHWa-w
- 3Blue1Brown neural network series 3: https://www.youtube.com/watch?v=Ilg3gGewQ5U
- 3Blue1Brown neural network series 4: https://www.youtube.com/watch?v=tIeHLnjs5U8
social bots/chatbots
- „Bot-Armeen“ als Meinungsmacher im Wahlkampf https://www.juwiss.de/91-2016/
- https://www.alexandria.unisg.ch/250507/1/Egli-Rechsteiner%2C%20Social%20Bots%20und%20Meinungsbildung%20in%20der%20Demokratie.pdf
- https://www.tab-beim-bundestag.de/de/pdf/publikationen/berichte/TAB-Arbeitsbericht-hs003.pdf
- https://chatbotsmagazine.com/contextual-chat-bots-with-tensorflow-4391749d0077
- https://dzone.com/articles/how-i-used-deep-learning-to-train-a-chatbot-to-tal
- http://lab.ukdataservice.ac.uk/2017/10/09/experimenting-with-ai-my-experience-creating-a-closed-domain-qa-chatbot/
- https://becominghuman.ai/how-to-build-your-own-artificial-intelligence-personal-assistant-55c013327221
- https://tutorials.botsfloor.com/how-to-build-your-first-chatbot-c84495d4622d
Video/Graphics
Sound
Literature
- https://mashable.com/2017/10/31/mit-creates-horror-writing-ai-bot/?europe=true#lCO8IO6x9OqP
- https://www.business-punk.com/2017/12/harry-potter-fortsetzung-fanfiction/
- kurzgeschichte made by botnik https://botnik.org/goosebumps/
Poetry
- 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/
Robotics
- https://www.intorobotics.com/a-must-see-list-of-tensorflow-examples/
- https://www.oreilly.com/learning/how-to-build-a-robot-that-sees-with-100-and-tensorflow
Mensch/Maschine
- Technologien und Visionen der Mensch-MaschineEntgrenzung http://www.tab-beim-bundestag.de/de/pdf/publikationen/berichte/TAB-Arbeitsbericht-ab167.pdf
intelligente Videoüberwachung
Security
GNU/Linux für Kulturschaffende
Die Kommandozeile
- Einführung in das Arbeiten mit der Command Line
- A-Z Index Kommandos
- Command Line Tools
- Code Snippets
- ASCII-Tabelle
- Wildcards
Markdown-HowTo's
Python-HowTo's
- https://pythonbuch.com/
- https://wiki.zum.de/wiki/Python
- https://wiki.python.org/moin/PythonForArtificialIntelligence
- Python Kurs in Deutsch (Buch hierfür liegt im exMediaLab): https://www.python-kurs.eu/python3_kurs.php
- Python Wiki: https://wiki.python.org/moin/GermanLanguage
- Learn Python the Hard Way: https://www.souravsengupta.com/cds2015/python/LPTHW.pdf