Aktionen

Coding Links: Unterschied zwischen den Versionen

Aus exmediawiki

Mattis (Diskussion | Beiträge)
Links hinzugefügt
 
(9 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
==Das Perceptron==
* https://en.wikipedia.org/wiki/Perceptron
* https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1#.qvxmhqeuu
* http://iamtrask.github.io/2015/07/12/basic-python-network/
* https://appliedgo.net/perceptron/
==Deep Learning==
==Deep Learning==
* Codes zu Osinga: Deep Learning Cookbook - https://github.com/DOsinga/deep_learning_cookbook
* Codes zu Osinga: Deep Learning Cookbook - https://github.com/DOsinga/deep_learning_cookbook
Zeile 28: Zeile 34:
* '''Coco Dataset''' http://cocodataset.org/#explore
* '''Coco Dataset''' http://cocodataset.org/#explore


----
* '''CelebA''' http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html (ca. 200.000 Bilder von ca. 10.000 Celebs)
 
* '''VoxCeleb''' http://www.robots.ox.ac.uk/~vgg/data/voxceleb/ (VoxCeleb is an audio-visual dataset consisting of short clips of human speech, extracted from interview videos uploaded to YouTube)
 
* '''100.000 generated faces''' https://generated.photos/


==Markdown==
* '''Diverse Kulturdaten''' https://codingdavinci.de/daten/
* https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
* https://www.markdowntutorial.com/
* https://de.serlo.org/hilfe-markdown
* https://help.github.com/en/articles/working-with-advanced-formatting


----
==Python==
* 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/




[[Category:HowTo]]
[[Category:Datasets]]
[[Category:KI]]
[[Category:KI]]
[[Category: deep learning]]
[[Category: deep learning]]
[[Category:Python]]
[[Category:Programmierung|Python]]
[[Category:Links]]
[[Category:Programmierung|Tensorflow]]
[[Category:Markdown]]
[[Category:Programmierung|Keras]]
[[Category:Code Poetry]]
[[Kategorie:poetry]]
[[Category:Programmierung]]
[[Kategorie:Sprache]]
[[Kategorie:chatbots]]

Aktuelle Version vom 27. November 2019, 20:03 Uhr

Das Perceptron

Deep Learning

Anwendungen, Datasets etc.