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 41 € /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
A highly experienced Franco-Belgian teacher (ook in het nederlands!) offers private lessons in mathematics (including finance), probability and statistics, as well as physics, chemistry, and biology for secondary and higher education levels. For physics, chemistry, and biology, the instruction is tailored to the secondary level, specifically up to the 5th year of secondary education in Belgium.

Whether you prefer lessons at your place, my place, or remotely, I am flexible to accommodate your needs. If necessary, I can travel to your home in Brussels, Walloon and Flemish Brabant, with a minimum duration of 2 hours per session. The lessons are designed to provide extensive practice with numerous exercises. Distance learning options are also available through platforms such as Skype, Facebook, etc. Please note that for students in France, only distance learning courses are provided.

In mathematics, I specialize in various topics and frequently provide lessons covering the entire secondary school curriculum, including math 6 and higher. These topics encompass factorization, equations of the 1st and 2nd degree (with in-depth study of parabolas), limits, derivatives, integrals, exponentials and logarithms, as well as trigonometry. Additionally, I am occasionally called upon to teach analytical geometry in space, including equations of lines and planes.

For statistics and probabilities, I provide instruction in descriptive and inferential statistics (univariate and bivariate), covering confidence intervals and hypothesis tests, applicable to secondary and higher education levels.

Feel free to reach out to me to discuss and arrange the lessons based on your specific needs and availability. My aim is to help you enhance your skills effectively and provide personalized instruction. By tailoring the lessons to your requirements, we can ensure rapid progress in your studies.
verified badge
As a teaching professional, I have always enjoyed sharing my knowledge. My goal is to provide quality education. I am aware that some topics may seem complex, but often this is simply the result of an inadequate explanation by the teacher. With me, you will discover a real interest in the material!

We strive together to achieve academic excellence, overcoming the shortcomings and difficulties encountered by your child. Studies will become a pleasant experience for him. In addition to the courses, I can also help with school orientation, identifying their preferences and highlighting the advantages and benefits of a fulfilling educational ambition.

The sessions generally take place according to the following stages:

1️⃣ The first sessions are devoted to the assessment of the student's level in order to detect existing gaps.

2️⃣ Next, we create a personalized plan to address these gaps, including the number of hours of work needed, specific areas to focus on, and appropriate training and development exercises.

3️⃣ We stay in constant contact with the student's class teacher, to keep up to date with the latest requirements and ensure a consistent approach.

4️⃣ Subsequently, I provide exams similar to those that are likely to be asked in class, to prepare the student effectively.

5️⃣ Upon request, I write a regular report, usually monthly, to keep parents informed of their child's progress throughout their course.

I adapt my methodology according to the specific needs of each student, thus offering them a personalized and adapted work approach.

In addition, I offer crash courses for students preparing for the start of the school year, allowing them to start the year well prepared, with a solid lead on the school curriculum.

If you have any questions, do not hesitate to contact me. I will be happy to help you.
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
📊 University and International Statistics – Step-by-Step Guide

👩‍🎓 Industrial Engineer
📍 Online classes from Lima – catering to high school and university students

I teach statistics and data analysis in a clear, structured, and practical way, so you can solve exercises, understand the logic of the subject, and prepare in advance for your assessments.
⚠️ Statistics requires time, practice, and patience. Starting early makes all the difference.

🎯 Who is it for?
High school students taking the exam:
British system exams (GCSE / A-Level / IGCSE)
Assessments and certifications from American or English universities
University students taking Statistics or Probability courses
Thesis students who need calculation and sample selection.

🧠 How can I help you?
✔️ Guided resolution of exercises from homework, books and guides
✔️ Conceptual preparation for exams
✔️ Methodological advice for theses (not execution)
❌ I do not conduct official exams or assessments

💻 Modality

Classes via Google Meet, Use of interactive whiteboard
Step-by-step explanations, with exam-style examples

📚 Syllabus
Probability
Propositional logic and set theory
Basic concepts of probability
Conditional probability and total probability
Discrete and continuous random variables. Probability functions.
Mathematical expectation
Discrete distributions (binomial, Poisson, etc.), Continuous distributions
Descriptive and Inferential Statistics
Frequency distributions and statistical graphs
Measures of central tendency: Arithmetic and geometric mean
Median and mode, Quartiles, deciles and percentiles
Variance, standard deviation, interquartile range, coefficient of variation
Symmetry and kurtosis coefficients
Linear correlation
Standard normal distribution
Hypothesis testing (one and two samples)
F distribution and chi-square.
Time series

🖥️ Supporting software: Excel, SPSS
Spanish language class
verified badge
With over 12 years of experience teaching mathematics

in high school, I offer math support lessons.

Class description: As a highly qualified mathematics teacher, graduated from the teachers' college and with 11 years of teaching in public high schools, I offer tutoring courses in mathematics at home.

My courses are aimed at students in the 2nd and 1st general classes, Terminale specialty of the French system, as well as for the 5th, 4th and 3rd levels of the college. T and Common Core Sciences, Technological TC, 1st Bac Experimental Sciences, final year of all sectors (SVT-PC-SC.Math-L),

My primary objective is to help students improve their level, deepen their knowledge, fill their gaps and improve in the discipline of mathematics. I also offer support in the preparation of exams and competitions for access to major schools, as well as homework help for overall success in the subject.

With my advanced math skills, I am committed to providing effective tools and techniques to help my students progress. My interactive, student-centered teaching approach allows for a deeper understanding of mathematical concepts and practical application of acquired knowledge.

By choosing my mathematics tutoring courses, students can expect individual attention and personalized help to overcome their difficulties and achieve their goals. I am confident in my skills to help students of all levels progress and succeed in this demanding subject.

My dynamic and stimulating teaching methods aim to help students acquire self-confidence that will follow them throughout their lives.
verified badge
I'm a professional math teacher with a Master's degree in Mathematics and Applications, plus I've spent 4 years in PhD studies, diving deep into the mathematical universe. Over the past 8 years, I've been teaching students just like you.

How can I help you?
I don't do one-size-fits-all teaching. Instead, I'll:
- Create lessons specifically designed for YOUR learning style and pace.
- Break down complicated concepts so they actually make sense.
- Help you crush that homework, ace those tests, and build solid skills
- Support you wherever you're at, from elementary arithmetic to university-level Calculus, Algebra, and Statistics.
- Help you prepare for your exams, tests, and tests: IB Math AA/AI SL/HL, A level, SAT, PSAT and NMSQT
- Help you prepare for your University entrance tests: Bocconi and Luiss..

Please don't book a session before sending me a message to check availability and logistics.
verified badge
With 14 years of experience teaching mathematics in middle and high school, I offer you tailor-made support to help you progress in math. Whether you want to fill in your gaps, prepare for an exam (brevet, baccalaureate) or simply deepen your knowledge, I am here for you. My private lessons, given online or at home, are adapted to your pace and your specific needs. I guarantee you a clear and effective pedagogy, as well as personalized follow-up to help you succeed. Specializing in 3rd, Brevet and Terminale levels, I help you acquire the methods and tools necessary to master mathematics and enjoy learning them.
My goal is to help you improve your math skills quickly and prepare effectively for the bac/brevet. I am also attentive to students experiencing academic difficulties and I can offer you personalized support to overcome your difficulties.
I am considered one of the best online math tutors. I also offer math support for French mission students and math help for international students wishing to follow the French curriculum.
I offer a full range of services in mathematics:

Private lessons: at home or online
Personalized academic support: for all levels and all programs
Preparation for exams: brevet, baccalaureate, competitive examinations
Homework help: for regular monitoring
Intensive courses: for rapid progress
Specific support: for students in difficulty, students on French missions, international students
Thanks to my personalized math lessons, you will be able to:

Understand the concepts in a clear and simple way
Solve the exercises with ease
Gaining self-confidence
Pass your exams with flying colors
I am here to help you discover the fun of mathematics and reveal your potential.

Feel free to contact me for more information.
verified badge
Do you need professional support for your quantitative data analysis?
I offer you a personalized service, adapted to your academic or professional needs.

Whether you are a student, researcher, consultant or professional, I put my expertise at your disposal to help you:
Prepare and organize your databases,
Perform reliable statistical analyses with R, Stata, SPSS...
Interpret your results rigorously,
Present your work in the form of clear reports, graphics and publications.
Each project is handled with rigor, pedagogy, and confidentiality. You benefit from tailored support, whether for a professional assignment, a dissertation, a thesis, or a publication.

For those who wish to train in parallel, I have also designed a complete course to learn how to explore, manipulate and analyze your data independently.
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
🎓My name is Marc, I have a Master 2 degree in Applied Mathematics and Statistics and a Master 2 degree in Mathematics.
I teach mathematics and computer science to the following levels:
• Middle school (all grades)
• High school: common core curriculum, mathematics specialization, advanced mathematics
• Higher education: BTS, BUT, Bachelor's degree, private schools (probability, statistics, analysis, algebra, etc.)

📍 Areas of intervention
• At home: Marseille
• Online: throughout France (video conference lessons, shared materials, exercises sent after the lesson).

🧠 My method
• Review of the basics to fill in the gaps
• Simple explanations + concrete examples
• Targeted exercises to prepare for tests, exams, baccalaureate, midterms, etc.
• Implementation of a work method (worksheets, time management, writing)

🧮 For whom?
• Students who are struggling and want to improve their grades
• Students aiming for a good grade in the Brevet/Bac exams
• Higher education students who want to succeed in their math/statistics/computer science (python) exams.

⏰ Availability
• In the evenings on weekdays, and it's possible during the day on certain days of the week.
• Weekends
• School holidays (possibility of revision courses in small groups).
verified badge
Many students lose confidence in math over the school year - not from lack of ability, but from pace, gaps, or one bad unit that never got resolved. This summer program (through mid-September) is built to fix that before the new year starts, not just review generally.
I work with middle and high school students, including IB, to close specific gaps not a broad refresher, but targeted work on exactly what's holding a student back. I bring the same structured, evidence-based approach I use with my university-admission students: identify precisely what's missing, build a plan around it, and track real progress, not just hours logged.
Best for students who want a calm, focused reset before the new academic year begins not for open-ended tutoring with no target
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 offer private Calculus lessons adapted to the specific syllabus of your university (UPC, UB, UPF, etc.) or to the official IB syllabus.

🔥 Topics we master:
Calculus I (Single-variable): Limits, continuity, optimization, derivatives and integration (by parts, substitution, etc.).
Calculus II (Multivariable): Functions of several variables, partial derivatives, double and triple integrals, Green's, Gauss's and Stokes' theorems.
Sequences and Series: Convergence and power series.
IB Mathematics: Complete approach for Analysis and Approaches (AA) HL/SL.

🌍 Languages and Modality:
Classes available in English or Spanish.
💻 Online (with interactive digital whiteboard) or 🏡 In person in Barcelona.
verified badge
I offer individual tutoring in Statistics, Probability, Quantitative Methods and related mathematical subjects for school, IB, AP, SAT, Fachhochschule and university students.

Statistics can initially feel confusing because many formulas and methods appear similar. My approach is therefore focused on understanding the logic behind the method rather than simply memorising formulas.

We always ask:

- What information is given?
- What exactly needs to be found?
- What type of statistical problem is this?
- Which method should be used?
- Why is this method appropriate?
- What does the final result mean?

I have several years of experience teaching students from Swiss and international education systems and regularly support students in Statistics, Mathematics, Probability and Data Analysis.

Topics can include:

- Descriptive statistics
- Mean, median and mode
- Quartiles
- Variance
- Standard deviation
- Probability
- Conditional probability
- Tree diagrams
- Combinatorics
- Permutations and combinations
- Random variables
- Expected value
- Binomial distribution
- Normal distribution
- Sampling
- Sampling distributions
- Central Limit Theorem
- Confidence intervals
- Hypothesis testing
- p-values
- t-tests
- Chi-square tests
- Covariance
- Correlation
- Pearson correlation
- Linear regression
- Regression equations
- R2
- Data interpretation
- Statistical modelling
- Business Statistics
- Quantitative Methods

I can support students preparing for:

- IB Mathematics AA
- IB Mathematics AI
- IB Probability and Statistics
- AP Statistics
- SAT Math
- Swiss Matura
- Passerelle
- Fachhochschule Statistics
- University Statistics
- Business Statistics
- Economics Statistics
- Quantitative Methods
- Introductory Data Analysis

SAT Math preparation can additionally include:

- Algebra
- Advanced Mathematics
- Ratios and percentages
- Word problems
- Tables and graphs
- Data analysis
- Probability
- Geometry
- Trigonometry
- Desmos strategies
- Time management
- Faster problem-solving methods

For AP, FH and university students, we can go deeper into statistical reasoning and interpretation.

Lessons can include:

- Theory explained in simple language
- Step-by-step calculations
- Formula selection
- Exam-style questions
- Longer case studies
- Interpretation of statistical results
- Reading graphs and tables
- Understanding statistical output
- Improving mathematical notation
- Exam preparation

With regression, for example, we do not simply calculate correlation or R2. We also discuss what these values actually mean in the context of the question.

With hypothesis testing, students learn the complete logic from hypotheses to test statistic, p-value, decision and final interpretation.

My goal is to make Statistics feel logical, structured and manageable rather than like a collection of unrelated formulas.
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.
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
A highly experienced Franco-Belgian teacher (ook in het nederlands!) offers private lessons in mathematics (including finance), probability and statistics, as well as physics, chemistry, and biology for secondary and higher education levels. For physics, chemistry, and biology, the instruction is tailored to the secondary level, specifically up to the 5th year of secondary education in Belgium.

Whether you prefer lessons at your place, my place, or remotely, I am flexible to accommodate your needs. If necessary, I can travel to your home in Brussels, Walloon and Flemish Brabant, with a minimum duration of 2 hours per session. The lessons are designed to provide extensive practice with numerous exercises. Distance learning options are also available through platforms such as Skype, Facebook, etc. Please note that for students in France, only distance learning courses are provided.

In mathematics, I specialize in various topics and frequently provide lessons covering the entire secondary school curriculum, including math 6 and higher. These topics encompass factorization, equations of the 1st and 2nd degree (with in-depth study of parabolas), limits, derivatives, integrals, exponentials and logarithms, as well as trigonometry. Additionally, I am occasionally called upon to teach analytical geometry in space, including equations of lines and planes.

For statistics and probabilities, I provide instruction in descriptive and inferential statistics (univariate and bivariate), covering confidence intervals and hypothesis tests, applicable to secondary and higher education levels.

Feel free to reach out to me to discuss and arrange the lessons based on your specific needs and availability. My aim is to help you enhance your skills effectively and provide personalized instruction. By tailoring the lessons to your requirements, we can ensure rapid progress in your studies.
verified badge
As a teaching professional, I have always enjoyed sharing my knowledge. My goal is to provide quality education. I am aware that some topics may seem complex, but often this is simply the result of an inadequate explanation by the teacher. With me, you will discover a real interest in the material!

We strive together to achieve academic excellence, overcoming the shortcomings and difficulties encountered by your child. Studies will become a pleasant experience for him. In addition to the courses, I can also help with school orientation, identifying their preferences and highlighting the advantages and benefits of a fulfilling educational ambition.

The sessions generally take place according to the following stages:

1️⃣ The first sessions are devoted to the assessment of the student's level in order to detect existing gaps.

2️⃣ Next, we create a personalized plan to address these gaps, including the number of hours of work needed, specific areas to focus on, and appropriate training and development exercises.

3️⃣ We stay in constant contact with the student's class teacher, to keep up to date with the latest requirements and ensure a consistent approach.

4️⃣ Subsequently, I provide exams similar to those that are likely to be asked in class, to prepare the student effectively.

5️⃣ Upon request, I write a regular report, usually monthly, to keep parents informed of their child's progress throughout their course.

I adapt my methodology according to the specific needs of each student, thus offering them a personalized and adapted work approach.

In addition, I offer crash courses for students preparing for the start of the school year, allowing them to start the year well prepared, with a solid lead on the school curriculum.

If you have any questions, do not hesitate to contact me. I will be happy to help you.
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
📊 University and International Statistics – Step-by-Step Guide

👩‍🎓 Industrial Engineer
📍 Online classes from Lima – catering to high school and university students

I teach statistics and data analysis in a clear, structured, and practical way, so you can solve exercises, understand the logic of the subject, and prepare in advance for your assessments.
⚠️ Statistics requires time, practice, and patience. Starting early makes all the difference.

🎯 Who is it for?
High school students taking the exam:
British system exams (GCSE / A-Level / IGCSE)
Assessments and certifications from American or English universities
University students taking Statistics or Probability courses
Thesis students who need calculation and sample selection.

🧠 How can I help you?
✔️ Guided resolution of exercises from homework, books and guides
✔️ Conceptual preparation for exams
✔️ Methodological advice for theses (not execution)
❌ I do not conduct official exams or assessments

💻 Modality

Classes via Google Meet, Use of interactive whiteboard
Step-by-step explanations, with exam-style examples

📚 Syllabus
Probability
Propositional logic and set theory
Basic concepts of probability
Conditional probability and total probability
Discrete and continuous random variables. Probability functions.
Mathematical expectation
Discrete distributions (binomial, Poisson, etc.), Continuous distributions
Descriptive and Inferential Statistics
Frequency distributions and statistical graphs
Measures of central tendency: Arithmetic and geometric mean
Median and mode, Quartiles, deciles and percentiles
Variance, standard deviation, interquartile range, coefficient of variation
Symmetry and kurtosis coefficients
Linear correlation
Standard normal distribution
Hypothesis testing (one and two samples)
F distribution and chi-square.
Time series

🖥️ Supporting software: Excel, SPSS
Spanish language class
verified badge
With over 12 years of experience teaching mathematics

in high school, I offer math support lessons.

Class description: As a highly qualified mathematics teacher, graduated from the teachers' college and with 11 years of teaching in public high schools, I offer tutoring courses in mathematics at home.

My courses are aimed at students in the 2nd and 1st general classes, Terminale specialty of the French system, as well as for the 5th, 4th and 3rd levels of the college. T and Common Core Sciences, Technological TC, 1st Bac Experimental Sciences, final year of all sectors (SVT-PC-SC.Math-L),

My primary objective is to help students improve their level, deepen their knowledge, fill their gaps and improve in the discipline of mathematics. I also offer support in the preparation of exams and competitions for access to major schools, as well as homework help for overall success in the subject.

With my advanced math skills, I am committed to providing effective tools and techniques to help my students progress. My interactive, student-centered teaching approach allows for a deeper understanding of mathematical concepts and practical application of acquired knowledge.

By choosing my mathematics tutoring courses, students can expect individual attention and personalized help to overcome their difficulties and achieve their goals. I am confident in my skills to help students of all levels progress and succeed in this demanding subject.

My dynamic and stimulating teaching methods aim to help students acquire self-confidence that will follow them throughout their lives.
verified badge
I'm a professional math teacher with a Master's degree in Mathematics and Applications, plus I've spent 4 years in PhD studies, diving deep into the mathematical universe. Over the past 8 years, I've been teaching students just like you.

How can I help you?
I don't do one-size-fits-all teaching. Instead, I'll:
- Create lessons specifically designed for YOUR learning style and pace.
- Break down complicated concepts so they actually make sense.
- Help you crush that homework, ace those tests, and build solid skills
- Support you wherever you're at, from elementary arithmetic to university-level Calculus, Algebra, and Statistics.
- Help you prepare for your exams, tests, and tests: IB Math AA/AI SL/HL, A level, SAT, PSAT and NMSQT
- Help you prepare for your University entrance tests: Bocconi and Luiss..

Please don't book a session before sending me a message to check availability and logistics.
verified badge
With 14 years of experience teaching mathematics in middle and high school, I offer you tailor-made support to help you progress in math. Whether you want to fill in your gaps, prepare for an exam (brevet, baccalaureate) or simply deepen your knowledge, I am here for you. My private lessons, given online or at home, are adapted to your pace and your specific needs. I guarantee you a clear and effective pedagogy, as well as personalized follow-up to help you succeed. Specializing in 3rd, Brevet and Terminale levels, I help you acquire the methods and tools necessary to master mathematics and enjoy learning them.
My goal is to help you improve your math skills quickly and prepare effectively for the bac/brevet. I am also attentive to students experiencing academic difficulties and I can offer you personalized support to overcome your difficulties.
I am considered one of the best online math tutors. I also offer math support for French mission students and math help for international students wishing to follow the French curriculum.
I offer a full range of services in mathematics:

Private lessons: at home or online
Personalized academic support: for all levels and all programs
Preparation for exams: brevet, baccalaureate, competitive examinations
Homework help: for regular monitoring
Intensive courses: for rapid progress
Specific support: for students in difficulty, students on French missions, international students
Thanks to my personalized math lessons, you will be able to:

Understand the concepts in a clear and simple way
Solve the exercises with ease
Gaining self-confidence
Pass your exams with flying colors
I am here to help you discover the fun of mathematics and reveal your potential.

Feel free to contact me for more information.
verified badge
Do you need professional support for your quantitative data analysis?
I offer you a personalized service, adapted to your academic or professional needs.

Whether you are a student, researcher, consultant or professional, I put my expertise at your disposal to help you:
Prepare and organize your databases,
Perform reliable statistical analyses with R, Stata, SPSS...
Interpret your results rigorously,
Present your work in the form of clear reports, graphics and publications.
Each project is handled with rigor, pedagogy, and confidentiality. You benefit from tailored support, whether for a professional assignment, a dissertation, a thesis, or a publication.

For those who wish to train in parallel, I have also designed a complete course to learn how to explore, manipulate and analyze your data independently.
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
🎓My name is Marc, I have a Master 2 degree in Applied Mathematics and Statistics and a Master 2 degree in Mathematics.
I teach mathematics and computer science to the following levels:
• Middle school (all grades)
• High school: common core curriculum, mathematics specialization, advanced mathematics
• Higher education: BTS, BUT, Bachelor's degree, private schools (probability, statistics, analysis, algebra, etc.)

📍 Areas of intervention
• At home: Marseille
• Online: throughout France (video conference lessons, shared materials, exercises sent after the lesson).

🧠 My method
• Review of the basics to fill in the gaps
• Simple explanations + concrete examples
• Targeted exercises to prepare for tests, exams, baccalaureate, midterms, etc.
• Implementation of a work method (worksheets, time management, writing)

🧮 For whom?
• Students who are struggling and want to improve their grades
• Students aiming for a good grade in the Brevet/Bac exams
• Higher education students who want to succeed in their math/statistics/computer science (python) exams.

⏰ Availability
• In the evenings on weekdays, and it's possible during the day on certain days of the week.
• Weekends
• School holidays (possibility of revision courses in small groups).
verified badge
Many students lose confidence in math over the school year - not from lack of ability, but from pace, gaps, or one bad unit that never got resolved. This summer program (through mid-September) is built to fix that before the new year starts, not just review generally.
I work with middle and high school students, including IB, to close specific gaps not a broad refresher, but targeted work on exactly what's holding a student back. I bring the same structured, evidence-based approach I use with my university-admission students: identify precisely what's missing, build a plan around it, and track real progress, not just hours logged.
Best for students who want a calm, focused reset before the new academic year begins not for open-ended tutoring with no target
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 offer private Calculus lessons adapted to the specific syllabus of your university (UPC, UB, UPF, etc.) or to the official IB syllabus.

🔥 Topics we master:
Calculus I (Single-variable): Limits, continuity, optimization, derivatives and integration (by parts, substitution, etc.).
Calculus II (Multivariable): Functions of several variables, partial derivatives, double and triple integrals, Green's, Gauss's and Stokes' theorems.
Sequences and Series: Convergence and power series.
IB Mathematics: Complete approach for Analysis and Approaches (AA) HL/SL.

🌍 Languages and Modality:
Classes available in English or Spanish.
💻 Online (with interactive digital whiteboard) or 🏡 In person in Barcelona.
verified badge
I offer individual tutoring in Statistics, Probability, Quantitative Methods and related mathematical subjects for school, IB, AP, SAT, Fachhochschule and university students.

Statistics can initially feel confusing because many formulas and methods appear similar. My approach is therefore focused on understanding the logic behind the method rather than simply memorising formulas.

We always ask:

- What information is given?
- What exactly needs to be found?
- What type of statistical problem is this?
- Which method should be used?
- Why is this method appropriate?
- What does the final result mean?

I have several years of experience teaching students from Swiss and international education systems and regularly support students in Statistics, Mathematics, Probability and Data Analysis.

Topics can include:

- Descriptive statistics
- Mean, median and mode
- Quartiles
- Variance
- Standard deviation
- Probability
- Conditional probability
- Tree diagrams
- Combinatorics
- Permutations and combinations
- Random variables
- Expected value
- Binomial distribution
- Normal distribution
- Sampling
- Sampling distributions
- Central Limit Theorem
- Confidence intervals
- Hypothesis testing
- p-values
- t-tests
- Chi-square tests
- Covariance
- Correlation
- Pearson correlation
- Linear regression
- Regression equations
- R2
- Data interpretation
- Statistical modelling
- Business Statistics
- Quantitative Methods

I can support students preparing for:

- IB Mathematics AA
- IB Mathematics AI
- IB Probability and Statistics
- AP Statistics
- SAT Math
- Swiss Matura
- Passerelle
- Fachhochschule Statistics
- University Statistics
- Business Statistics
- Economics Statistics
- Quantitative Methods
- Introductory Data Analysis

SAT Math preparation can additionally include:

- Algebra
- Advanced Mathematics
- Ratios and percentages
- Word problems
- Tables and graphs
- Data analysis
- Probability
- Geometry
- Trigonometry
- Desmos strategies
- Time management
- Faster problem-solving methods

For AP, FH and university students, we can go deeper into statistical reasoning and interpretation.

Lessons can include:

- Theory explained in simple language
- Step-by-step calculations
- Formula selection
- Exam-style questions
- Longer case studies
- Interpretation of statistical results
- Reading graphs and tables
- Understanding statistical output
- Improving mathematical notation
- Exam preparation

With regression, for example, we do not simply calculate correlation or R2. We also discuss what these values actually mean in the context of the question.

With hypothesis testing, students learn the complete logic from hypotheses to test statistic, p-value, decision and final interpretation.

My goal is to make Statistics feel logical, structured and manageable rather than like a collection of unrelated formulas.
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.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Muhammad