Aktionen

Coding Links: Unterschied zwischen den Versionen

Aus exmediawiki

Zeile 1: Zeile 1:
==Machine Learning==
+
==Deep Learning==
 
* Code zu Osinga: Deep Learning Cookbook - https://github.com/DOsinga/deep_learning_cookbook
 
* Code zu Osinga: Deep Learning Cookbook - https://github.com/DOsinga/deep_learning_cookbook
 
* Code zu Chollet: Deep Learning mit Python und Keras - https://github.com/keras-team/keras/tree/master/examples
 
* Code zu Chollet: Deep Learning mit Python und Keras - https://github.com/keras-team/keras/tree/master/examples
Zeile 5: Zeile 5:
 
* Ian Goodfellow and Yoshua Bengio and Aaron Courville: Deep Learning (Book) - https://www.deeplearningbook.org/
 
* Ian Goodfellow and Yoshua Bengio and Aaron Courville: Deep Learning (Book) - https://www.deeplearningbook.org/
  
 +
===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
 +
 +
----
 
==Markdown==
 
==Markdown==
 
* https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
 
* https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Zeile 11: Zeile 26:
 
* https://help.github.com/en/articles/working-with-advanced-formatting
 
* https://help.github.com/en/articles/working-with-advanced-formatting
  
 +
----
 
==Python==
 
==Python==
 
* https://pythonbuch.com/
 
* https://pythonbuch.com/

Version vom 29. Juni 2019, 14:55 Uhr

Deep Learning

Anwendungen, Datasets etc.


Markdown


Python

Code Poetry (with Python)