My name is Matthias Rüedlinger or Matt for short. I’m an Data Enthusiast on my way to Mastery, Purpose and Autonomy. Real-time data and machine learning is my passion.
- ✍️ Blog: https://rueedlinger.ch
- 👨💻 LinkedIn: https://www.linkedin.com/in/matthias-rueedlinger/
Here are some of my actual repos...
- kafka-connect-quickstart - Example project to play around with Apache Kafka Connect. There are examples to develop and deploy Kafka Connect plugins (connectors, transforms, etc.) from a Java Maven project.
- fluent-bit-kafka-elastic - This is a sample setup for ingesting data from kafka into elasticsearch with fluentbit.
- strimzi-kafka-connect - This is a kafka connect docker image based on strimzi. This image can be used with the kafka strimzi operator.
- machine-learning-snippets - Python Machine Learning Snippets contains various machine learning examples as Jupyter notebooks with scikit-learn, statsmodel, numpy and other libraries.
- text-classification-scikit-learn - Text Classification Examples (Python). Simple example how to train a model (scikit-learn) which can predict the language of written text. The model uses samples from different wikipedia subdomains.
- ml-resources - A curated list of statistics, data visualization and machine learning resources which in find useful, have read or want to read.
- export_notebooks.sh - automates the export of Jupyter notebooks to Markdown, offering options to remove Markdown files, images, and styles, with customizable settings through command-line arguments.