pexea12

UH answer

Mar 5th, 2019 (edited)
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. Please state the total number of credits included in your degree. Also state the number of credits required for this type of degree at your institution. If your institution does not use a credit system, please use the system of your institution (for example study hours). Please describe briefly the system used in your institution (for example 1 credit = 30 hours of study) (150 characters)
  2.  
  3. Total credit: 144
  4. In Vietnam, a credit = 42.5 hours of study
  5. Total hours: 144 * 42.5 = 6120 hours
  6.  
  7.  
  8. Please state the amount of computer science and data science studies in your previous degree (a numerical value, a sum of the course credits/sizes) (150 characters)
  9.  
  10. 80 credits (including Graduation Thesis (10 credits))
  11. 3400 hours
  12.  
  13.  
  14. Please state the amount of mathematics and statistics studies in your previous degree (numerical value, sum of the course credits/sizes) (150 characters)
  15.  
  16. 27 credits (including 2 Physics courses: Mechanical and Thermal Physics and Electrical & Optical Physics)
  17. 1147.5 hours
  18.  
  19.  
  20. Category 1, programming skills and languages: (600 characters)
  21. Please list all programming languages you have studied, and for each language name one or two courses that covered that particular language. Describe each course’s main content. A good description identifies 3-5 main concepts (or themes) from the course and the most important things you learned about them.
  22.  
  23. 1. C: Introduction to Informatics 4
  24. Learn the basic concept of programming in C and how to implement simple data structures and algorithms
  25.  
  26. 2. C++: Advanced Programming
  27. Learn the basic concept of Object-oriented programming in C++ and advanced programming techniques
  28.  
  29. 3. Java: Object-Oriented Programming
  30. Understand advanced concepts of Object-oriented programming such as inheritance and polymorphism and the general process of software engineering
  31.  
  32. 4. Python: Machine Learning, Artificial Intelligence
  33. Use Python and various libraries (numpy, scipy) to solve Data Science problems
  34.  
  35.  
  36. Category 2, data structures and algorithms: (600 characters)
  37. Please list at most two most advanced or relevant courses. Describe each course’s main content. A good description identifies 3-5 main concepts (or themes) from the course and the most important things you learned about them.
  38.  
  39. 1. Data Structures and Algorithms
  40. - Learn the theory and implement data structures (linked list, stack, queue, tree and heap)
  41. - Describe and implement algorithms (sorting, searching)
  42. - Learn Graph Theory (find the shortest path)
  43. - Apply data structures and algorithms to practical problem in real life
  44.  
  45.  
  46. Category 3, statistics and probability theory: (600 characters)
  47. Please list at most four most advanced or relevant courses. Describe each course’s main content. A good description identifies 3-5 main concepts (or themes) from the course and the most important things you learned about them.
  48.  
  49. 1. Information Theory
  50. - Learn the basic concept of Information Theory (entropy, mutual information)
  51. - Understand Shannon's model of communication
  52. - Understand the influence of Information Theory to Statistics, Economics or Machine Learning
  53.  
  54. 2. Probability and Statistics
  55. - Understand the concept of probability (randomness, discrete and continuous probability distribution, Bayes theorem)
  56. - Learn statistics theory (hypotheses, interval estimation, significance)
  57.  
  58.  
  59. Category 4, mathematics for data science: (600 characters)
  60. Please list at most four most advanced courses in linear algebra, differential calculus and integral calculus. Describe each course’s main content. A good description identifies 3-5 main concepts (or themes) from the course and the most important things you learned about them.
  61.  
  62. 1. Algebra
  63. - Learn the concept of linear algebra (sets and maps, groups, fields and rings)
  64. - Learn the theory of matrices and linear equations
  65.  
  66. 2. Calculus 1
  67. - Understand the theory of functions and sequences, derivatives and differential equations
  68. - Learn about series in general and Fourier series
  69.  
  70. 3. Calculus 2
  71. - Expand the theory of functions (multivariable functions, derivatives of multivariable functions)
  72. - Learn about integrals (line integral, surface integerals, contour integrals)
  73.  
  74.  
  75. Category 5, other courses in computer science: (600 characters)
  76. Please list at most four most advanced or relevant courses, primarly on computer organization and architecture, operating systems, and databases. Describe each course’s main content. A good description identifies 3-5 main concepts (or themes) from the course and the most important things you learned about them.
  77.  
  78. 1. Computer Network
  79. - Understand the operation of a computer network in general
  80. - Learn the Internet architecture and OSI model
  81. - Learn basic network applications (Web, FTP, DNS) and popular protocols
  82.  
  83. 2. Database
  84. - Learn the theory of building a database (architecture, model and optimization)
  85. - Study SQL language and learn how to use MySQL and PostgreSQL
  86. - Learn about database normalization and normal forms
  87.  
  88. 3. Principles of Operating System
  89. - Learn about the roles and tasks of an operating system
  90. - Understand the theory of caching, deadlock, memory management
  91.  
  92.  
  93. Category 6, other courses in statistics and mathematics: (600 characters)
  94. Please list at most four most advanced or relevant courses. Describe each course’s main content. A good description identifies 3-5 main concepts (or themes) from the course and the most important things you learned about them.
  95.  
  96. Discrete Mathematics
  97. - Study logic, set theory, combinatorics and number theory
  98. - Study graph theory, boolean algebra and game theory
  99. - Solve basic probability problems
  100.  
  101.  
  102. Category 7, application areas: (600 characters)
  103. If you have significant studies in other subjects that are relevant for your data science studies, e.g., in areas where you would like to apply data science (e.g. life sciences, natural sciences, humanities, business), then please list here the subjects you studied, the number of credits and a very brief description of the contents of your studies.
  104.  
  105. Data Mining
  106. - Understand the process of a Data Mining problem: data pre-processing, data mining and validation
  107. - Learn data clustering and classification methods: Naive Bayes, Neural Network, SVM, K-Means, HAC, DIANA
  108. - Solve real-life problems: recommendation systems
  109.  
  110.  
  111. Scientific writing:
  112. If your degree contains a thesis, explain briefly your thesis writing process and the required structure of the thesis. You should be able to explain the thesis process and requirements even, if you are writing your thesis during spring 2019. If your degree does not contain a thesis, explain the largest scientific writing task included in your degree (700 characters)
  113.  
  114. Thesis: Real-time Face Recognition in surveillance videos
  115.  
  116. Structure:
  117. - Introduction to the face recognition problem
  118. - Background theory of face recognition (including state-of-the-art methods and face encoding methods)
  119. - My contribution to the problem (propose a face recognition system, build data processing tools for raw data from videos and the data collection process)
  120. - Experiments and results on the dataset of videos of over 700 people in 7 days
  121. - Conclusion and future work
  122.  
  123. The accuracy for the framework is over 93% with the speed of 0.119 seconds on a normal computer.
Add Comment
Please, Sign In to add comment