Search result: Catalogue data in Spring Semester 2021

Neural Systems and Computation Master Information
Electives
NumberTitleTypeECTSHoursLecturers
227-0147-00LVLSI II: Design of Very Large Scale Integration Circuits Information W6 credits5GF. K. Gürkaynak, L. Benini
AbstractThis second course in our VLSI series is concerned with how to turn digital circuit netlists into safe, testable and manufacturable mask layout, taking into account various parasitic effects. Low-power circuit design is another important topic. Economic aspects and management issues of VLSI projects round off the course.
ObjectiveKnow how to design digital VLSI circuits that are safe, testable, durable, and make economic sense.
ContentThe second course begins with a thorough discussion of various technical aspects at the circuit and layout level before moving on to economic issues of VLSI. Topics include:
- The difficulties of finding fabrication defects in large VLSI chips.
- How to make integrated circuit testable (design for test).
- Synchronous clocking disciplines compared, clock skew, clock distribution, input/output timing.
- Synchronization and metastability.
- CMOS transistor-level circuits of gates, flip-flops and random access memories.
- Sinks of energy in CMOS circuits.
- Power estimation and low-power design.
- Current research in low-energy computing.
- Layout parasitics, interconnect delay, static timing analysis.
- Switching currents, ground bounce, IR-drop, power distribution.
- Floorplanning, chip assembly, packaging.
- Layout design at the mask level, physical design verification.
- Electromigration, electrostatic discharge, and latch-up.
- Models of industrial cooperation in microelectronics.
- The caveats of virtual components.
- The cost structures of ASIC development and manufacturing.
- Market requirements, decision criteria, and case studies.
- Yield models.
- Avenues to low-volume fabrication.
- Marketing considerations and case studies.
- Management of VLSI projects.

Exercises are concerned with back-end design (floorplanning, placement, routing, clock and power distribution, layout verification). Industrial CAD tools are being used.
Lecture notesH. Kaeslin: "Top-Down Digital VLSI Design, from Gate-Level Circuits to CMOS Fabrication", Lecture Notes Vol.2 , 2015.

All written documents in English.
LiteratureH. Kaeslin: "Top-Down Digital VLSI Design, from Architectures to Gate-Level Circuits and FPGAs", Elsevier, 2014, ISBN 9780128007303.
Prerequisites / NoticeHighlight:
Students are offered the opportunity to design a circuit of their own which then gets actually fabricated as a microchip! Students who elect to participate in this program register for a term project at the Integrated Systems Laboratory in parallel to attending the VLSI II course.

Prerequisites:
"VLSI I: from Architectures to Very Large Scale Integration Circuits and FPGAs" or equivalent knowledge.

Further details:
Link
227-0427-10LAdvanced Signal Analysis, Modeling, and Machine Learning Information W6 credits4GH.‑A. Loeliger
AbstractThe course develops a selection of topics pivoting around graphical models (factor graphs), state space methods, sparsity, and pertinent algorithms.
ObjectiveThe course develops a selection of topics pivoting around factor graphs, state space methods, and pertinent algorithms:
- factor graphs and message passing algorithms
- hidden-​Markov models
- linear state space models, Kalman filtering, and recursive least squares
- Gaussian message passing
- Gibbs sampling, particle filter
- recursive local polynomial fitting & applications
- parameter learning by expectation maximization
- sparsity and spikes
- binary control and digital-​to-analog conversion
- duality and factor graph transforms
Lecture notesLecture notes
Prerequisites / NoticeSolid mathematical foundations (especially in probability, estimation, and linear algebra) as provided by the course "Introduction to Estimation and Machine Learning".
227-0395-00LNeural SystemsW6 credits2V + 1U + 1AR. Hahnloser, M. F. Yanik, B. Grewe
AbstractThis course introduces principles of information processing in neural systems. It covers basic neuroscience for engineering students, experiment techniques used in animal research and methods for inferring neural mechanisms. Students learn about neural information processing and basic principles of natural intelligence and their impact on artificially intelligent systems.
ObjectiveThis course introduces
- Basic neurophysiology and mathematical descriptions of neurons
- Methods for dissecting animal behavior
- Neural recordings in intact nervous systems and information decoding principles
- Methods for manipulating the state and activity in selective neuron types
- Neuromodulatory systems and their computational roles
- Reward circuits and reinforcement learning
- Imaging methods for reconstructing the synaptic networks among neurons
- Birdsong and language
- Neurobiological principles for machine learning.
ContentFrom active membranes to propagation of action potentials. From synaptic physiology to synaptic learning rules. From receptive fields to neural population decoding. From fluorescence imaging to connectomics. Methods for reading and manipulation neural ensembles. From classical conditioning to reinforcement learning. From the visual system to deep convolutional networks. Brain architectures for learning and memory. From birdsong to computational linguistics.
Prerequisites / NoticeBefore taking this course, students are encouraged to complete "Bioelectronics and Biosensors" (227-0393-10L).

As part of the exercises for this class, students are expected to complete a programming or literature review project to be defined at the beginning of the semester.
227-1032-00LNeuromorphic Engineering II Information
Information for UZH students:
Enrolment to this course unit only possible at ETH. No enrolment to module INI405 at UZH.

Please mind the ETH enrolment deadlines for UZH students: Link
W6 credits5GT. Delbrück, G. Indiveri, S.‑C. Liu
AbstractThis course teaches the basics of analog chip design and layout with an emphasis on neuromorphic circuits, which are introduced in the fall semester course "Neuromorphic Engineering I".
ObjectiveDesign of a neuromorphic circuit for implementation with CMOS technology.
ContentThis course teaches the basics of analog chip design and layout with an emphasis on neuromorphic circuits, which are introduced in the autumn semester course "Neuromorphic Engineering I".

The principles of CMOS processing technology are presented. Using a set of inexpensive software tools for simulation, layout and verification, suitable for neuromorphic circuits, participants learn to simulate circuits on the transistor level and to make their layouts on the mask level. Important issues in the layout of neuromorphic circuits will be explained and illustrated with examples. In the latter part of the semester students simulate and layout a neuromorphic chip. Schematics of basic building blocks will be provided. The layout will then be fabricated and will be tested by students during the following fall semester.
LiteratureS.-C. Liu et al.: Analog VLSI Circuits and Principles; software documentation.
Prerequisites / NoticePrerequisites: Neuromorphic Engineering I strongly recommended
227-1046-00LComputer Simulations of Sensory Systems Information W3 credits3GT. Haslwanter
AbstractThis course deals with computer simulations of the human auditory, visual, and balance system. The lecture will cover the physiological and mechanical mechanisms of these sensory systems. And in the exercises, the simulations will be implemented with Python. The simulations will be such that their output could be used as input for actual neuro-sensory prostheses.
ObjectiveOur sensory systems provide us with information about what is happening in the world surrounding us. Thereby they transform incoming mechanical, electromagnetic, and chemical signals into “action potentials”, the language of the central nervous system.
The main goal of this lecture is to describe how our sensors achieve these transformations, how they can be reproduced with computational tools. For example, our auditory system performs approximately a “Fourier transformation” of the incoming sound waves; our early visual system is optimized for finding edges in images that are projected onto our retina; and our balance system can be well described with a “control system” that transforms linear and rotational movements into nerve impulses.
In the exercises that go with this lecture, we will use Python to reproduce the transformations achieved by our sensory systems. The goal is to write programs whose output could be used as input for actual neurosensory prostheses: such prostheses have become commonplace for the auditory system, and are under development for the visual and the balance system. For the corresponding exercises, at least some basic programing experience is required!!
ContentThe following topics will be covered:
• Introduction into the signal processing in nerve cells.
• Introduction into Python.
• Simplified simulation of nerve cells (Hodgkins-Huxley model).
• Description of the auditory system, including the application of Fourier transforms on recorded sounds.
• Description of the visual system, including the retina and the information processing in the visual cortex. The corresponding exercises will provide an introduction to digital image processing.
• Description of the mechanics of our balance system, and the “Control System”-language that can be used for an efficient description of the corresponding signal processing (essentially Laplace transforms and control systems).
Lecture notesFor each module additional material will be provided on the e-learning platform "moodle". The main content of the lecture is also available as a wikibook, under Link
LiteratureOpen source information is available as wikibook Link

For good overviews of the neuroscience, I recommend:

• Principles of Neural Science (5th Ed, 2012), by Eric Kandel, James Schwartz, Thomas Jessell, Steven Siegelbaum, A.J. Hudspeth
ISBN 0071390111 / 9780071390118
THE standard textbook on neuroscience.
NOTE: The 6th edition will be released on February 5, 2021!
• L. R. Squire, D. Berg, F. E. Bloom, Lac S. du, A. Ghosh, and N. C. Spitzer. Fundamental Neuroscience, Academic Press - Elsevier, 2012 [ISBN: 9780123858702].
This book covers the biological components, from the functioning of an individual ion channels through the various senses, all the way to consciousness. And while it does not cover the computational aspects, it nevertheless provides an excellent overview of the underlying neural processes of sensory systems.

• G. Mather. Foundations of Sensation and Perception, 2nd Ed Psychology Press, 2009 [ISBN: 978-1-84169-698-0 (hardcover), oder 978-1-84169-699-7 (paperback)]
A coherent, up-to-date introduction to the basic facts and theories concerning human sensory perception.

• The best place to get started with Python programming are the Link

On signal processing with Python, my upcoming book
• Hands-on Signal Analysis with Python (Due: January 13, 2021
ISBN 978-3-030-57902-9, Link)
will contain an explanation to all the required programming tools and packages.
Prerequisites / Notice• Since I have to gravel from Linz, Austria, to Zurich to give this lecture, I plan to hold this lecture in blocks (every 2nd week).
• In addition to the lectures, this course includes external lab visits to institutes actively involved in research on the relevant sensory systems.
227-1048-00LNeuromorphic Intelligence (University of Zurich)
No enrolment to this course at ETH Zurich. Book the corresponding module directly at UZH.
UZH Module Code: INI508

Mind the enrolment deadlines at UZH:
Link
W6 credits2VG. Indiveri, E. Donati
AbstractIn this course we will study the computational properties of spiking neural networks implemented using analog "neuromorphic" electronic circuits. We will present network architectures and computational primitives that can use the dynamics of these circuits to exhibit intelligent behaviors. We will characterize these networks and validate them using full custom chips in laboratory experiments.
ObjectiveThe objective of this course is to introduce students to the field of “neuromorphic intelligence” with lectures on spiking neural network architectures implemented using mixed-signal silicon neuron and synapse circuits, and with laboratory sessions using neuromorphic chips to measure the computational properties of different spiking neural network architectures. Class projects will be proposed to validate the models presented in the lectures and carry out real-time signal processing and pattern recognition tasks on real-world sensory data.
ContentStudents will learn about the dynamical properties of adaptive integrate and fire neurons connected with each other via dynamic synapses. They will explore different neural circuits configured to implement computational primitives such as normalization, winner-take-all computation, selective amplification, and pattern discrimination. The experiments will consist of measuring the properties of real silicon neurons using full-custom neuromorphic processors, and configuring them to create neural architectures that can robustly process sensory signals and perform pattern discrimination despite, or thanks to, the limited resolution and large variability of their individual processing
element
Prerequisites / NoticeAccessible to NSC Master students.
It is recommended (but not mandatory) to have taken the Introduction to Neuroinformatics course (INI-401/227-1037-00).
402-0673-00LPhysics in Medical Research: From Humans to CellsW6 credits2V + 1UB. K. R. Müller
AbstractThe aim of this lecture series is to introduce the role of physics in state-of-the-art medical research and clinical practice. Topics to be covered range from applications of physics in medical implant technology and tissue engineering, through imaging technology, to its role in interventional and non-interventional therapies.
ObjectiveThe lecture series is focused on applying knowledge from physics in diagnosis, planning, and therapy close to clinical practice and fundamental medical research. Beside a general overview, the lectures give a deep insight into a very few selected techniques, which will help the students to apply the knowledge to a broad range of related techniques.

In particular, the lectures will elucidate the physics behind the X-ray imaging currently used in clinical environment and contemporary high-resolution developments. It is the goal to visualize and quantify (sub-)microstructures of human tissues and implants as well as their interface.

Ultrasound is not only used for diagnostic purposes but includes therapeutic approaches such as the control of the blood-brain barrier under MR-guidance.

Physicists in medicine are working on modeling and simulation. Based on the vascular structure in cancerous and healthy tissues, the characteristic approaches in computational physics to develop strategies against cancer are presented. In order to deliberately destroy cancerous tissue, heat can be supplied or extracted in different manner: cryotherapy (heat conductivity in anisotropic, viscoelastic environment), radiofrequency treatment (single and multi-probe), laser application, and proton therapy.

Medical implants play an important role to take over well-defined tasks within the human body. Although biocompatibility is here of crucial importance, the term is insufficiently understood. The aim of the lectures is the understanding of biocompatibility performing well-defined experiments in vitro and in vivo. Dealing with different classes of materials (metals, ceramics, polymers) the influence of surface modifications (morphology and surface coatings) are key issues for implant developments, which might be bio-inspired.

Mechanical stimuli can drastically influence soft and hard tissue behavior. The students should realize that a physiological window exists, where a positive tissue response is expected and how the related parameter including strain, frequency, and resting periods can be selected and optimized for selected tissues such as bone.

For the treatment of severe incontinence, we are developing artificial smart muscles. The students should have a critical look at promising solutions and the selection procedure as well as realize the time-consuming and complex way to clinical practice.

The course will be completed by relating the numerous examples and a common round of questions.
ContentThis lecture series will cover the following topics:
Introduction: Imaging the human body down to individual cells and beyond
Development of artificial muscles for incontinence treatment
X-ray-based computed tomography in clinics and related medical research
High-resolution micro computed tomography
Phase tomography using hard X-rays in biomedical research
Metal-based implants and scaffolds
Natural and synthetic ceramics for implants and regenerative medicine
Biomedical simulations
Polymers for medical implants
From open surgery to non-invasive interventions - Physical approaches in medical imaging
Dental research
Focused Ultrasound and its clinical use
Applying physics in medicine: Benefitting patients
Lecture notesLink

login and password to be provided during the lecture
Prerequisites / NoticeStudents from other departments are very welcome to join and gain insight into a variety of sophisticated techniques for the benefit of patients.
No special knowledge is required. Nevertheless, gaps in basic physical knowledge will require additional efforts.
701-1418-00LModelling Course in Population and Evolutionary Biology Information Restricted registration - show details
Number of participants limited to 20.

Priority is given to MSc Biology and Environmental Sciences students.
W4 credits6PS. Bonhoeffer, V. Müller
AbstractThis course provides a "hands-on" introduction into mathematical/computational modelling of biological processes with particular emphasis on evolutionary and population-biological questions. The models are developed using the Open Source software R.
ObjectiveThe aim of this course is to provide a practical introduction into the modelling of fundamental biological questions. The participants will receive guidance to develop mathematical/computational models in small teams. The participants chose two modules with different levels of difficulty from a list of projects.

The participant shall get a sense of the utility of modelling as a tool to investigate biological problems. The simpler modules are based mostly on examples from the earlier lecture "Ecology and evolution: populations" (script accessible at the course webpage). The advanced modules address topical research questions. Although being based on evolutionary and population biological methods and concepts, these modules also address topics from other areas of biology.
Contentsee Link
Lecture notesDetailed handouts describing both the modelling and the biological background are available to each module at the course website. In addition, the script of the earlier lecture "Ecology and evolution: populations" can also be downloaded, and contains further background information.
Prerequisites / NoticeThe course is based on the open source software R. Experience with R is useful but not required for the course. Similarly, the course 701-1708-00L Infectious Disease Dynamics is useful but not required.
  •  Page  1  of  1