Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage[]{graphics}
  3. \usepackage{natbib}
  4. \usepackage[margin=2cm]{geometry}
  5. \usepackage{hyperref}
  6. \usepackage{graphicx}
  7. \usepackage{caption} % for \captionof
  8. \usepackage{appendix}
  9. \usepackage{rotating}
  10. \usepackage{pgfgantt}
  11. \usepackage{float}
  12.  
  13. \begin{document}
  14. \begin{titlepage}
  15. \vspace*{\stretch{1.0}}
  16. \begin{center}
  17. \Large\textbf{Artificial Intelligence - Chatbot - Individual Report}\\
  18. \large\textit{Jack Hilsdon (100133297)}
  19. \end{center}
  20. \vspace*{\stretch{2.0}}
  21. \end{titlepage}
  22.  
  23. \section{Personal Contributions}
  24.  
  25. When we initially divided the work up, we split divided it into 3 sections each. My role within the group was to build the Web Scraper, to implement Knowledge Acquisition and to create a database. Furthermore, we divided to the report writing into the same sections as each of us had developed. I believe that I have completed by sections to the standards required for our Chatbot to be correctly implemented and functional. One section that didn't go quite as planned was the Knowledge Acquisition that we couldn't seem to properly integrate into Jamie's NLP.py file, however, I believe conceptually the idea was sound and would have worked had allocated enough time to debug. This is discussed further within the report.
  26.  
  27. \section{Group Contributions}
  28.  
  29. I believe that everybody had a fair input into the development of the Chatbot and would agree upon an even distribution of the marks at 33.3\% each. \\
  30.  
  31. \noindent Alex's role within the group was to develop the front-end GUI and Knowledge Base as well as to implement additional features which Alex achieved by integrating Google Assistant into our Chatbot.\\
  32.  
  33. \noindent Jamie's role within the group was to develop the NLP, Ticket Booking, Prediction Modelling, Conversation Control.\\
  34.  
  35. \noindent Every group member completed their section within the report and we worked collectively to flesh out the sections that didn't fit within any of our pre-defined distributions of work such as the introduction, background information and testing.
  36.  
  37.  
  38. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement