Giter Site home page Giter Site logo

uwrbigdata's Introduction

Algorithms for Big Data course

University of Wrocław, Spring 2022

Introduction

Topics of this course

  • Streaming (counting, heavy hitters, norm estimation, sampling):
  • Dimensionality reduction and sparse linear algebra (e.g. JL, approx matrix mul, compressed sensing)
  • Applications (geometry algo, coresets, graph algorithms, ANN, sliding window)

Motivation

Linear time/space algorithms are not good enough with modern datasets and their volume. Typical problem we are dealing with in this course: here is a stream of data, process it in a small space to compute output X. Usually there is a lower-bound preventing us to do it in a very small space exactly. Hence we need to relax our problem to achieve very efficient (in space and time) algorithms. Examples:

  • Think of any recommendation system, where each user has assigned highly dimensional vector of preferences. We want to test similarity/dissimilarity of user profiles.
  • Database with approximate index (Approx Membership Queries), to quickly eliminate queries for elements that are not in the DB, except for few false positives.
  • Lossy compression of audio or images selects heavy hitters in the frequency domain. How to find them without computing FFT explicitly?
  • Count distinct elements in a stream, or maintain statistics in a continuous stream of updates (router + number of unique IP).

Techniques

  • Probabilistic tools - few probabilistic bounds are good enough 90% of the time, sometimes we will need to go a little bit deeper (fancy distributions),
  • relaxing problem: 1±ɛ approximation and 1-𝛿 correctness probability guarantee,
  • linear algebra,
  • trace amounts of combinatorics and ``typical'' Algo & DataStructures - that's why it might be tricky for CS students.

Materials

Lectures

Exercise classes

Rules of grading

  • Points for being present in the class (perfect attendance guarantees passing grade)
  • Points for solving problems at the whiteboard (in case of many volunteers, tie-breaking in favour of students having less points)
  • If you are shy: you can always hand me paper-written solution to problems for extra points.

uwrbigdata's People

Contributors

dzienciou avatar izulin avatar jschreiber21 avatar manwi23 avatar petropusz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.