Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

26 lines (26 loc) · 1.44 KB

Georgia Tech's CS 4641 - Machine Learning (Summer 2022)

Course Overview

This course introduces techniques in machine learning with an emphasis on algorithms and their applications to real-world data. We will investigate the following question: how to computationally extract useful knowledge from data for decision making and task support! The course will also cover briefly Ethics in Machine Learning and Secure Computing. We will focus on machine learning methods, which are organized into three parts:

  1. Basic math for data science and machine learning
  • Linear algebra
  • Probability and statistics
  • Information theory
  • Optimization
  1. Unsupervised machine learning for data exploration
  • Clustering analysis
  • Dimensionality reduction
  • Kernel density estimation
  1. Supervised learning for predictive data analysis
  • Tree-based models
  • Support vector machines
  • Linear classification and regression
  • Neural networks

Learning Objectives

  • Structuring a task into a machine learning work flow
  • Collaborating effectively on team projects in a remote environment
  • Conducting peer evaluation in a constructive format
  • Communicating technical content in a concise and effective manner

Table of Contents