Skip to content
View fishingpvalues's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • Qunevo
  • Bielefeld

Block or report fishingpvalues

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
fishingpvalues/README.md

Hi there, I'm Daniel Fischer (a.k.a. fishingpvalues) ๐Ÿ‘‹

M. Sc. Data Science

GitHub Views GitHub Followers LinkedIn


๐Ÿ–ฅ๏ธ About Me

๐Ÿ‘จโ€๐Ÿ’ป Data Scientist | ML Engineer | Digital Twins | Data Analytics

I specialize in applied machine learning, deep learning, explainable AI, and digital twins for industrial applications. My focus is on bridging the gap between complex ML models and real-world business solutions.


๐Ÿ“œ Scientific Research

I am actively involved in research on explainability in reinforcement learning and digital twins. You can find my publications here:

๐Ÿ“ Current Papers

๐Ÿ”น Demystifying Reinforcement Learning โ€“ SHAP and Captum
Exploring explainability in reinforcement learning using SHAP and Captum to make black-box models more interpretable.

๐Ÿ”น Learning Simulation-Based Digital Twins for Discrete Material Flow Systems
Systematic Literature Review shedding light on Digital Twins for discrete material flow systems.

๐Ÿ“š Full Repository: Scientific Papers Repository


๐Ÿ”ง Tech Stack

๐Ÿ–ฅ๏ธ Programmiersprachen & Abfragesprachen

Python
Cython
R
SQL
DAX
Bash
Zsh
Nushell

๐Ÿ“Š Datenanalyse & ML-Frameworks

Pandas
Scikit-Learn
SymPy
PyTorch
TensorFlow
Keras
Hugging Face
Unsloth

โ˜๏ธ Big Data, Deployment & Infrastruktur

Llama.cpp
Ollama
Docker
Git
Azure
Power BI


๐Ÿ“ Projects & Research

Description: A PyTorch-based implementation for interpreting neural network predictions using Captum.

Key Features:

  • Utilizes Integrated Gradients, SHAP, and Feature Attribution to explain model decisions.
  • Custom implementation for multiclass classification explainability, overcoming Captum's default limitations.
  • Example notebooks demonstrating explainability for different architectures.

Tech: Python, PyTorch, Captum

๐Ÿ“Œ How to Use: Clone the repo and run the notebooks to visualize model explanations.


Description: An automated validation framework for digital twins in discrete material flow systems, supporting Industry 4.0 applications.

Key Features:

  • Innovative validation pipeline ensuring digital twin accuracy in production environments.
  • Adaptive xLSTM algorithms for real-time anomaly detection (75% accuracy).
  • Configurable metrics dashboard for performance monitoring.
  • Validation testing suite for simulation fidelity across multiple parameters.

Tech: Python, PyTorch, Docker, PostgreSQL, Pandas, Matplotlib

๐Ÿ“Œ How to Use: Clone the repo, navigate to the val folder.


๐ŸŒฑ Water Prophet

Description: Award-winning soil moisture prediction model for smart irrigation.

๐Ÿ† 1st Place Winner โ€“ Open Innovation City @ Founders Foundation Bielefeld

Key Features:

  • Predictive modeling for soil moisture with 78% accuracy.
  • Gradient boosting implementation optimized for changing weather conditions.

Tech: Python, Scikit-Learn


Description: YOLOv8-powered model for detecting enemy soldiers in Call of Duty: Warzone. Exploring computer vision for gameplay analysis & cheat detection.

๐Ÿ” Research Questions

  • RQ1: How well does YOLOv8 detect enemy silhouettes in FPS games?
  • RQ2: Can CV models help identify potential cheats?

๐Ÿ›  Methodology

  • Detection Mode: Warzone dataset (labels: "enemy", "head")
  • Pose Mode: Zero-shot silhouette detection

๐Ÿ“‚ Dataset

  • Warzone images (Roboflow, CC BY 4.0)
  • Custom test set (newer game versions)

๐Ÿš€ Implementation

  • Hardware: RTX 4070 Ti, CUDA 11.8
  • Software: PyTorch 2.3.1, AdamW (LR: 0.01)
  • Training: Early stopping (3 epochs patience)

๐Ÿ“Š Results

  • mAP50-95: 0.530 (object detection)
  • Pose model excels in silhouette detection
  • Generalizes to new game versions
  • Struggles with occlusions (e.g., head-glitching)

๐ŸŽฎ Applications

  • Esports analysis
  • CV model training data
  • Virtual environments & metaverse

๐Ÿ”ฎ Future Work

  • Multi-modal fusion (visual + audio)
  • Enhanced occlusion handling
  • Cross-game transfer learning

Description: A collection of my Kaggle competition projects, solutions, and data science approaches.

Key Features:

  • Competition solutions with detailed explanations and methodologies.
  • Exploratory data analysis notebooks showcasing my analytical approach.
  • Model implementations with performance metrics and comparisons.
  • Feature engineering techniques that improved model performance.

Tech: Python, PyTorch, Scikit-Learn, XGBoost, Pandas, NumPy


๐ŸŒ Connect With Me

๐Ÿ’ผ LinkedIn: linkedin.com/in/danielfischerbielefeld

๐Ÿ“‚ Xing: xing.com/profile/Daniel_Fischer635

Pinned Loading

  1. fishingpvalues fishingpvalues Public

  2. papers papers Public

    This repository contains the scientific work where I have participated. Have a good read!

  3. resnet-bilstm-attention-dt resnet-bilstm-attention-dt Public

    Reporistory for my masters thesis containing the validation, verification and uncertainty quantification framework for simulation-based digital twins.

    Python