Image Classification with AI: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 15: Zeile 15:
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 =
= 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]]
→ zurück zum Hauptartikel: [[Signalverarbeitung_mit_MATLAB_und_Künstlicher_Intelligenz| Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz]]

Aktuelle Version vom 17. Dezember 2024, 10:36 Uhr

Abb. 1: Detect an classify the road signs
Autor: Moye Nyuysoni Glein Perry
Art: Project Work
Starttermin: 14.11.2024
Abgabetermin: 31.03.2025
Betreuer: 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.

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