Computer Laboratory

Course pages 2011–12

Part III

Please check the official timetables for timetable details.

Michaelmas term

  • Advanced Computer Design (P34) – Dr Simon Moore – 16 h

    The aim of this module is to provide an introduction to undertaking multithreaded multiprocessor computer architecture research using FPGAs as an emulation platform.

  • Advanced Topics in Computer Systems (R01) – Dr Steven Hand – 16 h

    An overview of “systems research”, a broad area covering operating systems, database systems, file systems, distributed systems and networking. The focus will be on critical thinking: the ability to argue for and/or against a particular approach or idea. Each week students will read and critique (and sometimes present) research papers in the field.

  • Algebra and programming semantics (M004) – Prof Sir Tony Hoare – 8 h

    NEW: to have fun with the algebra of sequential and concurrent programming, in application to programming languages, programs and proofs.

  • Automated Reasoning (L18) – Dr Mateja Jamnik – 16 h

    This module aims to provide an introduction to how reasoning can be automated. In particular, the course will introduce students to fundamental techniques for designing automated reasoners, provide some experience of how they work and how to use them, and present advanced uses of theorem proving for solving mathematical problems via automated reasoning.

  • Category Theory and Logic (L108) – Dr Samuel Staton – 16 h

    NEW: We will investigate the connection between computer programs and mathematical proofs, via the language of category theory. For example, we will investigate the universal properties of types in functional programming, and the universal properties of connectives like AND and EXISTS in logic. By developing a theory of models for programs and proofs, we will be able to demonstrate why certain statements (like Peirce's law, ((P → Q) → P) → P) have no constructive proof.

  • Chip Multiprocessors (R05) – Dr Robert Mullins – 16 h

    Uni-processor designs can no longer be scaled to take full advantage of advances in fabrication technology. This has forced a shift to parallel architectures in an attempt to sustain performance growth. This module examines the motivation for such a shift in detail, and covers the research challenges facing industry and academia in attempting to exploit single-chip parallel architectures.

  • Image Processing and Image Coding (E4F8) – Dr Joan Lasenby – 16 h

    Sophisticated processing of images by digital hardware is now fairly common, and ranges from special effects in video games to satellite image enhancement. Three of the main application areas are video data compression, image enhancement, and scene understanding. This module introduces the key tools for performing these tasks, and shows how these tools can be applied. This module is offered by the Department of Engineering.

  • Innovative User Interfaces (R03) – Prof Peter Robinson – 16 h

    Provides an overview of research in the area of innovative user interfaces including, amongst other topics, windows and icons; augmented reality; ubiquitous computing; and ambient displays.

  • Introduction to Natural Language Processing (L100) – Prof Ted Briscoe, Dr Stephen Clark – 16 h

    This module aims to provide a brief introduction to linguistics for computer scientists and then goes on to cover some of the core tasks in natural language processing (NLP), with the emphasis on statistical techniques suitable for the extraction of meaning from large bodies of text. Finally we will consider some applications and evaluate how well they work given current techniques.

  • Introductory Logic (R07) – Prof Alan Mycroft – 8 h

    This module aims to provide the basic mathematical logic which will be assumed in later courses.

  • Low Power Embedded Systems Programming (P31) – Dr Ian Wassell, Mr Brian Jones – 16 h

    Teaches students how to write programs for low power embedded devices that communicate with other computers or devices to solve practical problems. The course will cover the relevant theoretical knowledge required for writing such applications, and the practical experience writing C programs for Atmel microprocessors. The module will also give students an appreciation for some of the research issues in low power embedded systems.

  • Multicore Semantics and Programming (R204) – Dr Peter Sewell, Dr Timothy Harris – 16 h

    In recent years multiprocessors have become ubiquitous, but building reliable concurrent systems with good performance remains very challenging. This module introduces some of the theory and the practice of concurrent programming, from hardware memory models and the design of high-level programming languages to the correctness and performance properties of concurrent algorithms.

  • Network Architectures (R02) – Prof Jon Crowcroft – 16 h

    The world needs more network architects! This module will discuss and critique historical and contemporary network architectures including ATM, TCP/IP and 3G, as well as cover emerging sensor networks and delay tolerant approaches.

  • Programming for Mobiles (P36) – Dr Andrew Rice – 16 h

    Developing applications for modern smart phones requires different considerations to writing for a conventional PC environment. This course will cover the relevant background knowledge required to effectively develop for modern smart phones, discuss the differences between current popular platforms and highlight some of the ongoing research questions. Practical experience will be provided implementing concepts from lectures in practical classes using the Android operating system.

  • Research Skills (C00) – Prof Neil Dodgson – 16 h

    Covers key research skills including: understanding the research process; how to read research papers; technical writing and technical presentation; and experiment design and statistical analysis of results. This module must be taken by all M.Phil students.

  • Spoken Language Processing (L106) – Dr Mark Gales, Dr Bill Byrne, Prof Phil Woodland – 16 h

    The aim of this module is to introduce the underlying statistical approaches and some of the major techniques used for spoken language processing. Core statistical models that are used in a wide-range of speech and language applications will be discussed along with their underlying theory. Examples of how these models may be applied to speech processing applications, such as speech recognition and speaker verification, will be described.

  • Word Meaning and Discourse Understanding (L113) – Dr Simone Teufel – 16 h

    NEW: Parsing a natural language sentence is only the start: one also needs knowledge about what each word means, how the meanings of words relate to each other, and how the sentence relates to other text pieces. This course looks at these phenomena and presents computational models for them, many of them recent research, with an emphasis on distributional models. The course is mostly lectures-based, with some exercises and discussions in class.

Lent term

  • Advanced Topics in Concurrency (L22) – Prof Glynn Winskel – 8 h

    How can the ideas and methodology of denotational semantics and domain theory be extended and generalized to the richer world of interacting concurrent processes? Using ideas and techniques from semantics and category theory this half-module will guide the student to recent research in domain theory for concurrency.

  • Building an Internet Router (P33) – Dr Andrew Moore – 16 h

    This module requires the full design, implementation, testing and inter-operability of a complex hardware and software system.

  • Data Centric Networking (R202) – Dr Eiko Yoneki – 16 h

    This module provides an introduction to data centric networking, where data is a communication token in networking. Data centric networking in distributed systems relies on content addressing instead of host addressing, thus providing network independence for applications. Integration of complex data processing with networking is a key vision for future computing. This course provides various aspects in data centric networking ranging from content-based routing to data-flow programming, providing a solid basis to work on the next generation of communication paradigm.

  • Flows in Networks (L110) – Dr Richard Gibbens – 16 h

    This module aims to provide a understanding of models for flows in networks and to illustrate these ideas by considering road and communication networks.

  • Language and Concepts (R207) – Prof Ann Copestake – 16 h

    NEW: The notion of a concept is crucial to the way that we think about representation of language and human cognition. Concepts are relevant to AI and NLP/computational linguistics as well as other areas of Computer Science which are concerned with modelling the real world in a way which is comprehensible to humans, including semantic web technology. The aim of this course is to start from a computational perspective but to provide an overview of the interdisciplinary issues involved in the study of concepts, including ideas from linguistics, cognitive science, philosophy and neuroscience. The course will be organised as a reading group and assessed by an essay.

  • Machine Learning for Language Processing (L101) – Prof Ted Briscoe, Dr Mark Gales – 16 h

    This module aims to provide an introduction to machine learning with specific application to tasks such as document topic classification, spam email filtering, and named entity and event recognition for textual information extraction. We will cover supervised, weakly-supervised and unsupervised approaches using generative and discriminative classifiers based on graphical models, including hidden Markov models, Gaussian mixture models and conditional random fields.

  • Operating and Distributed System Security (R206) – Prof Ross Anderson, Dr Frank Stajano, Dr Steven Murdoch, Dr Robert Watson – 16 h

    NEW: This course aims to introduce students to research questions in the protection mechanisms used in operating systems and distributed systems. Topics include the engineering tradeoffs involved in access control mechanisms, such as expressiveness versus performance and usability; the implications for CPU and operating system design; the use of formal methods to validate and harden enforcement mechanisms; the analysis of protocols and APIs; and application case studies.

  • Social and Technological Network Analysis (L109) – Dr Cecilia Mascolo – 16 h

    Importance of network theory; graph theory; network analyses [measures]. Random and scale-free networks. Small world behaviour. Applications (to Internet & WWW). Social networks and online social network analysis. Network evolution and cascading.

  • Syntax and Semantics of Natural Language (L107) – Prof Ted Briscoe, Dr Stephen Clark – 16 h

    We will take an in-depth look at how to describe formally a wide-coverage grammar of English using Categorial Syntax and Montague Semantics. We will then go on to study how practical parsers can be developed within this framework capable of returning the most likely compositional interpretation of sentences with high accuracy.

  • System on Chip Design and Modelling (P35) – Dr David Greaves – 16 h

    A current-day system on a chip (SoC) consists of several different microprocessor subsystems together with memories and I/O interfaces. This practical module covers SoC design and modelling techniques with emphasis on architectural exploration, assertion-driven design and the concurrent development of hardware and embedded software.

  • Topics in Logic and Complexity (L15) – Prof Anuj Dawar – 16 h

    Introduces topics in complexity theory, going beyond the material covered in a typical undergraduate course. It will also cover research that connects these topics with methods from logic. The last four lectures will focus on current research.

Easter term

  • Interactive Formal Verification (L21) – Prof Larry Paulson – 16 h

    Introduces students to interactive theorem proving using Isabelle. It includes techniques for specifying formal models of software and hardware systems and for deriving properties of these models.

  • Research Students Lectures (RSL) – 4 h

    A series of lectures prepared and given by Computer Laboratory research students.