Marcel Lüthi: Catalogue data in Autumn Semester 2024

Name Dr. Marcel Lüthi
Address
Lehre D-INFK
ETH Zürich, CAB H 39.2
Universitätstrasse 6
8092 Zürich
SWITZERLAND
Telephone+41 44 632 78 69
E-mailmarcel.luethi@inf.ethz.ch
DepartmentComputer Science
RelationshipLecturer

NumberTitleECTSHoursLecturers
252-0232-00LSoftware Engineering Information Restricted registration - show details 6 credits2V + 2UM. Lüthi, M. Schwerhoff, H. Lehner
AbstractThis course introduces both theoretical and practical aspects of software engineering, all of which are applied in a substantial team project.
Learning objectiveThe course has two main objectives:

- Obtain an end-to-end (both, theoretical and practical) understanding of the core techniques used for building quality software.
- Be able to apply these techniques in practice.
ContentThis course introduces theoretical and applied aspects of software engineering, including: requirements, specifications and documentation, formal and informal modelling, modularity, and testing and concolic execution.

The theoretical foundations provided in the lecture, from understanding requirements over design and implementation to deployment and change requests, will be applied by the students in a mandatory project that spans the whole semester: developing, as a team, a small multiplayer game with graphical user interface and network support.

Lectures and project use C++, and we expect knowledge corresponding to lecture 252-0856 Computer Science.
Lecture notesno lecture notes
LiteratureWill be announced in the lecture
CompetenciesCompetencies
Subject-specific CompetenciesConcepts and Theoriesassessed
Techniques and Technologiesassessed
Method-specific CompetenciesAnalytical Competenciesassessed
Decision-makingfostered
Media and Digital Technologiesfostered
Problem-solvingassessed
Project Managementassessed
Social CompetenciesCommunicationassessed
Cooperation and Teamworkassessed
Personal CompetenciesCreative Thinkingassessed
Critical Thinkingfostered
Self-direction and Self-management fostered
252-0845-00LComputer Science I Information 5 credits2V + 2UM. Lüthi, A. Streich
AbstractThe course covers the basic concepts of computer programming.
Learning objectiveBasic understanding of programming concepts. Students will be able to write and read simple programs and to modify existing programs. In the course "Computer Science I", the competency of programming is taught, applied and examined. Furthermore modeling is taught and applied.
Contentvariables, types, control structures, functions, scoping, recursion, object-oriented programming. The programming language is Python.
Lecture notesThe slides and lecture notes will be made available for download on the course website.
LiteratureLearn to Code by Solving Problems
A Python Programming Primer
Daniel Zingaro

Python Crash Course
A Hands-On, Project-Based Introduction to Programming
Eric Matthes

Python for Data Analysis
Data wrangling with pandas, NumPy & Jupyter, 3rd Edition
Wes McKinney
CompetenciesCompetencies
Subject-specific CompetenciesConcepts and Theoriesassessed
Method-specific CompetenciesAnalytical Competenciesassessed
Problem-solvingassessed
Personal CompetenciesCreative Thinkingassessed
Critical Thinkingassessed
252-0846-AALComputer Science II Information
Enrolment ONLY for MSc students with a decree declaring this course unit as an additional admission requirement.

Any other students (e.g. incoming exchange students, doctoral students) CANNOT enrol for this course unit.
4 credits9RM. Fischer, M. Lüthi
AbstractIntroduction to programming in Java. Procedural foundations of programming and outlook to object oriented programming. Variables, types, assignments, control structures (branch, loop), data structures, algorithms, line graphics, graphical user interface. Writing small programs. Working with a professional programming environment (Eclipse).
Learning objectiveIn the course "Computer Science II", the competencies of programming, modeling and data analysis & interpretation are taught, applied and examined. The students will be able to write simple programs and to modify existing programs.
ContentThis course offers an introduction to variables, control structures (branch, loop), algorithms and data structures, as well as an outlook to modularisation and object oriented techniques.
In the exercises students train programming skills (in the programming language JAVA). Students can solve the exercises on their own laptop or in the computer labs at ETH. The software used in this course runs on MS Windows, MacOS X and Linux.
Prerequisites / NoticePrerequisites:
252-0845-00 Computer Science I (D-BAUG)
275-0003-00LData Science & Machine Learning Restricted registration - show details 4 credits3VM. Lüthi, A. Streich
AbstractThis course provides a fundamental training in the areas of data science and machine learning. It is intended for managers and leaders who want to understand the typical workflow, fundamental techniques and key challenges of data science and machine learning to drive successful implementations.
Learning objectiveAfter taking this course the participants
- have a good understanding of the basic methods of data science and machine learning
- know the typical data science workflow and can understand and assess the role and importance of each individual step
- understand the importance of quantifying and communicating uncertainty in the data
- know the importance and basic techniques of cleaning and organizing data and can perform simple data cleaning tasks in pandas.
- can identify suitable algorithms and select the best-suited one for a given task
- can apply machine learning methods as implemented in scikit-learn on tabular data
- understand the basic ideas behind modern deep learning methods and can implement simple deep learning models in tensorflow
- understand some key applications such as natural language processing or computer vision.
- are able to apply the learned methods to practical problems in data science.
ContentWe will cover the following topics
- The typical data science workflow
- Cleaning, organizing and preparing data for further analysis
- Exploratory data analysis: Gaining an understanding through visualizing and summarizing data
- Basics of statistical inference and uncertainty quantification
- Correlations and regression.
- Basics of Machine learning, including supervised and unsupervised learning, model evaluation and model selection
- Standard algorithms such as linear regression, decision trees, k-nearest neighbors, k-means, principal component analysis
- Identification of the best-suited algorithm and models for a given dataset and machine learning task
- Foundations of Deep Learning
- Challenges & Considerations: Potential pitfalls, threats, and ethical considerations.

The theoretical parts will be complemented by practical exercises using python, pandas, numpy, matplotlib, scikit-learn, and tensorflow.
CompetenciesCompetencies
Subject-specific CompetenciesConcepts and Theoriesassessed
Techniques and Technologiesassessed
Method-specific CompetenciesAnalytical Competenciesassessed
Decision-makingassessed
Media and Digital Technologiesassessed
Problem-solvingassessed
Project Managementfostered
Social CompetenciesCommunicationfostered
Cooperation and Teamworkassessed
Personal CompetenciesAdaptability and Flexibilityfostered
Creative Thinkingfostered
Critical Thinkingassessed
Integrity and Work Ethicsfostered