Suchergebnis: Katalogdaten im Frühjahrssemester 2020

Elektrotechnik und Informationstechnologie Bachelor Information
Wahlfächer
Dies ist nur eine kleine Auswahl. Als Wahlfächer können aber auch weitere Fächer aus dem Angebot der ETH belegt werden, siehe dazu die "Richtlinien zu Projekten, Praktika, Seminare", publiziert auf Link
Ingenieurswissenschaftliche Wahlfächer
NummerTitelTypECTSUmfangDozierende
» Auch weitere Kernfächer des 3. Studienjahres sind als Wahlfach anrechenbar.
227-0123-00LMechatronikW6 KP4GT. M. Gempp
KurzbeschreibungEinführung in die Mechatronik. Sensoren und Aktoren. Elektronische und hydraulische Leistungsstellglieder. Prozessdatenverarbeitung und Grundlagen der Echtzeitprogrammierung. Multitasking und Multiprozessing. Modelle mechatronischer Systeme. Geometrische, kinematische und dynamische Elemente. Mechanik von Mehrkörpersystemen, systemtheoretische Grundlagen. Mechatronik-Beispiele aus der Industrie.
LernzielEinführung in die theoretischen Grundlagen und die Technik mechatronischer Einrichtungen. Theoretische und praktische Kenntnisse der grundlegenden Elemente eines mechatronischen Systems.
InhaltEinführung in die Mechatronik. Sensoren und Aktoren. Elektronische und hydraulische Leistungsstellglieder. Prozessdatenverarbeitung und Grundlagen der Echtzeitprogrammierung. Multitasking und Multiprozessing. Modelle mechatronischer Systeme. Geometrische, kinematische und dynamische Elemente. Mechanik von Mehrkörpersystemen, systemtheoretische Grundlagen. Mechatronik-Beispiele aus der Industrie.
SkriptLehrbuch empfohlen. Ergänzende Vorlesungsdokumentation, Firmendokumentation.
227-0216-00LControl Systems II Information W6 KP4GR. Smith
KurzbeschreibungIntroduction to basic and advanced concepts of modern feedback control.
LernzielIntroduction to basic and advanced concepts of modern feedback control.
InhaltThis course is designed as a direct continuation of the course "Regelsysteme" (Control Systems). The primary goal is to further familiarize students with various dynamic phenomena and their implications for the analysis and design of feedback controllers. Simplifying assumptions on the underlying plant that were made in the course "Regelsysteme" are relaxed, and advanced concepts and techniques that allow the treatment of typical industrial control problems are presented. Topics include control of systems with multiple inputs and outputs, control of uncertain systems (robustness issues), limits of achievable performance, and controller implementation issues.
SkriptThe slides of the lecture are available to download.
LiteraturSkogestad, Postlethwaite: Multivariable Feedback Control - Analysis and Design. Second Edition. John Wiley, 2005.
Voraussetzungen / BesonderesPrerequisites:
Control Systems or equivalent
376-0022-00LImaging and Computing in Medicine Information Belegung eingeschränkt - Details anzeigen W4 KP3GR. Müller, P. Christen, C. J. Collins
KurzbeschreibungImaging and computing methods are key to advances and innovation in medicine. This course introduces established fundamental as well as modern techniques and methods of imaging and computing in medicine.
Lernziel1. Understanding and practical implementation of biosignal processes methods for imaging
2. Understanding of imaging techniques including radiation imaging, radiographic imaging systems, computed tomography imaging, diagnostic ultrasound imaging, and magnetic resonance imaging
3. Knowledge of computing, programming, modelling and simulation fundamentals
4. Computational and systems thinking as well as scripting and programming skills
5. Understanding and practical implementation of emerging computational methods and their application in medicine including artificial intelligence, deep learning, big data, and complexity
6. Understanding of the emerging concept of personalised and in silico medicine
7. Encouragement of critical thinking and creating an environment for independent and self-directed studying
InhaltImaging and computing methods are key to advances and innovation in medicine. This course introduces established fundamental as well as modern techniques and methods of imaging and computing in medicine. For the imaging portion of the course, biosignal processing, radiation imaging, radiographic imaging systems, computed tomography imaging, diagnostic ultrasound imaging, and magnetic resonance imaging are covered. For the computing portion of the course, computing, programming, and modelling and simulation fundamentals are covered as well as their application in artificial intelligence and deep learning; complexity and systems medicine; big data and personalised medicine; and computational physiology and in silico medicine.
The course is structured as a seminar in three parts of 45 minutes with video lectures and a flipped classroom setup: in the first part (TORQUEs: Tiny, Open-with-Restrictions courses focused on QUality and Effectiveness), students study the basic concepts in short video lectures on the online learning platform Moodle. At the end of this first part, students must post a number of questions in the Moodle forum that will be addressed in the second part of the lectures using a flipped classroom concept. First, the lecturers may prepare additional teaching material to answer the posted questions and potentially discuss further questions (Q&A). Second, the students will form small groups to acquire additional knowledge online or from additionally distributed material and to present their findings to the rest of the class.
SkriptStored on Moodle.
Voraussetzungen / BesonderesLectures will be given in English.
252-0834-00LInformation Systems for Engineers Information
Wird ab HS20 nur in Herbstsemester angeboten.
W4 KP2V + 1UG. Fourny
KurzbeschreibungThis course provides the basics of relational databases from the perspective of the user.

We will discover why tables are so incredibly powerful to express relations, learn the SQL query language, and how to make the most of it. The course also covers support for data cubes (analytics).
LernzielThis lesson is complementary with Big Data for Engineers as they cover different time periods of database history and practices -- you can even take both lectures at the same time.

After visiting this course, you will be capable to:

1. Explain, in the big picture, how a relational database works and what it can do in your own words.

2. Explain the relational data model (tables, rows, attributes, primary keys, foreign keys), formally and informally, including the relational algebra operators (select, project, rename, all kinds of joins, division, cartesian product, union, intersection, etc).

3. Perform non-trivial reading SQL queries on existing relational databases, as well as insert new data, update and delete existing data.

4. Design new schemas to store data in accordance to the real world's constraints, such as relationship cardinality

5. Explain what bad design is and why it matters.

6. Adapt and improve an existing schema to make it more robust against anomalies, thanks to a very good theoretical knowledge of what is called "normal forms".

7. Understand how indices work (hash indices, B-trees), how they are implemented, and how to use them to make queries faster.

8. Access an existing relational database from a host language such as Java, using bridges such as JDBC.

9. Explain what data independence is all about and didn't age a bit since the 1970s.

10. Explain, in the big picture, how a relational database is physically implemented.

11. Know and deal with the natural syntax for relational data, CSV.

12. Explain the data cube model including slicing and dicing.

13. Store data cubes in a relational database.

14. Map cube queries to SQL.

15. Slice and dice cubes in a UI.

And of course, you will think that tables are the most wonderful object in the world.
InhaltUsing a relational database
=================
1. Introduction
2. The relational model
3. Data definition with SQL
4. The relational algebra
5. Queries with SQL

Taking a relational database to the next level
=================
6. Database design theory
7. Databases and host languages
8. Databases and host languages
9. Indices and optimization
10. Database architecture and storage

Analytics on top of a relational database
=================
12. Data cubes

Outlook
=================
13. Outlook
Literatur- Lecture material (slides).

- Book: "Database Systems: The Complete Book", H. Garcia-Molina, J.D. Ullman, J. Widom
(It is not required to buy the book, as the library has it)
Voraussetzungen / BesonderesFor non-CS/DS students only, BSc and MSc
Elementary knowledge of set theory and logics
Knowledge as well as basic experience with a programming language such as Pascal, C, C++, Java, Haskell, Python
252-0220-00LIntroduction to Machine Learning Information Belegung eingeschränkt - Details anzeigen
Limited number of participants. Preference is given to students in programmes in which the course is being offered. All other students will be waitlisted. Please do not contact Prof. Krause for any questions in this regard. If necessary, please contact Link
W8 KP4V + 2U + 1AA. Krause
KurzbeschreibungThe course introduces the foundations of learning and making predictions based on data.
LernzielThe course will introduce the foundations of learning and making predictions from data. We will study basic concepts such as trading goodness of fit and model complexitiy. We will discuss important machine learning algorithms used in practice, and provide hands-on experience in a course project.
Inhalt- Linear regression (overfitting, cross-validation/bootstrap, model selection, regularization, [stochastic] gradient descent)
- Linear classification: Logistic regression (feature selection, sparsity, multi-class)
- Kernels and the kernel trick (Properties of kernels; applications to linear and logistic regression); k-nearest neighbor
- Neural networks (backpropagation, regularization, convolutional neural networks)
- Unsupervised learning (k-means, PCA, neural network autoencoders)
- The statistical perspective (regularization as prior; loss as likelihood; learning as MAP inference)
- Statistical decision theory (decision making based on statistical models and utility functions)
- Discriminative vs. generative modeling (benefits and challenges in modeling joint vy. conditional distributions)
- Bayes' classifiers (Naive Bayes, Gaussian Bayes; MLE)
- Bayesian approaches to unsupervised learning (Gaussian mixtures, EM)
LiteraturTextbook: Kevin Murphy, Machine Learning: A Probabilistic Perspective, MIT Press
Voraussetzungen / BesonderesDesigned to provide a basis for following courses:
- Advanced Machine Learning
- Deep Learning
- Probabilistic Artificial Intelligence
- Seminar "Advanced Topics in Machine Learning"
252-3800-00LAdvanced Topics in Technical Human-Computer Interaction Information Belegung eingeschränkt - Details anzeigen
Number of participants limited to 24.

The deadline for deregistering expires at the end of the second week of the semester. Students who are still registered after that date, but do not attend the seminar, will officially fail the seminar.
W2 KP2SC. Holz
KurzbeschreibungWe will discuss the latest topics in HCI and related communities: interactive devices, wearable and mobile sensing, applied computer vision for gesture, hand, and body pose input, machine learning-based processing. assistive and accessible technologies, biometrics & authentication, fabrication, haptic feedback, Augmented Reality, Virtual Reality, projection-based systems, affective computing.
LernzielThe objective of the seminar is for participants to collectively learn about the state-of-the-art research in Human-Computer Interaction and closely related areas. Another objective is to collectively discuss open issues in the field, necessary follow-up work for the latest presented results in the field, and developing a feeling for what constitutes research questions and outcomes in the field of technical Human-Computer Interaction.
InhaltThe seminar format is as follows: attendees individually read one recent full-paper publication, working through its content in detail and possibly covering some of the background if necessary, and present the approach, methodology, research question and implementation as well as the evaluation and discussion in a 20–25 min talk in front of the others. Each presenter will then lead a short discussion about the paper, which is guided by questions posed to the audience in advance.
Literatur24 papers will be provided by the lecturer and distributed in the first seminar on a first-come, first-served basis according to participants' preferences. The lecturer will also give a brief run-down across all 24 papers in a fast-forward style, covering each paper in a single-minute presentation, and outline the difficulties of each project. The schedule is fixed throughout the term with easier papers being presented earlier and more comprehensive papers presented later in the term.
Voraussetzungen / BesonderesAll students are welcome in the first seminar to see the overview over the papers we will discuss. After assigning papers, the seminar will be limited to 24 attendees, i.e., those students that sign up for papers first.
227-0669-00LChemistry of Devices and Technologies Belegung eingeschränkt - Details anzeigen
Limited to 30 participants.
W4 KP1V + 2UM. Yarema
KurzbeschreibungThe course covers basics of chemistry and material science, relevant for modern devices and technologies. The course consists from lecture, laboratory, and individual components. Students accomplish individual projects, in which they study and evaluate a chosen technology from chemistry and materials viewpoints.
LernzielThe course brings relevant chemistry knowledge, tailored to the needs of electrical engineering students. Students will gain understanding of the basic concepts of chemistry and a chemist's intuition through hands-on workshops that combine tutorials and laboratory sessions as well as guidance through individual projects that require interdisciplinary and critical thinking.
Students will learn which materials, reactions, and device fabrication processes are important for nowadays technologies and products. They will gain important knowledge of state-of-the-art technologies from materials and fabrication viewpoints.
InhaltStudents will spend 3h per week in the tutorials and practical sessions and additional 4-6h per week working on individual projects.
The goal of the individual student's project is to understand the chemistry related to the manufacture and operation of a specific device or technology (to be chosen from the list of projects). To ensure continued learning throughout the semester, individual projects are evaluated by three interim project reports and by 10 min final presentation.
LiteraturLecture notes will be made available on the website.
  •  Seite  1  von  1