masters-thesis

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

preface.tex (2883B)


      1 \chapter*{Preface}
      2 \addcontentsline{toc}{chapter}{Preface} % Add the preface to the table of contents as a chapter
      3 
      4 I've been studying for a pretty long time.
      5 Because of this, I suppose there is some sense of anticipation, that your thesis is the culmination of all the work you've done up to this point.
      6 Having not always been the biggest adherent to the idea of symbol-for-the-sake-of-symbol, I wasn't sure what to expect of this experience.
      7 For many, writing a thesis seems to be a mixed bag, though in general people feel a sense of accomplishment, since they see it as being the last step in a long journey.
      8 
      9 I definitely had a slow start to the thesis (most people do), since for the first month or so I just explored the software and the literature to get a feel for the problem.
     10 Looking back, this was a really good idea, since understanding the software ended up being key to solving the problems in this thesis.
     11 When I tried to generate some preliminary results, I quickly encountered some roadblocks.
     12 As it turned out, though, these issues were quite fundamental to the problem---but my supervisor, S{\o}ren, had found a paper which addressed some of them.
     13 He then invited me to a hackathon with his research group, where they were planning to sit together and try to implement the methods from the paper.
     14 Initially, I was a bit hesitant about going, since I had never been to a research-related hackathon, and I was a bit worried that I would be out of my depth and that I wouldn't be able to contribute.
     15 However, after Lorenza helped me get over my fears, I decided to go, and I'm glad I did.
     16 
     17 The hackathon and the project that followed it were probably the most fun I've had while studying at DTU.
     18 I got the chance to work on some really novel problems (like dealing with ill conditioning and numerical issues) and enjoyed every minute of it.
     19 
     20 This thesis is the product of a five-month-long span of work conducted in the Section for Cognitive Systems of DTU Compute, during which I helped develop some of the ideas in the ``Large-Scale Laplace'' project.
     21 This project is, at the time of writing, still ongoing; we'll hopefully soon publish the results of our work.
     22 In this project, I developed and implemented the sampling procedure for the full Laplace approximation.
     23 This includes the implementation of the sampling algorithm (and all the mathematical machinery behind it), as well as the formulation, implementation and testing of preconditioners.
     24 During the hackathon, I collaborated with Marco Miani and Eugene Zainchkovskyy on the early work on sampling.
     25 I also contributed to parts of the derivation and implementation of the marginal training algorithm, though I would say the bulk of this was done by Hrittik Roy, Johan Ye and Pablo Moreno-Mu\~noz.
     26 And S{\o}ren Hauberg helped massively everywhere.
     27 
     28 \begin{flushright}
     29 	\textit{Silas Brack}
     30 \end{flushright}