Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| deep_learning [2020/07/09 06:25] – [Deep Learning] gerald | deep_learning [2024/02/29 13:36] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| Beste Grafikkarten GPUs: [[https:// | Beste Grafikkarten GPUs: [[https:// | ||
| + | Machine Learning | ||
| Artificial Intelligence | Artificial Intelligence | ||
| - | Machine Learning | + | Machine Learning |
| + | |||
| + | |||
| + | Unterschiede Gehirn neuronales Netz | ||
| + | https:// | ||
| + | {{:: | ||
| ====== Neuronale Netzwerke ====== | ====== Neuronale Netzwerke ====== | ||
| Einführung Videos (engl.): [[https:// | Einführung Videos (engl.): [[https:// | ||
| - | |||
| Einführung (Kostenloses Buch, engl.): [[http:// | Einführung (Kostenloses Buch, engl.): [[http:// | ||
| + | * Parameter: Anzahl der Neuronen (Parameter: Bias/ | ||
| + | * Aktivierungsfunktion: | ||
| + | ====== Fertig trainierte KI-Netzerke ====== | ||
| + | |||
| + | ===== Grafik ===== | ||
| + | Videos online erstellen kostenlos: https:// | ||
| + | ===== Text ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | Frei: | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| ====== Deep Learning ====== | ====== Deep Learning ====== | ||
| Zeile 29: | Zeile 50: | ||
| [[http:// | [[http:// | ||
| + | |||
| + | |||
| + | ===== OpenCV ===== | ||
| + | |||
| + | ==== Beispiele ==== | ||
| + | |||
| + | |||
| + | === Vorbeifahrende Autos zählen === | ||
| + | |||
| + | |||
| + | Object tracking in video with OpenCV and Deep Learning ((https:// | ||
| + | |||
| + | Pattern: [[https:// | ||
| + | |||
| + | Repo: [[https:// | ||
| + | |||
| ===== Frameworks ===== | ===== Frameworks ===== | ||
| Zeile 39: | Zeile 76: | ||
| ==== TensorFlow ==== | ==== TensorFlow ==== | ||
| + | |||
| + | [[https:// | ||
| [[https:// | [[https:// | ||
| Zeile 45: | Zeile 84: | ||
| ==== Keras ==== | ==== Keras ==== | ||
| + | Grundlagen: [[https:// | ||
| Zeile 55: | Zeile 95: | ||
| ==== Microsoft Recognition Toolkit ==== | ==== Microsoft Recognition Toolkit ==== | ||
| + | ===== YOLO ===== | ||
| + | |||
| + | You only look once | ||
| + | |||
| + | Quelle((https:// | ||
| + | |||
| + | |||
| + | You Only Look Once - this object detection algorithm is currently the state of the art, outperforming R-CNN and it's variants. I'll go into some different object detection algorithm improvements over the years, then dive into YOLO theory and a programmatic implementation using Tensorflow! | ||
| + | |||
| + | Code for this video: | ||
| + | https:// | ||
| + | |||
| + | More learning resources: | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | https:// | ||