KMITL

Permanent URI for this communityhttps://dspace.kmitl.ac.th/handle/123456789/1

Browse

Search Results

Now showing 1 - 7 of 7
  • Some of the metrics are blocked by your 
    Item type:Publication,
    A study of integration Internet of Things with health level 7 protocol for real-time healthcare monitoring by using cloud computing
    (2017-12-19)
    Plathong, Kuntinan
    ;
    Surakratanasakul, Boonprasert
    Thailand will fully enter aging society in 2025 has a major impact on the rise of patients in each country. There is much organization has tried to develop technology for support aging society. Internet of Things is one of them and it can be connected device to device. Currently, there are many medical devices in Internet of things such as wearable device, digital blood pressure device, blood glucose meter etc. The data from these devices have been used to accurate treatment patients. From the study, related literature. Researcher realizes the importance of accurate medical data transfer and can be supported amount data. This paper present conceptual framework of integration Internet of Things with Health Level 7 protocol for support real-time healthcare monitoring by using Cloud computing. The objective of the conceptual framework is to help elderly or people can check health care with themselves anywhere anytime by using the medical device in Internet of Things. These data real-time storage to Cloud computing with JSON language. So, public health and hospitals can use information for treatment patients or give advice about healthcare through web service with XML language according to Health Level 7 standard.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    A remote image collecting to create initiative database with indexing and querying for enhance face recognition
    (2015-08-24)
    Jaturawat, Phichaya
    ;
    Pongmanawut, Pasinee
    ;
    Phankokkruad, Manop
    Face recognition is the personal identification method that gaining the attention and popularity for many years. It can be seen from an increasing of applications and researches in this field. The user's face database is a very important part for enhancing the face recognition when it was applied in the actual system. Thus, the study focused on the method for collecting user images by using web application with WebRTC technology that helps the system to be able to use with any platforms without the additional installation. Additionally, XML is used to index the images and query them back by using Path-MD algorithm to make the system be more efficiency. The system implementation result shows that remote collecting images, image indexing with XML, and image querying using Path-MD algorithm are effective and can be developed in further studies.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    A method of recommendation the most used XML tags
    (2014-01-01)
    Vacharaskunee, Sutheetutt
    ;
    Intakosum, Sarun
    Processing of a large data set which is known for today as big data processing is still a problem that has not yet a well-defined solution. The data can be both structured and unstructured. For the structured part, eXtensible Markup Language (XML) is a major tool that freely allows document owners to describe and organize their data using their markup tags. One major problem, however, behind this freedom lies in the big data retrieving process. The same or similar information that are described using the different tags or different structures may not be retrieved if the query statements contains different keywords to the one used in the markup tags. The best way to solve this problem is to specify a standard set of the markup tags for each problem domain. The creation of such a standard set if done manually requires a lot of hard work and is a time consuming process. In addition, it may be hard to define terms that are acceptable by all people. This research proposes a model for a new technique, "XML Tag Recommendation" (XTR) that aims to solve this problem. This technique applies the idea of Case Base Reasoning (CBR) by collecting the most used tags in each domain as a case. These tags come from the collection of related words in WordNet. The WordCount that is the web site to find the frequency of words is applied to choose the most used one. The input (problem) to the XTR system is an XML document contains the tags specified by the document owners. The solution is a set of the recommended tags, which is the most used tags, for the problem domain of the document. Document owners have a freedom to change or not change the tags in their documents and can provide feedback to the XTR system. © (2014) Trans Tech Publications, Switzerland.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    XML document recommendation by using case based reasoning
    (2010-09-01)
    Vacharaskunee, Sutheetutt
    ;
    Intakosum, Sarun
    Case Based Reasoning (CBR) is the process of solving new problem based on the solutions of similar previous problems. XML is a markup language that allows document owners describe their data in their own formats. There might be the same information has been described in various ways. This makes searching those information from different formats difficult. CXDR (CBR for XML Document Recommendation) is an idea to make searching XML documents easier. CXDR applies CBR framework to collect the mostly use XML document and recommend it to its user. CBR in CXDR consists of two parts, cases and knowledge. The case is XML documents and the knowledge is an XML document recommendation. The recommendation from CXDR is the most use XML element names and structure. © 2010 IEEE.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    XML path matching for different hierarchy order of elements in XML documents
    (2010-09-01)
    Vacharaskunee, Sutheetutt
    ;
    Intakosum, Sarun
    XML documents allow document owners to create their documents in their own formats (element names and structure). The same information might be described in several ways. To find the similarity between XML documents which use different formats, one method is path similarity detection. The recently approach is PathSim. The previous approach can detect the similarity rate between two XML paths in case those two XML paths are in the same hierarchy order of elements that are semantic with each other. If XML documents use different elements hierarchy order, that approach has a low similarity rate. To improve the previous approach, PathMatch is introduced. PathMatch uses the edit distance algorithm to find the semantic similarity rate between element names and a cost matrix model to find the similarity rate between two XML paths. On the result, PathMatch has a higher similarity rate than the previous approach in case those two XML paths contain a different hierarchy order of elements that are semantic with each other. Moreover, in case two XML paths contain the same hierarchy order, PathMatch has the same similarity rate as the previous one. © 2010 IEEE.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    XER: A recommendation for XML element
    (2010-08-11)
    Vacharaskunee, Sutheetutt
    ;
    Intakosum, Sarun
    The strong point of the XML is that it allows document owners to describe their documents in their own format (structure and element names). There might be the same information has been describe in various ways. When user wants to search some information from XML documents, user might not retrieve all related results because of the difference of elements (tag names). To retrieve all related results, user needs to have queries for all possible elements. XML Element Recommendation (XER) is an idea to make XML documents easier for searching. It receives XML document as an input and compares that input with XML documents from database. It compares word similarity and semantic of each element. For semantic similarity of each element, it checks those elements to find which element (word) should be used by using word ranking (most common words). The output is a recommendation for each element of input XML document. © 2010 IEEE.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    XML element recommendation by semantic ranking
    (2010-05-28)
    Vacharaskunee, Sutheetutt
    ;
    Intakosum, Sarun
    From the strong point of XML that allows document owners to describe their documents in their own format, it is difficult to search information if those XML documents use different formats. Moreover, users might not retrieve all relevant information from differently formatted XML documents. To allow users to retrieve all relevant results, users need to have as many as queries for all possible formats. SXER (Semantic Ranking for XML Element Recommendation) is an idea to make XML documents easier for searching. It receives XML document as an input, checks all possible semantics for each element, and checks those semantic elements to find which element (word) should be used. The output is a recommendation for each element of input XML document. ©2010 IEEE.