Software Engineering for Artificial Intelligence Introduction - - PowerPoint PPT Presentation

software engineering for artificial intelligence
SMART_READER_LITE
LIVE PREVIEW

Software Engineering for Artificial Intelligence Introduction - - PowerPoint PPT Presentation

Software Engineering for Artificial Intelligence Introduction 21.04.2020 | FB20 | Reactive Programming & Software Technology | 1 Attendance via Zoom Lets try to make this a great experience for all of us: Please check your setup


slide-1
SLIDE 1

21.04.2020 | FB20 | Reactive Programming & Software Technology | 1

Introduction

Software Engineering for Artificial Intelligence

slide-2
SLIDE 2

21.04.2020 | FB20 | Reactive Programming & Software Technology | 2

Attendance via Zoom Let‘s try to make this a great experience for all of us: Please check your setup before the meeting. We start all calls 10 minutes early, where you can do so. Please connect before the meeting starts. Please join using your full name. If you use a nickname

  • r pseudonym, tell the advisors (needed for grading).

We encourage you to use a microphone and a camera: It improves the overall experience in interactive parts. Please mute your microphone when not speaking

slide-3
SLIDE 3

21.04.2020 | FB20 | Reactive Programming & Software Technology | 3

Agenda

  • Motivation
  • This Seminar
  • Seminar Structure & Grading
  • Schedule
  • Topics & Registration
slide-4
SLIDE 4

21.04.2020 | FB20 | Reactive Programming & Software Technology | 4

Advisors & Contact

  • Prof. Guido Salvaneschi

Daniel Sokolowski, MSc

salvaneschi@cs.tu-darmstadt.de sokolowski@cs.tu-darmstadt.de

Any questions, suggestions, interested in research or collaborations?

Talk to us or drop a mail!

SE4AI: Organizational questions, enrollment and submissions Non-SE4AI things (Research, thesis, jobs, general advice) SE4AI: Topic related questions

slide-5
SLIDE 5

21.04.2020 | FB20 | Reactive Programming & Software Technology | 5

Motivation Imagine: We build together AcaWhooo! a „Google Translate“ for scientific text.

What are challenges apart from accuracy?

slide-6
SLIDE 6

21.04.2020 | FB20 | Reactive Programming & Software Technology | 6

From Data Science to Production

  • A data scientist can build our program, but…
  • They are used to fixed datasets and focus heavily on accuracy.
  • They prototype, often using Jupyter notebooks, etc.
  • They are experts in modeling and feature egineering, but stability,

size, updateability and other aspects, which are important in production, do mostly not matter.

  • A software engineer is focused on production grade software
  • Concerned about many different kinds of product quality:

performance, security, safety, stability, release time, cost, customer satisfaction, maintainability, reliability, scalability, fault tolerance, ...

  • Both worlds need to be brought together!
slide-7
SLIDE 7

21.04.2020 | FB20 | Reactive Programming & Software Technology | 7

Correctness: From Deductive to Inductive Reasoning

(Daniel Miessler, under CC SA 2.0)

SE Deductive R. Specifications Guarantess AI Inductive R. Overall goals Best effort Practice tells different!

  • Specifications are often vague,

weak, ambiguous, ...

  • Correctness proves rarely

performed  SE developed suitable methods

slide-8
SLIDE 8

21.04.2020 | FB20 | Reactive Programming & Software Technology | 8

In this Seminar

  • We learn about state-of-the-art

software engineering for intelligent systems.

  • We learn about ongoing research

regarding SE for intelligent systems.

  • We discuss current methods and

recent ideas.

  • Moreover, you can improve your

scientific reading, presenting and discussion skills.

slide-9
SLIDE 9

21.04.2020 | FB20 | Reactive Programming & Software Technology | 9

Resources for this Course

  • Books
  • Especially: Hulten, Geoff. Building

Intelligent Systems : A Guide to Machine Learning Engineering. Apress, 2018

  • Research Papers
  • Blogs
  • Great overview compiled by Christian

Kästner (CMU):

  • https://github.com/ckaestne/seaibib
slide-10
SLIDE 10

21.04.2020 | FB20 | Reactive Programming & Software Technology | 10

Seminar Structure

  • Each meeting covers 2 topics
  • Being presented first
  • Then followed by Q&A and a discussion
  • 1 week before each meeting we publish a

introductory reading material list (webpage)

  • Please read it for preparation

This is an interactive format: everyone becomes the expert in one topic, teaches it to all others, and we discuss it together

Typical Meeting Presentation Discussion Presentation Discussion Topic 1 Topic 2 45 mins 45 mins

slide-11
SLIDE 11

21.04.2020 | FB20 | Reactive Programming & Software Technology | 11

Seminar Structure

  • We provide a list of materials for the start
  • You extend this list with suitable resources
  • You prepare a 25-30 mins presentation
  • You prepare for a 15-20 mins discussion on

the topic

  • For your class mates, you prepare a short

list of introductory reading material (~1 h reading time ~= 10 pages) This is an interactive format: everyone becomes the expert in one topic, teaches it to all others, and we discuss it together

Presented the assigned meeting slot

Due 7 days before your presentation slot; mail it to: sokolowski@cs.tu- darmstadt.de

By May 5th

slide-12
SLIDE 12

21.04.2020 | FB20 | Reactive Programming & Software Technology | 12

Grading

  • Introductory reading material list (20 %)
  • Did it prepare well for your presentation and the discussion?
  • Did it take roughly 1 hour to read all suggested resources?
  • Presentation (60 %)
  • Used resources, presented slides and the talk: Was the topic well

introduced, explained, and did you provide interesting insights?

  • Discussion guidance (10 %)
  • Apart from Q&A, could you offer questions leading to discussions?
  • Did it have clear directions and involve the class mates?
  • General discussion participation (10 %)
  • Did you regularly ask questions or add to the discussion?
slide-13
SLIDE 13

21.04.2020 | FB20 | Reactive Programming & Software Technology | 13

Schedule

  • Kickoff Meeting
  • You mail your topic preferences by April 26th (enrollment)
  • Example Meeting (Latest time of topic assignment)
  • You prepare for your topics
  • Presentations & Discussions (2 topics per week)
  • Last Meeting

Today May 5th To-be- announced June 30th

All meetings take place on Tuesdays at 17:00

(Number depending on the registrations, ideally 4 – 6)

slide-14
SLIDE 14

21.04.2020 | FB20 | Reactive Programming & Software Technology | 14

Topics

  • Foundation Topics
  • Choosing AI Techniques
  • Software Architecture of AI-enabled Systems
  • Requirements and Risks (Quality Assurance)
  • Specialization Topics
  • Model Quality & Metamorphic Testing
  • Data Quality Assurance
  • Surveys on ML Testing
  • A/B Testing
  • Debugging
  • Data Provenance, Reproducability
  • Computational Notebooks
slide-15
SLIDE 15

21.04.2020 | FB20 | Reactive Programming & Software Technology | 15

Registration

  • Send a mail by April 26th to

sokolowski@cs.tu-darmstadt.de

  • Include ordered list of 3 topics
  • At least one of your choices

must be a „Foundation Topic“

  • We assign the topics based on

your mails by May 5th

  • (Do not forget to register in

TUCaN as well)

slide-16
SLIDE 16

21.04.2020 | FB20 | Reactive Programming & Software Technology | 16

Next time (May 5th): Example Meeting

  • First presentation and discussion on the topic

„Basics and Challenges“

  • Introduces our seminar topic
  • Gives you an example on what you shall prepare
  • After the discussion, we can clarify your questions on what we

expect from you to make the grading transparent

  • Do not forget to read the introductory reading material
  • It will be published on the webpage by April 28th
slide-17
SLIDE 17

21.04.2020 | FB20 | Reactive Programming & Software Technology | 17

Question & Answers

slide-18
SLIDE 18

21.04.2020 | FB20 | Reactive Programming & Software Technology | 18

Acknowledgements & License

  • Material Design Icons, by Google under Apache-2.0
  • Other images are either by the authors of these slides, attributed where

they are used, or licensed under Pixabay or Pexels

  • These slides are made available by the authors (Daniel Sokolowski,

Guido Salvaneschi) under CC BY 4.0