facebook
favorite button
1/7
super instructor icon
Trusted teacher
This teacher has a fast response time and rate, demonstrating a high quality of service to their students.
member since icon
Since April 2021
Instructor since April 2021
Machine Learning and Generative AI in practice: from first model to RAG systems
course price icon
From 68 C$ /h
arrow icon
This class is for people who already write some Python and now want to build machine learning and generative AI systems that work outside a notebook. I am a Lead Data and Machine Learning Engineer in Berlin with 9 years at Amazon, Delivery Hero, Goldman Sachs and Orion S.A., and I teach the same methods I use at work.

WHO IT IS FOR

Developers and analysts moving into machine learning or AI roles.
Students who understand the theory but have never shipped a model.
Founders and product people who want to build a real AI feature rather than a demo.
Anyone preparing for machine learning or AI engineering interviews.

WHAT WE COVER

Framing a problem: what is predictable, what is not, and how to tell before you waste a month.
Core machine learning: regression, classification, tree based models, feature engineering.
Model evaluation done properly: leakage, class imbalance, baselines, and why your accuracy score is lying to you.
Deep learning and natural language processing foundations.
Large language models in practice: prompting, structured output, evaluation and cost control.
Retrieval augmented generation end to end: chunking, embeddings, vector databases, reranking, and measuring whether the answers are actually correct.
Agents and tool use with LangChain and LangGraph.
Deployment: turning a model or an AI feature into a service, plus monitoring and drift.

HOW IT WORKS

We agree on a target project in the first lesson and build towards it. You write the code, I review it live and explain the reasoning. You leave with a working system in your own repository rather than a folder of tutorials.

I will tell you honestly when an approach will not survive real traffic or real data. That is the main reason to learn this from someone who runs it in production.

PRACTICAL DETAILS

Lessons are in English, online via webcam, and I work comfortably across time zones. You need working Python basics for this class. If you are starting from zero, book my Python, SQL and Machine Learning class instead and we build up to this one.
Extra information
Message me first with your current level, the kind of project you want to build and any deadline you are working towards. I will send back a short plan for the first few lessons.

What you need: a laptop, a stable connection, Zoom or Google Meet, and Python already installed. Some familiarity with Python is expected for this class. Free accounts on OpenAI or AWS are useful later but not required for the first lessons.

I am based in Berlin (CET) and regularly teach students in other time zones, so ask if you need an early or late slot.
Location
location type icon
Online from Germany
About Me
I am a Lead Data and Machine Learning Engineer based in Berlin, with over 9 years of building production data and AI systems at Amazon, Delivery Hero, Goldman Sachs and, currently, Orion S.A. I have been teaching on Apprentus since 2021 alongside that work, and I teach exactly what I do every day rather than theory I read about once.

My students are usually one of four people: a complete beginner who wants to learn programming properly from zero, a university or bootcamp student whose Python, SQL or machine learning assignment has stopped making sense, a working professional moving into data engineering, data science or AI, or a candidate preparing for technical interviews. I enjoy all four, and I adapt completely to which one you are.

How I teach: we start with a short conversation about where you are now and what you actually want to reach. I do not hand out a fixed syllabus before I know that. Every lesson is hands on. You write code while I watch, I review it live, and I explain the reasoning behind the fix instead of just giving you the fix. That is the part that makes it stick.

You finish each session with something concrete: a working script, a clean notebook, a pipeline that runs, or an answer you could confidently give in an interview. Between lessons you get exercises and a project that grows week by week, so after a few months you have something real to show an employer.

I am patient with beginners who are starting from nothing, and direct with people who want to be pushed hard. If something you are doing would not survive in a real production system, I will say so, because that honesty is the reason to learn from a practitioner instead of a video course.

Lessons are in English, online via webcam, and I am used to working across time zones. My open source guide for machine learning interviews has more than 700 stars on GitHub, and I use the same material with students preparing for interviews.
Education
MSc in Computer Science, Concordia University Ann Arbor, United States (2021 to 2023), with a focus on machine learning and data systems.

BSc in Computer Science, Government College University Lahore, Pakistan (2013 to 2017), covering algorithms, databases and software engineering.

I also keep learning continuously through AWS, Google Cloud, Databricks and Terraform certification tracks.
Experience / Qualifications
WORK EXPERIENCE (9+ years)
Lead Data and Machine Learning Engineer, Orion S.A., Berlin (2024 to present)
Senior Data Engineer, Delivery Hero, Berlin
Senior Data Engineer, Amazon
Data Engineering consultant (contract), Goldman Sachs, London (2021)
Earlier roles at NorthBay Solutions (AWS Advanced Consulting Partner) and Teradata

WHAT I WORK WITH DAILY
Python, SQL, Spark, Kafka, Airflow, dbt, Databricks, Terraform
AWS (SageMaker, Bedrock, Glue, Redshift, S3), Google Cloud and BigQuery
Machine learning, deep learning, natural language processing
Generative AI: RAG, LangChain, vector databases, OpenAI and AWS Bedrock

CERTIFICATIONS
AWS Certified Machine Learning Specialty
AWS Certified Data Engineer Associate
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate
AWS Certified Cloud Practitioner
Google Cloud certified
HashiCorp Terraform Associate
Databricks certified
Deep Learning, Machine Learning and Statistics specializations

OPEN SOURCE
My machine learning interview guide on GitHub has more than 700 stars and is used by candidates preparing for data and ML interviews.

TEACHING
Teaching on Apprentus since April 2021.
Age
Teenagers (13-17 years old)
Adults (18-64 years old)
Student level
Beginner
Intermediate
Advanced
Duration
60 minutes
The class is taught in
English
Urdu
Panjabi
Pashto
Availability of a typical week
(GMT -04:00)
New York
at teacher icon
Online via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
Learn Python, SQL, machine learning and AI from someone who builds these systems in production every day. I am a Lead Data and Machine Learning Engineer based in Berlin, with 9 years at Amazon, Delivery Hero, Goldman Sachs and now Orion S.A., and I have been teaching here since 2021.

WHO THIS CLASS IS FOR

Complete beginners who want to learn programming properly, from zero, with no assumptions.
University and bootcamp students stuck on Python, SQL, algorithms or a machine learning assignment.
Working professionals moving into data engineering, data science or AI roles.
Candidates preparing for technical interviews at product and tech companies.

WHAT WE CAN COVER

We pick the path together based on your goal. Options include:

Python fundamentals, clean code and object oriented programming
Data structures and algorithms, with the reasoning behind each choice
SQL and databases, from joins and window functions to designing a warehouse
Pandas, NumPy, data cleaning and exploratory analysis
Machine learning: regression, classification, trees, model evaluation, and the quiet mistakes that ruin a model
Deep learning and natural language processing foundations
Generative AI in practice: RAG, embeddings, vector databases, LangChain, OpenAI and AWS Bedrock
Data engineering on AWS: S3, Glue, Redshift, SageMaker, Airflow, Spark and dbt
Interview preparation, including mock interviews and system design for data roles

HOW LESSONS WORK

In the first lesson we work out where you are and what you actually want to reach, and I map a path to it. After that every session is hands on. You write code, I review it live, and I explain the reasoning rather than just handing you the answer.

You finish each lesson with something that works: a script, a notebook, a query, a pipeline, or an answer you could confidently give in an interview. Between lessons you get exercises and a project that grows week by week, so you end up with something real to show an employer.

WHY LEARN WITH ME

I teach what I do. The examples come from real systems that serve real users, not from textbook datasets. I will also tell you honestly when an approach will not hold up in production, which is the main reason to learn from a practitioner rather than a video course.

My open source guide for machine learning interviews has more than 700 stars on GitHub and is used by candidates preparing for data and ML roles.

PRACTICAL DETAILS

Lessons are in English, online via webcam, and I am comfortable working across time zones. Suitable for teenagers from 14 and for adults. No prior experience is needed for the beginner track.
Read more
Learn how data actually moves through a modern company: ingestion, storage, transformation, orchestration and serving. I am a Lead Data and Machine Learning Engineer in Berlin with 9 years of building these systems at Amazon, Delivery Hero, Goldman Sachs and Orion S.A. This class teaches the same architecture and tooling I use at work.

WHO IT IS FOR

Analysts and backend developers moving into data engineering.
Data scientists who keep getting blocked by broken or missing pipelines.
Students and career switchers who want a portfolio project that looks like real production work.
Engineers preparing for data engineering interviews or AWS certifications.

WHAT WE COVER

SQL that holds up under pressure: joins, window functions, query plans and performance.
Data modelling: star schemas, slowly changing dimensions, and how to design tables people can actually query.
Python for data engineering: clean, testable transformation code.
Batch pipelines with Airflow and dbt, including testing and data quality checks.
Spark for large datasets, and when you genuinely do not need it.
Streaming with Kafka and Kinesis: events, ordering, exactly once, and the traps.
AWS in depth: S3, Glue, Redshift, Athena, Lambda and IAM, plus cost control.
Lakehouse patterns with Databricks and Delta or Iceberg.
Infrastructure as code with Terraform, and CI CD for data.
Monitoring, alerting and what to do at 3am when a pipeline fails.

HOW IT WORKS

We pick a realistic project in the first lesson, for example a pipeline that ingests raw events and serves a clean analytics table, and we build it over the following sessions. You write the code, I review it live and explain the trade offs. You finish with a repository you can show in an interview.

We can also work on your own company's problems if you bring them, as long as you can share enough of the shape of the data.

PRACTICAL DETAILS

Lessons are in English, online via webcam, and I work comfortably across time zones. You should already be able to write basic Python and SQL. If you are not there yet, start with my Python, SQL and Machine Learning class and we build up to this one.
Read more
Show more
arrow icon
Similar classes
arrow icon previousarrow icon next
verified badge
Python is one of the best, if not the best, language to start learning programming. It is also one of the most widely used languages today, especially in cutting-edge areas such as machine learning.

This popularity means that Python is constantly evolving. It offers a wide range of tools and libraries, which are free and very varied.

As an aeronautical engineer, I like to share my knowledge and derive satisfaction from it by teaching and motivating others.

I'm used to working with people of different ages. I believe in the importance of segmenting learning, visualizing progress, setting concrete goals and practicing regularly.

Beyond these general principles, there is no magic rule or method. Some approaches work with some students but not with others. Adaptation to individual needs is therefore the main objective of private lessons. So I will do my best to find what motivates and helps my student.
verified badge
As a Franco-Belgian management teacher, I give Excel lessons with passion!
Whether remotely or face-to-face, I offer many examples and exercises to accompany you.
I travel without problem throughout the region of Brussels and its surroundings, for lessons of at least 2 hours. For France, courses are only given remotely.

Here are some key words that will be covered in my classes:
Scenario analysis, Year, Rounding, Today, Bdnb, Bdnbval, Bdsum, Search, Column, Copy/paste in values, Copy/paste with transposition, Consolidation, Date, Datedif, Determat, Dollar, Right, Righterg, Equiv, Esterror, Estna, Frequency, Filter (simple and advanced), Format of cells, Left, Large.Value, Printing of documents, Index, Indirect, Inversemat, Day, Weekday, Line, Matrix, Max, Maxa, Max.Si, Min , Mina, Mina.If, Formatting of cells and ranges, Month, Average, Average.If, Nb, Nb.If, Nbval, Naming of cells and ranges, No, Small.value, Product, Productmat, Protection of cells, Lookup (Lookup), Lookupv (VLookup), Lookuph (HLookup), If (If), If.Not.Disp, If.Conditions, Iferror, Sum, Sumproduct, Sum.If, Sum.If.Set, Substitute , Pivot tables, Sorting, Cell locking

Do not hesitate to contact me to organize your lessons according to your needs and availability. Together, we will develop your Excel skills in an efficient and personalized way.
verified badge
If you’ve ever felt that science and math are difficult, it’s probably because no one showed you how to think like a problem solver.
In my classes, you’ll learn not just formulas or code but how to truly understand concepts, apply them, and build strong logical intuition.

I teach:
• 🔢 Mathematics: From algebra and calculus to applied problem-solving for real-world use.
• 💻 Computer Science: Coding fundamentals (Python, C++), algorithms, and logical thinking for beginners and intermediate learners.
• ⚛️ Physics: Mechanics, thermodynamics, and practical examples that make abstract ideas simple and visual.

As a Software Engineer and Master’s student in Engineering at Nagoya University, I bring both academic knowledge and hands-on experience from real projects. My teaching approach is interactive, visual, and deeply focused on understanding over memorization.

Let’s turn complex problems into clear, step-by-step insights — and make learning something you genuinely enjoy.
verified badge
Are you a university student, engineer, or professional who needs to actually use data — not just learn theory about it?
This course is built around real problems and real code. We skip the textbook formulas and go straight to applying statistics and data science the way professionals do: with Python (pandas, NumPy, scikit-learn, matplotlib) and R (RStudio).
What we cover, adapted to your level and goals:
- Descriptive and inferential statistics (the ones that actually matter)
- Data cleaning, exploration, and visualization
- Regression, classification, and intro to machine learning
- Time series and forecasting basics
- R for statistical analysis and academic research

Who this is for:
- University students in statistics, economics, engineering, or biology
- Professionals wanting to move into data analysis or data science
- Researchers who need to process and present data properly

I use Python and R professionally as a working engineer — everything I teach comes from real application, not just academic exercises.
verified badge
Python is a powerful and versatile programming language with countless possibilities. You can use it for data analysis, image processing, automation, software development, hardware control, and much more.

Do you want to create your own software?
Work with data or images?
Automate repetitive tasks?
Control or manage your own hardware?

Whether you are just starting to learn Python or already have a specific project and need some guidance, I would be happy to help you.

My goal is to explain things clearly, adapt to your level, and help you understand not only how to make something work, but also why it works.

Let's turn your ideas into working Python projects!
verified badge
Master Python with Personalized Courses

Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels.

Why Choose My Courses?

Personalized Teaching Approach: Each course is tailored to your skill level and individual goals.

Practical Experience: Learn by doing with real-world projects that build your understanding and skills.

Ongoing Support: Get unlimited email support for any questions you have between sessions.

As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey.

Book Your First Lesson:

Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.
verified badge
► EXPERT STATISTICS, DATA ANALYTICS, MACHINE LEARNING & AI TUTOR FROM SWITZERLAND
► UNIVERSITY, FOUNDATION, IB, A-LEVEL & INTERNATIONAL SCHOOL SUPPORT

I completed my Master’s degree in Business Information Systems at a Swiss University of Applied Sciences, where my academic background strongly combined mathematics, statistics, data analysis, analytical thinking and problem-solving. This technical and data-oriented foundation shaped the way I teach today: clearly, logically and with a strong focus on real understanding.

For many years, I have successfully supported students in Statistics, Data Analytics, Machine Learning and AI. My main focus is especially on Statistics — from basic descriptive statistics to advanced statistical methods, hypothesis testing, regression, probability distributions and interpretation of results.

I mainly use R for statistical analysis, data handling, visualisation and practical exercises. My goal is not only to help students calculate results, but to make sure they understand what the results mean and how to explain them correctly.

► STATISTICS, DATA ANALYTICS & AI SUPPORT

► STATISTICS & PROBABILITY
I help students understand descriptive statistics, probability, random variables, distributions, sampling, confidence intervals, hypothesis testing, p-values, correlation, regression and statistical interpretation. My lessons focus on explaining the logic behind each method, not just applying formulas.

► APPLIED STATISTICS WITH R
I support students in using R for statistical analysis, data cleaning, visualisation, hypothesis testing, regression models and interpretation of outputs. Students learn how to connect theory, calculation, code and real meaning step by step.

► QUANTITATIVE METHODS & RESEARCH STATISTICS
I help students with statistical methods used in business, economics, psychology, social sciences, science and university research. This includes choosing the correct test, understanding assumptions, interpreting results and presenting findings clearly.

► DATA ANALYTICS & DATA SCIENCE
I support students with data preparation, exploratory data analysis, visualisation, dashboards, summary statistics and practical interpretation. The focus is always on understanding the data and drawing meaningful conclusions.

► MACHINE LEARNING & AI FOUNDATIONS
For students working with modern data topics, I also provide support in the foundations of Machine Learning and AI, including regression, classification, clustering, model evaluation and practical applications. These topics are explained from a statistical point of view, so students understand the logic behind the models.

► UNIVERSITY, FOUNDATION & INTERNATIONAL COURSES
I support students in Statistics, Data Analytics, Business Analytics, Quantitative Methods, Econometrics, Research Methods and technical modules. I help with exam preparation, assignments, projects and practical data analysis tasks.

► HOW I TEACH

► I FOCUS ON REAL STATISTICAL UNDERSTANDING.
Statistics becomes much easier when students understand why a method is used, what the result means and how to interpret it correctly.

► I EXPLAIN FORMULAS STEP BY STEP.
Difficult formulas, tests and models are broken down into simple, logical parts so students can follow the reasoning clearly.

► I CONNECT THEORY WITH R PRACTICE.
Students learn not only the statistical theory, but also how to apply it in R, read the output and explain the result in proper academic language.

► I HELP STUDENTS CHOOSE THE RIGHT METHOD.
Many students struggle with deciding whether to use a t-test, chi-square test, ANOVA, regression or another method. I teach students how to recognise the correct approach from the question or dataset.

► I TRAIN INTERPRETATION AND EXAM TECHNIQUE.
Students learn how to structure statistical answers, write clear conclusions, explain p-values, interpret confidence intervals and present results professionally.

► I ADAPT EVERY LESSON TO THE STUDENT.
Some students need help with theory, others with R coding, assignments, research projects or exam preparation. I adjust every lesson to the student’s exact course, level and goals.

► YEARS OF EXPERIENCE WITH STATISTICS, DATA & UNIVERSITY STUDENTS

Over the years, I have successfully supported students from demanding academic programmes, helping them strengthen their statistical understanding, improve their analytical thinking and achieve excellent progress in Statistics, Data Analytics, Machine Learning and AI.

► ONLINE LESSONS

► Interactive whiteboard
► Clear digital notes
► Step-by-step statistical explanations
► R support for data analysis
► Exam preparation
► Assignment and project guidance
► Practical examples with real datasets
► Focused one-to-one support from Switzerland

► MY GOAL

My goal is not only to help students pass exams or complete assignments, but to help them truly understand Statistics. With the right guidance, statistical methods become logical, practical and much easier to apply.

► SUBJECTS: Statistics, Probability, Data Analytics, Data Science, Machine Learning, AI, Quantitative Methods, Research Methods, Econometrics
► MAIN TOOL: R
► LEVELS: International School, IB, A-Level, Foundation Courses, University Modules, Professional Training
► FORMAT: Online tutoring from Switzerland
► FOCUS: Statistical understanding, R practice, interpretation, exam preparation, assignments, projects and long-term analytical confidence.
verified badge
Objective: To understand AI without fear, to use it to simplify one's life, to know how to identify digital traps, and to use Word, Excel, etc. without difficulty.

1: Demystifying AI (What exactly is it?)
AI is not a movie robot: Difference between fiction and reality.

How it works (simply): The image of the "giant library": AI has read billions of books and uses them to predict the continuation of a sentence or create an image.

Where is it already present? Spell checkers, Netflix/YouTube suggestions, GPS, and voice assistants (Siri/Alexa).

2: Using AI to make life easier
Conversing with AI (ChatGPT, Claude, Gemini):

Ask him to write an administrative email or a complex letter.

Summarize a long newspaper article or document.

Plan a travel itinerary or find recipe ideas with what's left in the fridge.

AI for creativity and memory:

Generate images to illustrate a birthday card (Midjourney, DALL-E).

Using AI to restore or colorize old family photos.

3: Learning to "talk" to AI (The Art of the Prompt)
The context method: Why "Give me a cake recipe" is less effective than "I am allergic to gluten and I am hosting 4 people, give me a simple chocolate cake recipe".

The expert's role: Learning to tell AI "Act like a travel guide" or "Act like an expert gardener".

4: Precautions and Critical Thinking (The Survival Guide)
"Hallucinations": Understand that AI can make false claims with complete certainty (never take medical or legal advice from AI without verification).

Privacy protection:

Never give sensitive data (social security number, passwords, bank details) to an AI.

Knowing that everything we write to the AI is potentially used to train it.

Spotting "Deepfakes":

How to recognize a doctored image or video (details on the hands, strange reflections, slightly metallic voice).

Verify the information: the golden rule of cross-referencing sources.

5: Ethics and Impacts (To go further)
Copyright: Who owns an image created by AI?

The environmental impact: The water and energy consumption of AI servers.

The future: Will AI replace us or assist us?
verified badge
I teach Python, C and C++ one to one, online or in person around Birmingham.

Most of my students fall into one of three groups. Some are at GCSE or A-Level and need to get comfortable with a language before an exam or a coursework deadline. Some are at university, usually on an engineering or computing degree, and have hit something specific that isn't clicking: pointers, memory, recursion, object orientation, or a project that won't compile. And some are adults starting from nothing, often because work has started asking them to automate things.

Lessons are built around code you can run. I'll ask what you're working on and where you got stuck, then we write something small together, break it on purpose, and work out what the error message is actually telling you. Reading error messages properly is half of programming and almost nobody teaches it.

Areas I cover regularly:

Python from the basics through functions, data structures, file handling, object orientation and libraries like NumPy and Pandas
C and C++, including the parts that cause most of the trouble: pointers, memory management, structs, classes and compilation
GCSE and A-Level Computer Science across all exam boards, including pseudocode, trace tables and written paper technique
A-Level NEA projects and university coursework, plus debugging sessions and code review
Embedded C for Arduino, ESP32 and microcontroller projects, which is the work I do professionally

After each lesson I send written notes covering what we did, worked through step by step, so you have something to revise from later rather than trying to remember what was on screen.

First session is free and lasts 30 minutes. We use it to work out what you need and whether I'm the right person for it. If I'm not, I'll say so and point you somewhere better.

Message me with what you're studying and what's giving you trouble, and I'll tell you honestly how I'd approach it.
verified badge
Do you have a statistics or probability exam in BA1/BA2? I can help you review the material in a clear, structured and exam-oriented way.

I support higher education students (university and college), particularly in their first and second years of undergraduate studies, to understand important concepts, redo practical exercises, and practice with exam-style questions.

My goal is simple: to help you understand the logic behind formulas, know when to use them, recognize correct reasoning in a statement, and gain autonomy when facing exercises.

Subjects covered according to your program:

• Descriptive statistics:
mean, median, variance, standard deviation, quartiles, quantiles, coefficient of variation, box plots, histograms, graphs, interpretation of tables and data.

• Univariate and bivariate statistics:
analysis of one variable, analysis of two variables, scatter plots, covariance, correlation, regression line, coefficient of determination, interpretation of relationships between variables.

• Probabilities:
events, union, intersection, complement, conditional probabilities, independence, Bayes' theorem, probability trees, contingency tables.

• Combinatorial probabilities:
permutations, arrangements, combinations, draws with or without replacement, counting, classic exam situations.

• Random variables:
discrete and continuous variables, probability function, density function, distribution function, expectation, variance, standard deviation, variable transformation.

• Probability laws:
Bernoulli distribution, binomial distribution, normal distribution, standard normal distribution, Student's t-distribution, chi-square distribution, use of statistical tables according to your course.

• Statistical inference:
sampling, estimators, point estimation, confidence intervals, margin of error, degrees of freedom, confidence level.

• Hypothesis testing:
null hypothesis H0, alternative hypothesis H1, significance threshold, p-value, one-tailed or two-tailed test, test on a mean, test on a proportion, chi-square test, interpretation of results.

• Exam preparation:
reading statements, choosing the right method, identifying the formulas to use, typical exercises, past exams, guided corrections and problem-solving methods.

Method of working :

1. We quickly identify the chapters that are causing problems;
2. I re-explain the theory with simple examples;
3. We redo the important exercises together;
4. I will show you how to recognize good reasoning in the exam;
5. We construct a clear method that can be reused independently.

I don't just provide a correction: I explain the reasoning step by step so that you are able to redo the exercises without help.

For students retaking the exam, I also offer more intensive support: level assessment, priority identification, review of fundamentals, and practice with typical exercises and past exams. The goal is to get straight to the point and work efficiently within the time available before the exam.

I have been giving private lessons for over 7 years in mathematics, statistics, economics, and accounting. I have also tutored first and second-year Bachelor's students at Solvay/ULB in mathematics, statistics, and microeconomics as part of a university tutoring program.

My professional experience in finance and business controlling at Deloitte has also allowed me to develop a very structured approach to numbers, analysis and problem-solving.

Courses available in French or English, online or in person in Brussels or the surrounding area.
verified badge
I'm a working MEP engineer, currently building Python automation for Revit workflows daily - plan checks, model coordination, and repetitive drafting tasks. I teach other engineers, architects, and BIM professionals how to do the same, using pyRevit and real project workflows, not toy examples.

Topics include:
pyRevit fundamentals and setup
Automating repetitive Revit tasks (model checks, plan generation, data extraction)
Writing custom scripts for your firm's specific workflows
Applying Python automation to real MEP/BIM projects
verified badge
Overview

Transitioning from learning data science theory to solving actual business problems is the hardest step for any aspiring data professional. [Insert Chosen Course Title] is an intensive, mentor-led program designed to simulate a real-world data team environment. Instead of working through synthetic, pre-cleaned textbook datasets, you will take on messy, complex industry scenarios and turn them into end-to-end data products.

What You’ll Experience

End-to-End Execution: Walk through the full data lifecycle—from problem scoping and data extraction to exploratory analysis, modeling, and executive stakeholder presentation.

Industry-Standard Workflows: Work with messy real-world datasets, practice Git-based version control, write production-ready code, and structure reports that business leaders actually care about.

1-on-1 & Group Mentorship: Receive continuous code reviews, architectural feedback, and project guidance mirroring the experience of working under a Senior Data Scientist or Analytics Lead.

Portfolio-Ready Deliverables: Graduate with 2–3 complete, polished projects that demonstrate actual business value to hiring managers—not just another churn prediction copy-pasted from Kaggle.

Who This Is For
Aspiring Data Analysts, Data Scientists, and recent graduates who know Python, but want the practical experience, confidence, and portfolio needed to land high-impact roles in the industry.
verified badge
A patient and passionate instructor offers a customized learning path in Java, JavaScript, or Python. The goal of this course is to enable you to develop strong algorithmic thinking skills, regardless of your starting level. Throughout the course, active listening and patience are emphasized to ensure that no question goes unanswered. The sessions are highly interactive, and the problem is broken down step by step.
verified badge
Struggling with Probability & Statistics at university? I help you go beyond memorizing formulas and learn how to THINK, SOLVE, and APPLY.

I am a university mathematics lecturer with several years of experience teaching university-level mathematics. My classes are designed especially for students in Computer Science, Engineering, Data Science, Mathematics, and other STEM programs.

We work on:

• Descriptive statistics: populations, variables, distributions, measures, tables and graphs
• Probability: events, conditional probability, independence, Bayes’ theorem
• Random variables and probability distributions
• Expectation, variance and standard deviation
• Discrete and continuous distributions
• Statistical inference and hypothesis testing
• Exam preparation and problem-solving strategies
• Understanding difficult exercises and choosing the right method

My approach is practical and student-centered. We do not simply review the lesson. We learn how to read an exercise, identify the important information, choose the appropriate concept or method, solve step by step, and avoid common mistakes.

Each session can include:
✓ A short diagnostic of your difficulties
✓ Clear explanations adapted to your level
✓ Guided problem solving
✓ University-level exercises
✓ Detailed corrections and feedback
✓ Exam-oriented practice

Whether you are struggling with the basics, preparing for an exam, or aiming for a higher grade, we will build a clear and effective strategy based on your actual needs.

Let’s turn Probability & Statistics from a difficult subject into a subject you can confidently solve.
verified badge
I offer engaging and easy-to-understand online classes in Mathematics, Physics, and Computer Science.
My lessons are designed to make difficult concepts simple through clear explanations and practical examples.
I adapt my teaching style to each student’s level, learning pace, and individual needs.
Whether you need help with school topics, homework, exam preparation, or building strong fundamentals, I’m here to help. My goal is to make learning enjoyable while helping every student improve their confidence and achieve better results.
message icon
Contact Muhammad
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Python is one of the best, if not the best, language to start learning programming. It is also one of the most widely used languages today, especially in cutting-edge areas such as machine learning.

This popularity means that Python is constantly evolving. It offers a wide range of tools and libraries, which are free and very varied.

As an aeronautical engineer, I like to share my knowledge and derive satisfaction from it by teaching and motivating others.

I'm used to working with people of different ages. I believe in the importance of segmenting learning, visualizing progress, setting concrete goals and practicing regularly.

Beyond these general principles, there is no magic rule or method. Some approaches work with some students but not with others. Adaptation to individual needs is therefore the main objective of private lessons. So I will do my best to find what motivates and helps my student.
verified badge
As a Franco-Belgian management teacher, I give Excel lessons with passion!
Whether remotely or face-to-face, I offer many examples and exercises to accompany you.
I travel without problem throughout the region of Brussels and its surroundings, for lessons of at least 2 hours. For France, courses are only given remotely.

Here are some key words that will be covered in my classes:
Scenario analysis, Year, Rounding, Today, Bdnb, Bdnbval, Bdsum, Search, Column, Copy/paste in values, Copy/paste with transposition, Consolidation, Date, Datedif, Determat, Dollar, Right, Righterg, Equiv, Esterror, Estna, Frequency, Filter (simple and advanced), Format of cells, Left, Large.Value, Printing of documents, Index, Indirect, Inversemat, Day, Weekday, Line, Matrix, Max, Maxa, Max.Si, Min , Mina, Mina.If, Formatting of cells and ranges, Month, Average, Average.If, Nb, Nb.If, Nbval, Naming of cells and ranges, No, Small.value, Product, Productmat, Protection of cells, Lookup (Lookup), Lookupv (VLookup), Lookuph (HLookup), If (If), If.Not.Disp, If.Conditions, Iferror, Sum, Sumproduct, Sum.If, Sum.If.Set, Substitute , Pivot tables, Sorting, Cell locking

Do not hesitate to contact me to organize your lessons according to your needs and availability. Together, we will develop your Excel skills in an efficient and personalized way.
verified badge
If you’ve ever felt that science and math are difficult, it’s probably because no one showed you how to think like a problem solver.
In my classes, you’ll learn not just formulas or code but how to truly understand concepts, apply them, and build strong logical intuition.

I teach:
• 🔢 Mathematics: From algebra and calculus to applied problem-solving for real-world use.
• 💻 Computer Science: Coding fundamentals (Python, C++), algorithms, and logical thinking for beginners and intermediate learners.
• ⚛️ Physics: Mechanics, thermodynamics, and practical examples that make abstract ideas simple and visual.

As a Software Engineer and Master’s student in Engineering at Nagoya University, I bring both academic knowledge and hands-on experience from real projects. My teaching approach is interactive, visual, and deeply focused on understanding over memorization.

Let’s turn complex problems into clear, step-by-step insights — and make learning something you genuinely enjoy.
verified badge
Are you a university student, engineer, or professional who needs to actually use data — not just learn theory about it?
This course is built around real problems and real code. We skip the textbook formulas and go straight to applying statistics and data science the way professionals do: with Python (pandas, NumPy, scikit-learn, matplotlib) and R (RStudio).
What we cover, adapted to your level and goals:
- Descriptive and inferential statistics (the ones that actually matter)
- Data cleaning, exploration, and visualization
- Regression, classification, and intro to machine learning
- Time series and forecasting basics
- R for statistical analysis and academic research

Who this is for:
- University students in statistics, economics, engineering, or biology
- Professionals wanting to move into data analysis or data science
- Researchers who need to process and present data properly

I use Python and R professionally as a working engineer — everything I teach comes from real application, not just academic exercises.
verified badge
Python is a powerful and versatile programming language with countless possibilities. You can use it for data analysis, image processing, automation, software development, hardware control, and much more.

Do you want to create your own software?
Work with data or images?
Automate repetitive tasks?
Control or manage your own hardware?

Whether you are just starting to learn Python or already have a specific project and need some guidance, I would be happy to help you.

My goal is to explain things clearly, adapt to your level, and help you understand not only how to make something work, but also why it works.

Let's turn your ideas into working Python projects!
verified badge
Master Python with Personalized Courses

Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels.

Why Choose My Courses?

Personalized Teaching Approach: Each course is tailored to your skill level and individual goals.

Practical Experience: Learn by doing with real-world projects that build your understanding and skills.

Ongoing Support: Get unlimited email support for any questions you have between sessions.

As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey.

Book Your First Lesson:

Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.
verified badge
► EXPERT STATISTICS, DATA ANALYTICS, MACHINE LEARNING & AI TUTOR FROM SWITZERLAND
► UNIVERSITY, FOUNDATION, IB, A-LEVEL & INTERNATIONAL SCHOOL SUPPORT

I completed my Master’s degree in Business Information Systems at a Swiss University of Applied Sciences, where my academic background strongly combined mathematics, statistics, data analysis, analytical thinking and problem-solving. This technical and data-oriented foundation shaped the way I teach today: clearly, logically and with a strong focus on real understanding.

For many years, I have successfully supported students in Statistics, Data Analytics, Machine Learning and AI. My main focus is especially on Statistics — from basic descriptive statistics to advanced statistical methods, hypothesis testing, regression, probability distributions and interpretation of results.

I mainly use R for statistical analysis, data handling, visualisation and practical exercises. My goal is not only to help students calculate results, but to make sure they understand what the results mean and how to explain them correctly.

► STATISTICS, DATA ANALYTICS & AI SUPPORT

► STATISTICS & PROBABILITY
I help students understand descriptive statistics, probability, random variables, distributions, sampling, confidence intervals, hypothesis testing, p-values, correlation, regression and statistical interpretation. My lessons focus on explaining the logic behind each method, not just applying formulas.

► APPLIED STATISTICS WITH R
I support students in using R for statistical analysis, data cleaning, visualisation, hypothesis testing, regression models and interpretation of outputs. Students learn how to connect theory, calculation, code and real meaning step by step.

► QUANTITATIVE METHODS & RESEARCH STATISTICS
I help students with statistical methods used in business, economics, psychology, social sciences, science and university research. This includes choosing the correct test, understanding assumptions, interpreting results and presenting findings clearly.

► DATA ANALYTICS & DATA SCIENCE
I support students with data preparation, exploratory data analysis, visualisation, dashboards, summary statistics and practical interpretation. The focus is always on understanding the data and drawing meaningful conclusions.

► MACHINE LEARNING & AI FOUNDATIONS
For students working with modern data topics, I also provide support in the foundations of Machine Learning and AI, including regression, classification, clustering, model evaluation and practical applications. These topics are explained from a statistical point of view, so students understand the logic behind the models.

► UNIVERSITY, FOUNDATION & INTERNATIONAL COURSES
I support students in Statistics, Data Analytics, Business Analytics, Quantitative Methods, Econometrics, Research Methods and technical modules. I help with exam preparation, assignments, projects and practical data analysis tasks.

► HOW I TEACH

► I FOCUS ON REAL STATISTICAL UNDERSTANDING.
Statistics becomes much easier when students understand why a method is used, what the result means and how to interpret it correctly.

► I EXPLAIN FORMULAS STEP BY STEP.
Difficult formulas, tests and models are broken down into simple, logical parts so students can follow the reasoning clearly.

► I CONNECT THEORY WITH R PRACTICE.
Students learn not only the statistical theory, but also how to apply it in R, read the output and explain the result in proper academic language.

► I HELP STUDENTS CHOOSE THE RIGHT METHOD.
Many students struggle with deciding whether to use a t-test, chi-square test, ANOVA, regression or another method. I teach students how to recognise the correct approach from the question or dataset.

► I TRAIN INTERPRETATION AND EXAM TECHNIQUE.
Students learn how to structure statistical answers, write clear conclusions, explain p-values, interpret confidence intervals and present results professionally.

► I ADAPT EVERY LESSON TO THE STUDENT.
Some students need help with theory, others with R coding, assignments, research projects or exam preparation. I adjust every lesson to the student’s exact course, level and goals.

► YEARS OF EXPERIENCE WITH STATISTICS, DATA & UNIVERSITY STUDENTS

Over the years, I have successfully supported students from demanding academic programmes, helping them strengthen their statistical understanding, improve their analytical thinking and achieve excellent progress in Statistics, Data Analytics, Machine Learning and AI.

► ONLINE LESSONS

► Interactive whiteboard
► Clear digital notes
► Step-by-step statistical explanations
► R support for data analysis
► Exam preparation
► Assignment and project guidance
► Practical examples with real datasets
► Focused one-to-one support from Switzerland

► MY GOAL

My goal is not only to help students pass exams or complete assignments, but to help them truly understand Statistics. With the right guidance, statistical methods become logical, practical and much easier to apply.

► SUBJECTS: Statistics, Probability, Data Analytics, Data Science, Machine Learning, AI, Quantitative Methods, Research Methods, Econometrics
► MAIN TOOL: R
► LEVELS: International School, IB, A-Level, Foundation Courses, University Modules, Professional Training
► FORMAT: Online tutoring from Switzerland
► FOCUS: Statistical understanding, R practice, interpretation, exam preparation, assignments, projects and long-term analytical confidence.
verified badge
Objective: To understand AI without fear, to use it to simplify one's life, to know how to identify digital traps, and to use Word, Excel, etc. without difficulty.

1: Demystifying AI (What exactly is it?)
AI is not a movie robot: Difference between fiction and reality.

How it works (simply): The image of the "giant library": AI has read billions of books and uses them to predict the continuation of a sentence or create an image.

Where is it already present? Spell checkers, Netflix/YouTube suggestions, GPS, and voice assistants (Siri/Alexa).

2: Using AI to make life easier
Conversing with AI (ChatGPT, Claude, Gemini):

Ask him to write an administrative email or a complex letter.

Summarize a long newspaper article or document.

Plan a travel itinerary or find recipe ideas with what's left in the fridge.

AI for creativity and memory:

Generate images to illustrate a birthday card (Midjourney, DALL-E).

Using AI to restore or colorize old family photos.

3: Learning to "talk" to AI (The Art of the Prompt)
The context method: Why "Give me a cake recipe" is less effective than "I am allergic to gluten and I am hosting 4 people, give me a simple chocolate cake recipe".

The expert's role: Learning to tell AI "Act like a travel guide" or "Act like an expert gardener".

4: Precautions and Critical Thinking (The Survival Guide)
"Hallucinations": Understand that AI can make false claims with complete certainty (never take medical or legal advice from AI without verification).

Privacy protection:

Never give sensitive data (social security number, passwords, bank details) to an AI.

Knowing that everything we write to the AI is potentially used to train it.

Spotting "Deepfakes":

How to recognize a doctored image or video (details on the hands, strange reflections, slightly metallic voice).

Verify the information: the golden rule of cross-referencing sources.

5: Ethics and Impacts (To go further)
Copyright: Who owns an image created by AI?

The environmental impact: The water and energy consumption of AI servers.

The future: Will AI replace us or assist us?
verified badge
I teach Python, C and C++ one to one, online or in person around Birmingham.

Most of my students fall into one of three groups. Some are at GCSE or A-Level and need to get comfortable with a language before an exam or a coursework deadline. Some are at university, usually on an engineering or computing degree, and have hit something specific that isn't clicking: pointers, memory, recursion, object orientation, or a project that won't compile. And some are adults starting from nothing, often because work has started asking them to automate things.

Lessons are built around code you can run. I'll ask what you're working on and where you got stuck, then we write something small together, break it on purpose, and work out what the error message is actually telling you. Reading error messages properly is half of programming and almost nobody teaches it.

Areas I cover regularly:

Python from the basics through functions, data structures, file handling, object orientation and libraries like NumPy and Pandas
C and C++, including the parts that cause most of the trouble: pointers, memory management, structs, classes and compilation
GCSE and A-Level Computer Science across all exam boards, including pseudocode, trace tables and written paper technique
A-Level NEA projects and university coursework, plus debugging sessions and code review
Embedded C for Arduino, ESP32 and microcontroller projects, which is the work I do professionally

After each lesson I send written notes covering what we did, worked through step by step, so you have something to revise from later rather than trying to remember what was on screen.

First session is free and lasts 30 minutes. We use it to work out what you need and whether I'm the right person for it. If I'm not, I'll say so and point you somewhere better.

Message me with what you're studying and what's giving you trouble, and I'll tell you honestly how I'd approach it.
verified badge
Do you have a statistics or probability exam in BA1/BA2? I can help you review the material in a clear, structured and exam-oriented way.

I support higher education students (university and college), particularly in their first and second years of undergraduate studies, to understand important concepts, redo practical exercises, and practice with exam-style questions.

My goal is simple: to help you understand the logic behind formulas, know when to use them, recognize correct reasoning in a statement, and gain autonomy when facing exercises.

Subjects covered according to your program:

• Descriptive statistics:
mean, median, variance, standard deviation, quartiles, quantiles, coefficient of variation, box plots, histograms, graphs, interpretation of tables and data.

• Univariate and bivariate statistics:
analysis of one variable, analysis of two variables, scatter plots, covariance, correlation, regression line, coefficient of determination, interpretation of relationships between variables.

• Probabilities:
events, union, intersection, complement, conditional probabilities, independence, Bayes' theorem, probability trees, contingency tables.

• Combinatorial probabilities:
permutations, arrangements, combinations, draws with or without replacement, counting, classic exam situations.

• Random variables:
discrete and continuous variables, probability function, density function, distribution function, expectation, variance, standard deviation, variable transformation.

• Probability laws:
Bernoulli distribution, binomial distribution, normal distribution, standard normal distribution, Student's t-distribution, chi-square distribution, use of statistical tables according to your course.

• Statistical inference:
sampling, estimators, point estimation, confidence intervals, margin of error, degrees of freedom, confidence level.

• Hypothesis testing:
null hypothesis H0, alternative hypothesis H1, significance threshold, p-value, one-tailed or two-tailed test, test on a mean, test on a proportion, chi-square test, interpretation of results.

• Exam preparation:
reading statements, choosing the right method, identifying the formulas to use, typical exercises, past exams, guided corrections and problem-solving methods.

Method of working :

1. We quickly identify the chapters that are causing problems;
2. I re-explain the theory with simple examples;
3. We redo the important exercises together;
4. I will show you how to recognize good reasoning in the exam;
5. We construct a clear method that can be reused independently.

I don't just provide a correction: I explain the reasoning step by step so that you are able to redo the exercises without help.

For students retaking the exam, I also offer more intensive support: level assessment, priority identification, review of fundamentals, and practice with typical exercises and past exams. The goal is to get straight to the point and work efficiently within the time available before the exam.

I have been giving private lessons for over 7 years in mathematics, statistics, economics, and accounting. I have also tutored first and second-year Bachelor's students at Solvay/ULB in mathematics, statistics, and microeconomics as part of a university tutoring program.

My professional experience in finance and business controlling at Deloitte has also allowed me to develop a very structured approach to numbers, analysis and problem-solving.

Courses available in French or English, online or in person in Brussels or the surrounding area.
verified badge
I'm a working MEP engineer, currently building Python automation for Revit workflows daily - plan checks, model coordination, and repetitive drafting tasks. I teach other engineers, architects, and BIM professionals how to do the same, using pyRevit and real project workflows, not toy examples.

Topics include:
pyRevit fundamentals and setup
Automating repetitive Revit tasks (model checks, plan generation, data extraction)
Writing custom scripts for your firm's specific workflows
Applying Python automation to real MEP/BIM projects
verified badge
Overview

Transitioning from learning data science theory to solving actual business problems is the hardest step for any aspiring data professional. [Insert Chosen Course Title] is an intensive, mentor-led program designed to simulate a real-world data team environment. Instead of working through synthetic, pre-cleaned textbook datasets, you will take on messy, complex industry scenarios and turn them into end-to-end data products.

What You’ll Experience

End-to-End Execution: Walk through the full data lifecycle—from problem scoping and data extraction to exploratory analysis, modeling, and executive stakeholder presentation.

Industry-Standard Workflows: Work with messy real-world datasets, practice Git-based version control, write production-ready code, and structure reports that business leaders actually care about.

1-on-1 & Group Mentorship: Receive continuous code reviews, architectural feedback, and project guidance mirroring the experience of working under a Senior Data Scientist or Analytics Lead.

Portfolio-Ready Deliverables: Graduate with 2–3 complete, polished projects that demonstrate actual business value to hiring managers—not just another churn prediction copy-pasted from Kaggle.

Who This Is For
Aspiring Data Analysts, Data Scientists, and recent graduates who know Python, but want the practical experience, confidence, and portfolio needed to land high-impact roles in the industry.
verified badge
A patient and passionate instructor offers a customized learning path in Java, JavaScript, or Python. The goal of this course is to enable you to develop strong algorithmic thinking skills, regardless of your starting level. Throughout the course, active listening and patience are emphasized to ensure that no question goes unanswered. The sessions are highly interactive, and the problem is broken down step by step.
verified badge
Struggling with Probability & Statistics at university? I help you go beyond memorizing formulas and learn how to THINK, SOLVE, and APPLY.

I am a university mathematics lecturer with several years of experience teaching university-level mathematics. My classes are designed especially for students in Computer Science, Engineering, Data Science, Mathematics, and other STEM programs.

We work on:

• Descriptive statistics: populations, variables, distributions, measures, tables and graphs
• Probability: events, conditional probability, independence, Bayes’ theorem
• Random variables and probability distributions
• Expectation, variance and standard deviation
• Discrete and continuous distributions
• Statistical inference and hypothesis testing
• Exam preparation and problem-solving strategies
• Understanding difficult exercises and choosing the right method

My approach is practical and student-centered. We do not simply review the lesson. We learn how to read an exercise, identify the important information, choose the appropriate concept or method, solve step by step, and avoid common mistakes.

Each session can include:
✓ A short diagnostic of your difficulties
✓ Clear explanations adapted to your level
✓ Guided problem solving
✓ University-level exercises
✓ Detailed corrections and feedback
✓ Exam-oriented practice

Whether you are struggling with the basics, preparing for an exam, or aiming for a higher grade, we will build a clear and effective strategy based on your actual needs.

Let’s turn Probability & Statistics from a difficult subject into a subject you can confidently solve.
verified badge
I offer engaging and easy-to-understand online classes in Mathematics, Physics, and Computer Science.
My lessons are designed to make difficult concepts simple through clear explanations and practical examples.
I adapt my teaching style to each student’s level, learning pace, and individual needs.
Whether you need help with school topics, homework, exam preparation, or building strong fundamentals, I’m here to help. My goal is to make learning enjoyable while helping every student improve their confidence and achieve better results.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Muhammad