Felix Seitzer

Logo

Personal Portfolio page

View the Project on GitHub Felix561/Felix_S

Technical Skills:

Python, Data Science (NumPy, Pandas, PyTorch), Git, C++ (Object-oriented)

Education

Work Experience

AI Developer & Data Scientist @ TIKI GmbH (Sep 2024 - Mar 2025)

At TIKI (Technologisches Institut für angewandte Künstliche Intelligenz GmbH), I worked as an AI Developer & Data Scientist on a project utilizing Deep Learning-based image classification.
My contributions included:

Working Student & Intern @ deXcon GmbH (Aug 2022 - Jun 2023)

deXcon GmbH develops software, components, and control cabinets for decentralized power generation, focusing on P/Q control, remote connections to control centers, and integration with virtual power plants for electricity marketing.

My tasks:

Projects

Bachelor Thesis

Title: Short-term Photovoltaic Power Forecasting using Deep Learning

In this thesis, I developed a Deep Learning model for short-term PV power forecasting. The model, an end-to-end CNN-MLP hybrid network, takes a sky image, PV historical data, and other data as input to predict future power values for a 15-minute forecast period.

High-level overview of the model:
model architecture

For training and evaluation, a dataset of sky images and PV power values was created using cost-effective software and hardware components such as a Raspberry Pi.

Benchmark Model Implementation

I created a Python implementation of the Smart Persistence Model (SPM) to serve as a benchmark model for the short-term PV power forecasting problem.