Virginia Tech® home

ECE 4424 - Machine Learning (3C)

Course Description

Algorithms and principles involved in machine learning: focus on perception problems arising in computer vision, natural language processing and robotics; fundamentals of representing uncertainty, learning from data, supervised learning, ensemble methods, unsupervised learning, structured models, learning theory and reinforcement learning; design and analysis of machine perception systems; design and implementation of a technical project applied to real-world datasets (images, text, robotics).

Why take this course?

We are witnessing an explosion in data - from billions of images shared online to Petabytes of tweets, medical records and GPS tracks, generated by companies, users and scientific communities. Applications of machine learning and perception are increasing rapidly as more techniques are developed and implemented to address a wide range of scientific and societal problems. Many universities are expanding programs in machine learning and perception, and employers are increasingly recognizing the importance of such knowledge. The course will give students a solid foundation in the basics of machine learning and an introduction to the opportunities in this rapidly maturing field.

Learning Objectives

  • Analyze and contrast board classes of machine learning algorithms (supervised vs. unsupervised vs. semi-supervised)
  • Describe and apply fundamental concepts of learning from data (maximum likelihood estimation, maximum a posteriori, overfitting vs underfitting, regularization, cross-validation)
  • Explain and program supervised learning algorithms for regression (e.g. least squares via pseudo-inverse)
  • Explain and program supervised learning algorithms for classification (e.g. logistic regression via gradient descent, support vector machines via Quadratic Programming)
  • Describe and program unsupervised learning algorithms for clustering (e.g. kmeans)
  • Design and implement a technical project, and apply developed techniques to real-world datasets (images, text, robotics, etc.)