Deployed 9647e91 with MkDocs version: 1.3.0
This commit is contained in:
commit
2c0fafb925
95 changed files with 128036 additions and 0 deletions
16
thesis/chapters/0_abstract.tex
Normal file
16
thesis/chapters/0_abstract.tex
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
\begin{abstract}
|
||||
|
||||
\absdiv{Background}
|
||||
Despite its long-standing history, artificial intelligence (AI) has only recently started enjoying widespread industry awareness and adoption; partly thanks to the prevalence of accessible frameworks exposing state-of-the-art models through simple API-s. In order to achieve robust production deployments, the successful integration of AI components demands strong engineering methods. Concerningly, a tendency seems to be unfolding: even though industry professionals already have access to frameworks for deploying AI correctly and responsibly, case-studies and developer surveys have found that a large fraction of deployments do not follow best practices.
|
||||
\absdiv{Objective}
|
||||
This thesis sets out to investigate the reasons behind the asymmetry between the adoption of accessible AI libraries and existing reusable solutions to robust deployments. A software framework called \textit{GreatAI} is designed which aims to facilitate \underline{G}eneral \underline{R}obust \underline{E}nd-to-end \underline{A}utomated \underline{T}rustworthy AI deployments while attempting to overcome the practical drawbacks of its predecessors.
|
||||
\absdiv{Method}
|
||||
The utility of \textit{GreatAI} is validated using the principles of design science methodology through iteratively designing its API and implementation along with the text mining pipeline of a commercial product. Subsequently, interviews are conducted with practitioners for validating the generalisability of the design.
|
||||
\absdiv{Results}
|
||||
To do.
|
||||
\absdiv{Conclusions}
|
||||
To do.
|
||||
|
||||
\keywords{SE4ML \and AI engineering \and Trustworthy AI \and Deployment \and Text mining}
|
||||
|
||||
\end{abstract}
|
||||
Loading…
Add table
Add a link
Reference in a new issue