This is the coursework section. Here, you’ll find my collection of notes, articles, and reflections on various topics related to Machine Learning (ML), Artificial Intelligence (AI), and Computer Vision (CV). These resources are aimed at documenting my learning journey, especially during my PhD, and are meant to serve as a study guide for anyone delving into these exciting fields.

TMAP

A significant portion of my PhD work revolves around TMAP, a versatile tool in my research. To deepen my understanding of this tool, I’ve dedicated some time to exploring its concepts and implementation. The key topics involved, such as Locality-Sensitive Hashing (LSH) and Min-Hashing, are critical components of the larger framework.

I’ve written a detailed blog post that offers a foundational introduction to TMAP and breaks down its core mechanisms. Below are links to some of the key concepts discussed within the post:

  1. TMAP Overview:
    This post provides a comprehensive introduction to TMAP, explaining its role, functionality, and how it fits into the broader landscape of data mapping and visualization.

    • Min-Hashing:
      A dive into Min-Hashing, explaining how it efficiently estimates the similarity between datasets using hashed subsets of the data.

    • LSH Forest:
      An overview of Locality-Sensitive Hashing (LSH) and how the LSH Forest algorithm is used to approximate nearest neighbors in high-dimensional spaces.

    • K-NN Graph:
      A breakdown of K-Nearest Neighbor (K-NN) graphs and how they are applied in data clustering and classification.

More posts on related concepts and applications will be added soon as I continue to expand my research.

Computer Vision

I will be documenting my progress in HS2024 - Computer Vision, a course offered by Universität Bern, which covers key concepts in CV. My notes dive into various topics that form the backbone of the field. These notes will form a comprehensive resource for anyone interested in the technical foundations and applications of computer vision.

Image Formation

  1. Projection Models:
    This post provides a detailed explanation of camera models and the mathematics behind projecting 3D objects onto 2D images. It covers the essentials of camera calibration, perspective projection, and the pinhole camera model.
  2. Building a real camera: Covers lens camera, depth of field, lens flaws, bay array, desmosaicing and concept of color Moiré
  3. Event Based Camera

Image processing

  1. Image filtering: Image denoising, convolution, gaussian kernel…
  2. Edge detection: Noise detection, gaussian filters, separability of a convolution, edge detection and partial derivative filters.
  3. Locating and Describing interest points: Locating Interest Points at Different Scales, cornerness function, Harris detector, Difference of Gaussians…

Machine Learning

I will be documenting my progress in HS2024 - Machine Learning, a course offered by Universität Bern, which covers key concepts in Machine Learning.

Machine learning is the driving force behind much of modern AI, powering systems that can learn from data, recognize patterns, and make informed decisions.

Also expect detailed posts covering essential algorithms such as Support Vector Machines, Decision Trees, and Convolutional Neural Networks (CNNs).

Applied Optimization

I will be documenting my progress in HS2024 - Applied Optimization, a course offered by Universität Bern. The course consists of am applied introduction, covering a broad range of practically important topics, as for instance: Mathematical modeling of real-world problems, theory of convexity, Lagrange dualism, algorithms for unconstrained and constrained optimization with inequalities (e.g. gradient descent, Newton’s method, trust-region methods, active set approaches, interior point methods, …).

Hopefully by the end of the course I will be able to:

Course outline:

  1. Introduction and Fundamental Definitions

As I progress through my PhD and research projects, I will continue to update this space with more notes, tutorials, and insights. Keep an eye out for new additions, and feel free to reach out if you’d like to discuss any of these topics in more detail!