Data Mining | University of Utah CS 5955/6955

University of Utah

Explore efficient algorithms and models for finding patterns in data sets. Covers topics like similarity search, clustering, and link analysis. Suitable for students with basic programming and probability knowledge.

University CoursesData Science

Introduction

Data mining is the study of efficiently finding structures and patterns in data sets. This class will take a two-pronged approach to the topic, understanding the model and then exploring efficient algorithms to find them. It may differ greatly from many data mining classes offered elsewhere, focusing more on how to use and provide explanations (but often not proofs) of correctness.

screenshot

Highlights

  • Covers topics such as similarity search, clustering, regression/dimensionality reduction, link analysis (PageRank), and small space summaries
  • May also discuss anomaly detection, compressed sensing, and pattern matching
  • Utilizes randomized algorithms that are often extremely simple to use, but more difficult to analyze
  • Provides access to all lectures through online videos

Recommendation

This course is suitable for students who are comfortable with basic probability, basic big-O analysis, and simple programming. It is recommended for undergraduates who have taken CS 3505 and CS 2100, and it is also highly recommended for those who have taken CS 3130. The class has attracted a diverse group of students, including undergraduates, masters, and PhD students from various backgrounds, and most have been able to keep up with the material, though it can be challenging.

How GetVM Works

Learn by Doing from Your Browser Sidebar

Access from Browser Sidebar

Access from Browser Sidebar

Simply install the browser extension and click to launch GetVM directly from your sidebar.

Select Your Playground

Select Your Playground

Choose your OS, IDE, or app from our playground library and launch it instantly.

Learn and Practice Side-by-Side

Learn and Practice Side-by-Side

Practice within the VM while following tutorials or videos side-by-side. Save your work with Pro for easy continuity.

Explore Similar Hands-on Tutorials

Algorithms | Fundamental Concepts & Techniques

19
Technical TutorialsAlgorithmData Structures
Comprehensive guide to the fundamental concepts and techniques in the field of algorithms, covering discrete mathematics, data structures, and algorithm analysis.

Algorithms and Data Structures - With Applications to Graphics and Geometry

27
Technical TutorialsAlgorithmData Structures
Explore algorithms, data structures, and their practical applications in graphics and geometry. Suitable for beginners and experienced learners.

Data Structures | Algorithms | Efficient Software Systems

16
Technical TutorialsAlgorithmData Structures
Comprehensive guide to data structures and algorithms, covering arrays, linked lists, stacks, queues, trees, and more. Ideal for students, developers, and professionals seeking to build efficient software systems.

Data Structures and Algorithm Analysis in C++

7
Technical TutorialsAlgorithmC++
Comprehensive guide to data structures, algorithms, and problem-solving using C++. Suitable for students and professionals interested in algorithmic problem-solving.

Elementary Algorithms | Fundamental Algorithms and Data Structures

27
Technical TutorialsAlgorithmData Structures
Comprehensive introduction to fundamental algorithms and data structures, including sorting, searching, and algorithm design. Suitable for beginners and professionals.

Essential Algorithms | Comprehensive Guide to Algorithms and Data Structures

25
Technical TutorialsAlgorithmData Structures
Enhance your programming and problem-solving skills with Essential Algorithms, a comprehensive guide covering essential concepts for beginners and advanced programmers.

Learning Algorithm | Algorithms, Data Structures, Problem-Solving

26
Technical TutorialsAlgorithmData Structures
Explore a wide range of algorithms, from fundamental data structures to advanced techniques like dynamic programming and graph algorithms. Gain practical knowledge for software engineering and problem-solving.

Linked List Problems | Data Structures | Programming Algorithms

8
Technical TutorialsAlgorithmData Structures
Explore a wide range of linked list problems, develop visualization skills, and enhance your problem-solving abilities for coding interviews and exams.

Matters Computational: Ideas, Algorithms, Source Code

9
Technical TutorialsAlgorithmProgramming
Comprehensive book covering computational algorithms, source code, and programming concepts. Recommended for programmers and computer scientists.