Posts

  • Decision Trees

    Decision Trees, often referred to as Classification and Regression Trees (CART), partition the input space recursively into smaller, more homogeneous regions. Each region is ...
  • K Nearest Neighbour

    KNNs work on the principle that similar points are near each other in a feature space.
  • GPT2

  • You Only Look Once

    You Only Look Once introduced a novel way of detecting objects in real-time using a neural network end-to-end.
  • Reference: Concurrency

    A computer may have mutliple processes or threads executing concurrently (two events are concurrent if we cannot tell by looking at the program which ...
  • Attention Is All You Need

    Transformers have revolutionized the way we think of machine learning and is a foundational building block to nearly all state-of-the-art models.

subscribe via RSS