/ds-meetups

Primary LanguageJupyter NotebookMIT LicenseMIT

Neuefische Meetups

This repository contains the materials for several workshops/meetups conducted by neue fische.

Content

This 2h workshop is aimed at people who have already gathered their first experience in python. In this workshop we cover three Python fundamentals: list comprehension, the tree ways to copy objects in Python and generators.

This 2h workshop is aimed at people who have already gathered first experiences in Python programming and want to take the first steps in the direction of Web scraping. We will give a short introduction to the basics of HTML and continue with an example of how to scrape the Web with the library Beautiful Soup.

This 2h workshop is aimed at people who have already gathered first experiences in Python programming and want to get insights on how recommender systems are build. We will give a short introduction to the basics of recommender systems and continue with an example of how to build your own content based and collaborative filtering recommender systems.

The Prompt Engineering workshop focuses on the new age Large Language Models (LLMs) and how to get the best out of them. This workshop is aimed at people who are already quite familiar with Python programming as well as with ChatGPT to some extend. Based on everyday tasks of a data science coach, we demonstrate how LLMs using OpenAI API and LangChain can support us.

This 1.5h workshop is aimed at people who have already gathered first experiences in Python programming and want to get insights on how to cluster unlabeled data with various techniques. We will give a short introduction to the topic of clustering, introduce different algorithms like K-Means, DBSCAN or agglomerative clustering and show different ways on how to evaluate their performance.