Machine Learning Regression project
Machine Learning

Machine Learning Regression Project

Predicting a target variable from several features using supervised learning. A comparison of linear models (Ridge, Lasso, ElasticNet) with tree-based methods (Random Forest, Gradient Boosting).

Python scikit-learn pandas Random Forest Gradient Boosting
View on GitHub →
Deep Learning Building a small neural network
Deep Learning

Building a small neural network

Building a simple neural network in Python step by step, from the input layer and hidden layers to the output layer and the training loop. This project shows how a network learns by correcting its own errors through backpropagation, without using ready-made libraries. Ideal if you want to really understand what happens behind the scenes.

Python NumPy Backpropagation Deep Learning
Conversational AI AI Ethics Chatbot
Conversational AI

AI Ethics Chatbot

A chatbot that answers questions about AI ethics and quizzes users on the responsible use of AI. Built with RAG technology on top of the course material.

RAG Python LLM
Agentic AI Agentic Grant Strategist
Agentic AI

Agentic Grant Strategist

An agentic workflow that analyses grant files, identifies relevant funding opportunities and formulates strategic advice, fully automated through AI agents.

Python Agentic AI LLM
LLM OpenAI API vs Ollama
LLM

OpenAI API vs Ollama

A comparison between the OpenAI API and Ollama for running language models. When do you choose a cloud model, when do you run locally, and what are the practical differences?

Python OpenAI API Ollama LLM
Reinforcement Learning Reinforcement project explained (with a text-to-speech twist) (coming soon)
Reinforcement Learning

Reinforcement project explained (with a text-to-speech twist)

A reinforcement learning project in which an agent learns through reward and punishment, explained with a self-made text-to-speech voice-over as a creative extra layer.

Python Reinforcement Learning Text-to-speech
Send a message