Thanks to visit codestin.com
Credit goes to github.com

Skip to content

saadmann18/statistical-and-machine-learning-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SML Course Exercises

This repository contains exercise solutions for the Statistical Machine Learning course at UPB.

πŸ“‚ Practice Exercises

1. Linear Discriminant Analysis (LDA)

  • Implementation of LDA classifier
  • Data visualization and analysis
  • Location: Exercise/Practice 1 Linear Discriminant Analysis/

2. Least Squares SGD

  • Implementation of Stochastic Gradient Descent
  • Linear regression with least squares
  • Location: Exercise/Practice 2 Least squares SGD/

3. Rosenblatt Perceptron and SVM

  • Perceptron algorithm implementation
  • Support Vector Machine basics
  • Location: Exercise/Practice 3 Rosenblatt perceptron and SVM/

4. Algorithmic Differentiation - Reverse Mode

  • Implementation of reverse mode automatic differentiation
  • Gradient computation
  • Location: Exercise/Practice 4 Algorithmic Differentiation - Reverse Mode/

5. Mixture Models

  • Implementation of Gaussian Mixture Models
  • Expectation-Maximization algorithm
  • Location: Exercise/Practice 5 Mixture Model/

πŸ›  Setup

Prerequisites

  • Python 3.x
  • Required Python packages (install via pip install -r requirements.txt)

Directory Structure

Exercise/
β”œβ”€β”€ Practice 1 Linear Discriminant Analysis/
β”œβ”€β”€ Practice 2 Least squares SGD/
β”œβ”€β”€ Practice 3 Rosenblatt perceptron and SVM/
β”œβ”€β”€ Practice 4 Algorithmic Differentiation - Reverse Mode/
└── Practice 5 Mixture Model/

πŸ“ Usage

  1. Navigate to the specific exercise directory
  2. Follow the instructions in the exercise PDF
  3. Implement your solution in the provided Python templates
  4. Test your implementation

Last updated: August 2025

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published