[10.020] Data Driven World

Course Description

Students will dive in into the world of computing and data. The course is a continuation of Computational Thinking for Design (Term 1) and is designed as a project-based course. It introduces students to data structures, algorithm, and introductory machine learning algorithm in a practical way. In the first half, students learn to analyse and design programs revolving around data and algorithms. In the second half, students learn how algorithms can learn from data to make smart predictions that empowers today’s Artificial Intelligence and Data Science applications. Students will undertake various mini-projects where they apply what they have learnt to develop web applications. The course requires both programming skills from Computational Thinking for Design as well as mathematical thinking from SUTD’s other Freshmore courses.

Learning Objectives

By the end of this course, students should be able to:

  1. Analyse different algorithms’s complexity in terms of computation time using Python computational model
  2. Identify recursive structure in a problem and implement its solution in Python
  3. Explain UML diagrams and design software using basic UML diagrams
  4. Apply appropriate data structure and implement them using object oriented design
  5.  Implement algorithm to find coefficients for linear regression by minimizing its error
  6. Implement algorithm to classify categorical data using logistic regression for binary category and above
  7. Analyse and evaluate linear regression using mean square error and correlation coefficient
  8. Analyse and evaluate logistic regression using confusion matrix, its accuracy and recall


Delivery Format: 5-0-7* (5 hours in class sessions and 7 hours of learning outside of class)

Grading Scheme: Students are graded continuously through cohort exercises, homework, mini projects and final project as well individual exam and quizzes.

*The first number represents the number of hours per week assigned for lectures, recitations and cohort classroom study. The second number represents the number of hours per week assigned for labs, design, or field work. The third number represents the number of hours per week assigned for independent study.