Open Source
Open Source
Selected repositories, ranked by academic contribution
AAIPraktikum
PythonHands-on assignments for the Advances in AI lecture covering PyTorch, ResNet, GANs, VAEs, embeddings, perceptual/adversarial loss, and TensorBoard.
MPTPraktikum
PythonPractical exercises and examples for the Machine Perception & Tracking lecture, providing course tasks and supporting material for students.
mpt_tracking
PythonTracking assignment for the Machine Perception & Tracking lecture, including evaluation code and baseline tracker implementations.
bot
RustRust-based bot controller using async Tokio tasks, behaviour-tree logic, a neural-network controller, and a genetic algorithm for training.
ProgrammierungDSKI
PythonOnline textbook for the Programming for Data Science & AI lecture with programming examples, exercises, and supporting material.
imageretrieval
PythonNatural-language image retrieval demo using OpenAI's CLIP model - scans image directories, computes embeddings, and retrieves images from text queries.
wgan
PythonWasserstein GAN implementation for generating artificial images.
variationalautoencoder
PythonVariational autoencoder for learning a data distribution and sampling new images, demonstrated on a flower dataset.
SchachKI_aufgabe
PythonChess-AI programming assignment for the Programming for Data Science & AI course, with chess engine/UI code, tests, sprites, and documentation.
upscaling
PythonImage upscaling experiment that trains step-wise 2x upscalers and stacks them for 8x upscaling from 64x64 to 512x512 pixels.
reinforcement
PythonReinforcement learning example using Q-learning for the Lunar Lander environment.
colorization
PythonImage colorisation experiment covering grayscale-to-colour reconstruction with YUV preprocessing, discussing regression vs. classification as the learning objective.
whosaid
PythonNLP model that predicts which Star Trek character said a given phrase, trained on official episode scripts.
mpt_football_aufgabenstellung
PythonSemester assignment for Machine Perception & Tracking where student teams analyse football matches and present a working algorithmic solution.