• Title/Summary/Keyword: My Data

Search Result 695, Processing Time 0.024 seconds

Design and Implementation of Realtime Information Service based on Ubiquitous Sensor Network Using MySQL and Tiny-DB (Tiny-DB와 MySQL을 이용한 유비쿼터스 센서 네트워크 기반의 실시간 정보 서비스 설계 및 구현)

  • Kang, Kyoung-Ok;Kim, Yong-Woo;Kwon, Hoon;Kim, Bu-Rim;Kim, Do-Hyeun
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.7 no.2
    • /
    • pp.175-181
    • /
    • 2006
  • Wireless sensor network forms the self-organization network, and transfers the information among sensor nodes that have computing technology ability and wireless communication ability. The recent sensor network is study for low-power, micro, low cost of node is proceeded. Recently, the research of application services in wireless sensor networks is proceeded. Therefore, in this paper, we design the prototype of the real-time information service that support a user the information of temperature, illumination etc. And, we implement the alarm application service fer the disaster prevention on Internet base on IPv4/IPv6. We develop the module of the extract information using the query processing based on TinyOS, and the module of the server's database using MySQL data base management system and JDBC. Additionally, we develop the client module that receive the real-time sensing data using ODBC in Internet based on IPv4/IPv6.

  • PDF

MBTI-Based Learning Types Design Using Machine Learning (머신러닝을 활용한 MBTI 기반 학습유형설계)

  • Oh, Sumin;Sohn, Seoyoung;Yang, Hyeseong;Park, Minseo
    • The Journal of the Convergence on Culture Technology
    • /
    • v.8 no.6
    • /
    • pp.207-213
    • /
    • 2022
  • MBTI(Myer Briggs Type Indicator) is an effective personality type test to intuitively identify and classify people's tendencies. Accordingly, there are active attempts to apply MBTI to the learning area, but research on creating new learning types using MBTI is insufficient. Therefore, this paper examines the factors that affect learning and implements new learning types MY,STI(MY, Study Type Indicator) by applying them to a machine learning algorithm that has these characteristics. Data were collected by conducting a learning type test made with Google Forms on 144 general people, and supervised learning was used during machine learning. As a result, the accuracies of MY,STI were 0.933, 0.866, 0.844, and 0.733 for each learning method, learning motivation, presence or absence of external stimulus, and learning time criteria, respectively.

Designing a Platform Model for Building MyData Ecosystem (마이데이터 생태계 구축을 위한 플랫폼 모델 설계)

  • Kang, Nam-Gyu;Choi, Hee-Seok;Lee, Hye-Jin;Han, Sang-Jun;Lee, Seok-Hyoung
    • Journal of Internet Computing and Services
    • /
    • v.22 no.2
    • /
    • pp.123-131
    • /
    • 2021
  • The Fourth Industrial Revolution was triggered by data-driven digital technologies such as AI and big data. There is a rapid movement to expand the scope of data utilization to the privacy area, which was considered only a protected area. Through the revision of the Data 3 Act, laws and systems were established that allow personal information to be freely transferred and utilized under their consent. But, it will be necessary to support the platform that encompasses the entire process from collecting personal information to managing and utilizing it. In this paper, we propose a platform model that can be applied to building mydata ecosystem using personal information. It describes the six essential functional requirements for building MyData platforms and the procedures and methods for implementing them. The six proposed essential features describe consent, sharing/downloading/ receipt of data, data collection and utilization, user authentication, API gateway, and platform services. We also illustrate the case of applying the MyData platform model to real-world, underprivileged mobility support services.

A Study on the Improvement Method of Deleted Record Recovery in MySQL InnoDB (MySQL InnoDB의 삭제된 레코드 복구 기법 개선방안에 관한 연구)

  • Jung, Sung Kyun;Jang, Jee Won;Jeoung, Doo Won;Lee, Sang Jin
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.6 no.12
    • /
    • pp.487-496
    • /
    • 2017
  • In MySQL InnoDB, there are two ways of storing data. One is to create a separate tablespace for each table and store it separately. Another is to store all table and index information in a single system tablespace. You can use this information to recover deleted data from the record. However, in most of the current database forensic studies, the former is actively researched and its structure is analyzed, whereas the latter is not enough to be used for forensics. Both approaches must be analyzed in terms of database forensics because their storage structures are different from each other. In this paper, we propose a method for recovering deleted records in a method of storing records in IBDATA file, which is a single system tablespace. First, we analyze the IBDATA file to reveal its structure. And introduce delete record recovery algorithm which extended to an unallocated page area which was not considered in the past. In addition, we show that the recovery rate is improved up to 68% compared with the existing method through verification using real data by implementing the algorithm as a tool.

Design and Implementation of MongoDB-based Unstructured Log Processing System over Cloud Computing Environment (클라우드 환경에서 MongoDB 기반의 비정형 로그 처리 시스템 설계 및 구현)

  • Kim, Myoungjin;Han, Seungho;Cui, Yun;Lee, Hanku
    • Journal of Internet Computing and Services
    • /
    • v.14 no.6
    • /
    • pp.71-84
    • /
    • 2013
  • Log data, which record the multitude of information created when operating computer systems, are utilized in many processes, from carrying out computer system inspection and process optimization to providing customized user optimization. In this paper, we propose a MongoDB-based unstructured log processing system in a cloud environment for processing the massive amount of log data of banks. Most of the log data generated during banking operations come from handling a client's business. Therefore, in order to gather, store, categorize, and analyze the log data generated while processing the client's business, a separate log data processing system needs to be established. However, the realization of flexible storage expansion functions for processing a massive amount of unstructured log data and executing a considerable number of functions to categorize and analyze the stored unstructured log data is difficult in existing computer environments. Thus, in this study, we use cloud computing technology to realize a cloud-based log data processing system for processing unstructured log data that are difficult to process using the existing computing infrastructure's analysis tools and management system. The proposed system uses the IaaS (Infrastructure as a Service) cloud environment to provide a flexible expansion of computing resources and includes the ability to flexibly expand resources such as storage space and memory under conditions such as extended storage or rapid increase in log data. Moreover, to overcome the processing limits of the existing analysis tool when a real-time analysis of the aggregated unstructured log data is required, the proposed system includes a Hadoop-based analysis module for quick and reliable parallel-distributed processing of the massive amount of log data. Furthermore, because the HDFS (Hadoop Distributed File System) stores data by generating copies of the block units of the aggregated log data, the proposed system offers automatic restore functions for the system to continually operate after it recovers from a malfunction. Finally, by establishing a distributed database using the NoSQL-based Mongo DB, the proposed system provides methods of effectively processing unstructured log data. Relational databases such as the MySQL databases have complex schemas that are inappropriate for processing unstructured log data. Further, strict schemas like those of relational databases cannot expand nodes in the case wherein the stored data are distributed to various nodes when the amount of data rapidly increases. NoSQL does not provide the complex computations that relational databases may provide but can easily expand the database through node dispersion when the amount of data increases rapidly; it is a non-relational database with an appropriate structure for processing unstructured data. The data models of the NoSQL are usually classified as Key-Value, column-oriented, and document-oriented types. Of these, the representative document-oriented data model, MongoDB, which has a free schema structure, is used in the proposed system. MongoDB is introduced to the proposed system because it makes it easy to process unstructured log data through a flexible schema structure, facilitates flexible node expansion when the amount of data is rapidly increasing, and provides an Auto-Sharding function that automatically expands storage. The proposed system is composed of a log collector module, a log graph generator module, a MongoDB module, a Hadoop-based analysis module, and a MySQL module. When the log data generated over the entire client business process of each bank are sent to the cloud server, the log collector module collects and classifies data according to the type of log data and distributes it to the MongoDB module and the MySQL module. The log graph generator module generates the results of the log analysis of the MongoDB module, Hadoop-based analysis module, and the MySQL module per analysis time and type of the aggregated log data, and provides them to the user through a web interface. Log data that require a real-time log data analysis are stored in the MySQL module and provided real-time by the log graph generator module. The aggregated log data per unit time are stored in the MongoDB module and plotted in a graph according to the user's various analysis conditions. The aggregated log data in the MongoDB module are parallel-distributed and processed by the Hadoop-based analysis module. A comparative evaluation is carried out against a log data processing system that uses only MySQL for inserting log data and estimating query performance; this evaluation proves the proposed system's superiority. Moreover, an optimal chunk size is confirmed through the log data insert performance evaluation of MongoDB for various chunk sizes.

A Note on the Two Dependent Bernoulli Arms

  • Kim, Dal-Ho;Cha, Young-Joon;Lee, Jae-Man
    • Journal of the Korean Data and Information Science Society
    • /
    • v.13 no.2
    • /
    • pp.195-200
    • /
    • 2002
  • We consider the Bernoulli two-armed bandit problem. It is well known that the my optic strategy is optimal when the prior distribution is concentrated at two points in the unit square. We investigate several cases in the unit square whether the my optic strategy is optimal or not. In general, the my optic strategy is not optimal when the prior distribution is not concentrated at two points in the unit square.

  • PDF

A Didactic Analysis of Prospective Elementary Teachers' Representation of Trapezoid Area (예비초등교사의 사다리꼴 넓이 표상에 대한 교수학적 분석)

  • Lee Jonge-Uk
    • The Mathematical Education
    • /
    • v.45 no.2 s.113
    • /
    • pp.177-189
    • /
    • 2006
  • This study focuses on the analysis of prospective elementary teachers' representation of trapezoid area and teacher educator's reflecting in the context of a mathematics course. In this study, I use my own teaching and classroom of prospective elementary teachers as the site for investigation. 1 examine the ways in which my own pedagogical content knowledge as a teacher educator influence and influenced by my work with students. Data for the study is provided by audiotape of class proceeding. Episode describes the ways in which the mathematics was presented with respect to the development and use of representation, and centers around trapezoid area. The episode deals with my gaining a deeper understanding of different types of representations-symbolic, visual, and language. In conclusion, I present two major finding of this study. First, Each representation influences mutually. Prospective elementary teachers reasoned visual representation from symbolic and language. And converse is true. Second, Teacher educator should be prepared proper mathematical language through teaching and learning with his students.

  • PDF

A Mobility Service for the Transportation Vulnerable Based on MyData (마이데이터 기반 교통약자 이동지원서비스 모델)

  • Choi, Hee Seok;Lee, Seok Hyoung;Park, Moon Soo
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.12 no.1
    • /
    • pp.31-40
    • /
    • 2023
  • Various policies and services are being implemented in Korea and other countries, such as the expansion of convenience facilities for mobility support, the provision of special means of transportation, and the establishment of public transportation route plans and fare policies based on data and AI-based movement pattern analysis to ensure the mobility rights of the weak in transportation. However, A research is still needed to improve service convenience in order to more conveniently use the desired means of transportation in a necessary situation from the viewpoint of the transportation vulnerable. This study examines the policies and services for the promotion of mobility for the transportation disadvantaged, and presents a MyData-based service model for mobility support for the transportation disadvantaged. In the proposed service model, the transportation-disabled person can freely choose and use the means of transportation according to individual circumstances, and receive the same transportation welfare voucher benefits provided by the state or government. The proposed service model defines the MyData platform that supports the safe collection and use of personal data, the authentication of traffic welfare recipients based on MyData, and the payment function for fee settlement after using the service as key components. In this research, the service satisfaction from the user's point of view was investigated by implementing the proposed service model and providing a demonstration service for the transportation vulnerable in Daejeon.

Types of Possessive Meanings: Semantic Differences between Korean and English Possessives (소유의 의미유형 : 한.영 소유구문의 의미차이)

  • Yoon, Jae-Hak
    • Language and Information
    • /
    • v.13 no.1
    • /
    • pp.93-125
    • /
    • 2009
  • We examine attributive possessive constructions in Korean in examples like wuli manwula 'my wife' and wuli nala 'my country', where an apparently plural pronoun wuli 'our' is used to convey the singular meaning of 'my.' An example like wuli manwula has been a frequent topic of joke, because it clearly contains the literal sense of 'shared wife.' This type of use and the frequent use of wuli in an exclusive my context led many to claim that these are products of Korean culture which emphasizes groups and group solidarity over individuality, the example wuli manwula being the extreme case. Drawing on the work of Taylor (1989; 1996), Croft (2001; 2003), Haspelmath (1997; 2003), and 윤재학 (2003), we compare the meanings of Korean and English possessive constructions and seek a more linguistically based account for the data. In particular, it is shown that (i) wuli in question is not really the plural form of nay 'my', (ii) the possessive constructions in Korean are more conservative and limited in possible relations than the English counterparts are, and that (iii) these two facts interact to produce the afore-mentioned uses.

  • PDF

Analysis of the Health Care Empowerment Educational Needs of the Elderly with Hypertension (고혈압 노인의 자기역량강화 교육에 대한 요구 분석)

  • Jung, Yun-Kyoung;Yoo, Eun-Young
    • Journal of Digital Convergence
    • /
    • v.18 no.11
    • /
    • pp.409-415
    • /
    • 2020
  • Objective: This study is a descriptive research study aimed to identify the needs of self-reinforcement education by applying IPA(Important-Performance-Analysis) techniques to develop the health care empowerment programs for the elderly with hypertension. Methods: The subjects of this study were 128 elderly people with hypertension over 65 years of age in areas A and B, and data were collected from 6 researchers and research assistants from May 11 to June 26, 2020. The collected data were analyzed by frequency analysis, descriptive statistics, and t-test. Results: Although the question with the highest education demands were 'I try to get my health care providers to my preferences for my treatment.' and with the greatest difference between importance and performance is the question 'I take my commitment to my treatment seriously'. Conclusion: From the results of this study, it is considered that a strategy that reflects the components of educational needs and healthcare empowerment is necessary when developing healthcare empowerment programs for the elderly with hypertension.