AU in London and Deep Learning

I took a first look at deep learning for question answering systems.

Before that, I share some news on AU in Europe, thoughts on UI and innovation, and point out a useful Revit API feature for converting a Hermite spline to Bezier:

Autodesk University in London

AU London is coming to Tobacco Dock, London, E1 on June 21-22, 2017.

The first English speaking Autodesk University in Northern Europe!

The Call for Papers is already live and is closing very soon, on January 20, 2017.

Please submit a class paper on your area of expertise.

If you have any questions, please reach out to the AU London Team.

AU London

Rules of Thumb for Change Agents

Herb Shepard shares eight rules of thumb for change agents that I think also apply very well to the art and craft of software development:

  1. Stay alive.
  2. Start where the system is.
  3. Never work uphill.
    Corollaries:
    1. Don't build hills as you go.
    2. Work in the most promising arena.
    3. Build resources.
    4. Don't over-organize.
    5. Don't argue if you can't win.
    6. Play God a little.
  4. Innovation requires a good idea, initiative and a few friends.
  5. Load experiments for success.
  6. Light many fires.
  7. Keep an optimistic bias.
  8. Capture the moment.

These aphorisms are not so much bits of advice as things to think about when you are being a change agent, a consultant, an organization or community development specialist – or when you are just being yourself trying to bring about something that involves other people.

Herb Shepard was a pioneering thinker in the Organization Development movement, founded and directed the first doctoral program in Organization Development at Case Western, developed a residency in administrative psychiatry at Yale University School of Medicine, and was also President of The Gestalt Institute of Cleveland. In management consulting, his clients included some of the biggest firms in the world, as well as many federal government departments of the United States and Canada.

Invisible User Interfaces

A short note to point out this interesting article on how invisible interfaces are going to transform the way we interact with computers.

Conclusions from Lexical Analysis of Top News Stories

Another short note to point out that it is possible to draw useful conclusions from pure statistical lexical analysis: lessons learned from analysing the top 252 stories of 2016.

Converting a Revit Hermite Spline to Bezier or NURBS

A finally, yet another short Revit related note to highlight a new answer to the Revit API discussion forum thread on Hermite to Bezier (or NURBS):

Question: I'm trying to find a way to convert a Hermite Spline to a Bezier Spline. Take a flexible pipe (or duct) as an example:

Hermite Spline to Bezier

It seems Autodesk must have conversion routines in the core as DWG export provides a NURBS curve.

Answer: Check the Revit 2017 API. It introduces new NurbSpline methods for converting a Hermite spline to NurbSpline or Curve:

Lots of Literature on Deep Learning

As I mentioned last month, I would like to experiment with an automated system to answer the most common recurring questions on the Revit API.

The most inspiring motivation out there for me so far is the deep learning based teaching assistant Jill Watson implemented by Professor Ashok Goel, who teaches Knowledge Based Artificial Intelligence (KBAI) at the Georgia Tech School of Interactive Computing.

Here is a quote from a pre-Jill paper by Ashok Goel et al on Using Watson for Enhancing Human-Computer Co-Creativity in which Jill is mentioned as work in progress:

We are presently exploring the use of Watson as a cognitive system for answering frequently asked questions in an online class. Goel ... teaches an online course ... as part of Georgia Tech’s Online MS in CS program. The online course uses Piazza as the forum for online class discussions. The classroom discussions on the Piazza forum in the KBAI course tend to be both extensive and intensive, attracting about ~6950 and ~11,000 messages from ~170 and ~240 students in the Fall 2014 and the Spring 2015 classes, respectively. We believe that the large numbers of messages in the discussion forums are indicative of the strong motivation and deep engagement of the students in the KBAI classes. Nevertheless, these large numbers also make for significant additional work for the teaching team that needs to monitor all messages and answer a good subset of them. Thus, using the questions and answers from the Fall 2014 and Spring 2015 KBAI classes, we are developing a new Watson-powered technology to automatically answer frequently asked questions in future offerings of the online KBAI class.

The result was successful and inspiring, cf. Ashok's 20-minute presentation about a teaching assistant named Jill Watson at TEDx in San Francisco:

Jill Watson, round three, is coming up now as the Georgia Tech course prepares for its third semester with virtual teaching assistants.

I spent some time yesterday browsing the Internet on this topic and discovered an overwhelming amount of interesting information, most of which I just skimmed over.

Here is the table of contents, mainly for my personal use and future reference:

The last three are most practical, down to earth and provide quick and easily accessible introductions including practical implementation aspects.

My next moves might be registering for an IBM Watson account and starting to assemble test cases and a base data set for training.