Image Classification with AI: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „Image Classification: AI models are trained to recognize and classify images into predefined categories. For example, distinguishing between images of dogs and cats. Convolutional Neural Networks (CNNs) are widely used for image classification tasks.“
 
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:Endbild.jpg|thumb|rigth|500px|Abb. 1: Detect an classify the road signs]]
<!--
{| class="wikitable"
|-
| '''Autor:'''  || [mailto:moye-nyuysoni.glein-perry@stud.hshl.de Moye Nyuysoni Glein Perry]
|-
| '''Art:''' || Project Work
|-
|  '''Starttermin''': || 14.11.2024
|-
|  '''Abgabetermin''': || 31.03.2025
|-
|  '''Betreuer''': || [[Benutzer:Ulrich_Schneider| Prof. Dr.-Ing. Schneider]]
|}
-->
= Introduction=
Image Classification: AI models are trained to recognize and classify images into predefined categories. For example, distinguishing between images of dogs and cats. Convolutional Neural Networks (CNNs) are widely used for image classification tasks.
Image Classification: AI models are trained to recognize and classify images into predefined categories. For example, distinguishing between images of dogs and cats. Convolutional Neural Networks (CNNs) are widely used for image classification tasks.
= Task =
# Create a database of road signs.
# Train AI models with road signs or use a pretrained network.
# Use AI to classify the road signs.
----
→ zurück zum Hauptartikel: [[Signalverarbeitung_mit_MATLAB_und_Künstlicher_Intelligenz| Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz]]

Aktuelle Version vom 4. März 2025, 08:53 Uhr

Abb. 1: Detect an classify the road signs

Introduction

Image Classification: AI models are trained to recognize and classify images into predefined categories. For example, distinguishing between images of dogs and cats. Convolutional Neural Networks (CNNs) are widely used for image classification tasks.

Task

  1. Create a database of road signs.
  2. Train AI models with road signs or use a pretrained network.
  3. Use AI to classify the road signs.

→ zurück zum Hauptartikel: Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz