Aktionen

Coding Links: Unterschied zwischen den Versionen

Aus exmediawiki

(ML-Links)
(Links hinzugefügt)
 
(16 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
==Machine Learning==
+
==Das Perceptron==
* https://github.com/DOsinga/deep_learning_cookbook
+
* https://en.wikipedia.org/wiki/Perceptron
* https://github.com/keras-team/keras/tree/master/examples
+
* 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/
  
==Markdown==
+
==Deep Learning==
* https://www.markdowntutorial.com/
+
* Codes zu Osinga: Deep Learning Cookbook - https://github.com/DOsinga/deep_learning_cookbook
* https://de.serlo.org/hilfe-markdown
 
  
==Python==
+
* Codes zu Chollet: Deep Learning mit Python und Keras - https://github.com/keras-team/keras/tree/master/examples
* https://pythonbuch.com/
+
 
* https://wiki.zum.de/wiki/Python
+
* Codes zu Géron: Machine Learning mit Scikit-Learn & TensorFlow - https://github.com/ageron/handson-ml
* https://wiki.python.org/moin/PythonForArtificialIntelligence
+
 
* Python Kurs in Deutsch (Buch hierfür liegt im exMediaLab): https://www.python-kurs.eu/python3_kurs.php
+
* Ian Goodfellow and Yoshua Bengio and Aaron Courville: Deep Learning (Book) - https://www.deeplearningbook.org/
* Python Wiki: https://wiki.python.org/moin/GermanLanguage
+
 
* Learn Python the Hard Way: https://www.souravsengupta.com/cds2015/python/LPTHW.pdf
+
* '''[https://noparts.org/own-cloud/public.php?service=files&t=4a66fa0281688c384bf68863fc9027dc Francois Chollet, »Deep Learning with Python«]'''
===Code Poetry (with Python)===
+
** Github Repositrory: https://github.com/fchollet/deep-learning-with-python-notebooks
* https://blog.trinket.io/writing-poetry-in-python/
+
 
* http://www.pythoncode.co.uk/poem-overview
+
* '''[https://noparts.org/own-cloud/public.php?service=files&t=b873602cf68471c0e45672cb838d0f98 Tariq Rashid, »Neuronale Netze selbst programmieren«]'''
* http://code.activestate.com/recipes/576413-the-poem-in-python/
+
** Github Repository: https://github.com/makeyourownneuralnetwork/makeyourownneuralnetwork
** http://code.activestate.com/recipes/577641-my-first-poem-written-in-python/
+
 
** http://code.activestate.com/recipes/496781-romantic-love-poem-in-python/
+
===Anwendungen, Datasets etc.===
 +
* '''deepL''' AI Assistance for Language https://www.deepl.com/translator
 +
 
 +
* '''Deep Speech 0.2.0''' https://github.com/mozilla/DeepSpeech/releases/tag/v0.2.0
 +
 
 +
* https://deepart.io/
 +
 
 +
* '''Darknet Yolo''' - schnelle Objekterkennung https://pjreddie.com/darknet/yolo/
 +
** Code: https://github.com/pjreddie/darknet
 +
 
 +
*Fork von Darknet Yolo (mit mehr Anwendungen und besser erklärt) https://github.com/AlexeyAB/darknet
 +
 
 +
* '''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/
 +
 
 +
* '''Diverse Kulturdaten''' https://codingdavinci.de/daten/
 +
 
 +
 
 +
 
 +
[[Category:Datasets]]
 +
[[Category:KI]]
 +
[[Category: deep learning]]
 +
[[Category:Programmierung|Python]]
 +
[[Category:Programmierung|Tensorflow]]
 +
[[Category:Programmierung|Keras]]
 +
[[Kategorie:poetry]]
 +
[[Kategorie:Sprache]]
 +
[[Kategorie:chatbots]]

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

Das Perceptron

Deep Learning

Anwendungen, Datasets etc.