Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. \documentclass[a4paper]{article}
  2. %\usepackage{simplemargins}
  3.  
  4. %\usepackage[square]{natbib}
  5. \usepackage{amsmath}
  6. \usepackage{amsfonts}
  7. \usepackage{amssymb}
  8. \usepackage{graphicx}
  9.  
  10. \begin{document}
  11. \pagenumbering{gobble}
  12.  
  13. \Large
  14. \begin{center}
  15. \textbf{Abstract}
  16.  
  17. \hspace{10pt}
  18.  
  19. \end{center}
  20.  
  21. \hspace{10pt}
  22.  
  23. \normalsize
  24.  
  25. The subject of this work is the domain of machine learning applied in the medical domain. In this thesis, we provide a new approach, to the best of our knowledge, for \emph{human karyotyping} using \emph{Self-Organizing Maps}. Cytogenetics is a field of genetics investigating the relationships between the hereditary characteristics, structure and behavior of human chromosomes, as well as the medical and evolutionary repercussions of chromosomal abnormalities. Detecting the human karyotype and chromosomal anomalies could offer relevant information about human genetics and possible genetic disorders like Down syndrome.
  26.  
  27. \hspace{10pt}
  28.  
  29. The thesis is structured in three chapters. The first chapter gives an introduction to artificial intelligence, starting from its beginnings all the way to Self-Organizing Maps. The second chapter introduces a new approach based on Self-Organizing Maps for human karyotyping problem. The purpose of the last chapter is to provide more details regarding the software application, \emph{KarySOM}, presented in the second chapter.
  30.  
  31. \hspace{10pt}
  32.  
  33. The main contribution of the thesis consists in introducing a new approach for human karyotyping using Self-Organizing Maps, called \emph{KarySOM}. Our major goal it to provide a new method for an automated karyotyping system using an unsupervised technique, Self-Organizing Maps. In order to emphasize the effectiveness of our approach, several experiments were performed and also the obtained results were evaluated using the $PrecKar$ score described in Chapter 2. The potential of unsupervised learning models for human karyotyping was highlighted through the obtained computational results and also confirmed from a biological perspective.
  34.  
  35. The research conducted in the thesis represents a starting point for future investigations regarding the use of machine learning for detecting chromosomal abnormalities.
  36.  
  37. \hspace{10pt}
  38.  
  39. The original part of this thesis is contained in Chapter 2 and was published in the research paper
  40.  
  41. \hspace{10pt}
  42.  
  43. \textbf{Casian-Nicolae Marc} and Gabriela Czibula.
  44. \newblock {\em KarySOM: An Unsupervised Learning based Approach for Human Karyotyping using Self-Organizing Maps}.
  45. \newblock Proceedings of the 14th International conference on Intelligent Computer Communication and Processing, Cluj-Napoca, Romania, 2018, under review (\textbf{ISI Proceedings}).
  46.  
  47. \hspace{10pt}
  48.  
  49. This work is the result of my own activity. I have neither given nor received unauthorized assistance on this work.
  50.  
  51. \hspace{10pt}
  52.  
  53. \parindent0pt
  54. \textbf{Cluj-Napoca, 25.06.2018}
  55. \hfill
  56. \textbf{Marc Casian-Nicoale} \\
  57. \hfill
  58.  
  59.  
  60. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement