• 제목/요약/키워드: 정보탐색 만족도

Search Result 458, Processing Time 0.025 seconds

A Study on Document Retrieval Using Bibliographic Citations (인용문헌을 이용한 검색에 관한 연구)

  • Kim, Young-Min
    • Journal of the Korean Society for information Management
    • /
    • v.2 no.1
    • /
    • pp.136-163
    • /
    • 1985
  • A user who retrieved relevant documents from the existing commercial databases may be not always satisfied with the results of the traditional bibliographic searches using the subject index terms. On the assumption that the user wants more relevant documents in such instances, this thesis presents an expanded search strategy by carrying out an experiment using bibliographic citations as another content indicator in addition to index terms.

  • PDF

The Impact of Online Information Source on Consumer Satisfaction in the Internet Shopping Mall (온라인 정보원천이 인터넷 쇼핑몰 소비자만족에 미치는 영향)

  • Park, Kyung-Ja;Jang, Hee-Young;Rho, Hee-Ock
    • The Journal of Information Systems
    • /
    • v.20 no.1
    • /
    • pp.21-40
    • /
    • 2011
  • 웹이라는 환경은 다양한 정보원천을 생성해냈고, 온라인 소비자는 시간과 노력의 비용을 줄여 보다 합리적인 의사결정을 하기 위하여 웹 정보탐색을 한다. 특히 인터넷 환경은 정보를 획득하는 비용을 낮춤으로써 유용한 정보원천의 역할을 수행하고 있다(Bakos, 1997; Bar-Ilan, 2001). 그러나 너무 많은 정보는 오히려 소비자들의 의사결정을 방해할 수 있는데, 이때 소비자들은 정보원천에 대한 인지경향, 즉 신념수준을 가지고 자신에게 필요한 정보를 취사선택하게 된다(Schuman and Johnson, 1976). 이러한 관점에서 온라인상에서의 구매의사결정과 관련해서 주요하게 참조되는 정보원천을 파악하는 것은 의미있는 일이라 할 수 있다. 이에 본 연구에서는 사전조사를 통해 온라인 주요 정보원천으로 온라인 구매경험, 온라인 구전정보, 판매자 정보를 도출하였다. 그리고 이러한 정보원천이 제품만족, 정보만족에 미치는 영향관계를 알아보고, 이어서 정보만족과 제품만족이 인터넷 쇼핑몰에 대한 소비자의 전반적인 만족에 미치는 영향을 살펴보았다. 분석결과, 온라인 정보원천의 모든 변수들이 정보만족에 유의한 영향관계를 갖는 것으로 나타났으며, 제품만족과의 관계에서는 판매자 제공정보가 유의하지 않게 나타났다. 또한 정보만족과 제품만족 모두 소비자의 전반적인 만족에 유의한 영향을 미치는 것으로 나타났다. 이와 같은 결과는 온라인상에서의 정보의 중요성을 입증하는 것으로, 온라인 소비자의 정보원천에 대한 이용과 평가를 이해하는데 새로운 시각을 제공해주고, 정보원천에 대한 관리와 활용에 관한 실무적 시사점을 제시해 줄 것으로 기대된다.

Efficient Path Search using A* and Genetic Algorithm (A*와 유전자 알고리즘을 이용한 효율적인 경로 탐색)

  • Kang, Ho Kyun;Choi, Jae Hyuk;Kim, Kwang Beak
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2017.10a
    • /
    • pp.71-73
    • /
    • 2017
  • 논문에서는 최적화 문제를 해결하는 기법의 하나인 $A^*$와 유전자 알고리즘을 이용하여 모든 노드를 탐색하여 최적의 경로를 도출하는 최적화 경로 탐색 방법을 제안한다. 경로를 도출하기 위해 $A^*$ 알고리즘을 적용하여 출발지 노드로부터 중간 경로 노드까지의 거리를 측정하여 개체를 생성한다. 출력 노드들을 도출하기 위해 생성된 개체를 적합도 함수에 적용하여 적합도를 계산한다. 계산된 적합도 값에 따라 교배를 할 노드 및 교배 지점을 선택한다. 선택된 노드와 교배 지점을 이용하여 개체들을 교배한다. 교배를 통해 새로운 개체를 생성한다. 새로운 개체가 적합도 조건에 만족하면 출력 노드로 도출하고, 다음 출력 노드를 도출하기 위한 출발지 노드로 선택한다. 이러한 과정을 반복하여 모든 출력 노드를 도출한다. 제안된 방법을 경로 탐색 문제를 대상으로 실험한 결과, $A^*$ 알고리즘만을 이용한 경우보다 제안된 방법이 경로 탐색 문제에 있어서 최적화된 거리를 기반으로 경로를 탐색하는 것을 확인하였다.

  • PDF

A Backtracking Search Framework for Constraint Satisfaction Optimization Problems (제약만족 최적화 문제를 위한 백트래킹 탐색의 구조화)

  • Sohn, Surg-Won
    • The KIPS Transactions:PartA
    • /
    • v.18A no.3
    • /
    • pp.115-122
    • /
    • 2011
  • It is very hard to obtain a general algorithm for solution of all the constraint satisfaction optimization problems. However, if the whole problem is separated into subproblems by characteristics of decision variables, we can assume that an algorithm to obtain solutions of these subproblems is easier. Under the assumption, we propose a problem classifying rule which subdivide the whole problem, and develop backtracking algorithms fit for these subproblems. One of the methods of finding a quick solution is efficiently arrange for any order of the search tree nodes. We choose the cluster head positioning problem in wireless sensor networks in which static characteristics is dominant and interference minimization problem of RFID readers that has hybrid mixture of static and dynamic characteristics. For these problems, we develop optimal variable ordering algorithms, and compare with the conventional methods. As a result of classifying the problem into subproblems, we can realize a backtracking framework for systematic search. We also have shown that developed backtracking algorithms have good performance in their quality.

The study on satisfaction and intent to reuse by type of advertisement as a result of Internet fashion information search (인터넷 패션 정보탐색에 따른 광고유형별 만족도와 재이용의도에 관한 연구)

  • Je, Eun-Suk
    • Journal of Fashion Business
    • /
    • v.16 no.2
    • /
    • pp.62-73
    • /
    • 2012
  • This study is intended to analyze the effect of fashion consumer's information search on satisfaction with advertisement and the intent to reuse depending on type of advertisement. The survey of the men and women in their 20s and 30s living in Seoul and metropolitan area was conducted for data collection, beginning in 17th through 24th, October 2011. Total 355 copies of questionnaire were used for final data analysis and reliability analysis, factorial analysis and multiple regression analysis were carried out using SPSS 16.0. The results were as follows. First, for banner, e-mail and search advertisement, constant information search had influence on convenience for use and satisfaction with information, and for e-mail advertisement, information search appeared to have had effect on satisfaction with information. Second, constant information search by type of advertisement had effect on intent to reuse. Third, convenience for use, information and satisfaction with the interest by Internet user had influence on the intent to reuse, while for the user of search advertisement, convenience for use and satisfaction with information had effect on the intent to reuse.

A Study on the Structural Equation Model for Students' Satisfaction in the Blended Leaning Environment (블랜디드 러닝 환경에서 수업만족 영향요인의 구조적 모델 연구)

  • Heo, Gyun
    • Journal of Internet Computing and Services
    • /
    • v.10 no.1
    • /
    • pp.135-143
    • /
    • 2009
  • The purpose of this study was to explore factors that affected the satisfaction of students' experiences in an education course, with the educational method and educational technology designed with a blended learning strategy. Blended learning is currently recognized as a good solution for the problems posed by both online and face-to-face learning, because it has features like flexibility and accessibility by using tools supporting both individualization and socialization. This study is one case that illustrates how blended learning can be applied at the university level. Subjects were 56 students who had participated in the class and responded to the survey questions. The gathered data were analyzed by using Factor Analysis and the Structural Equation Model. Based on the results of Factor Analysis, data revealed 5 factors: learning motivation, previous experience, ability to use information & technology, capability of self-regulated learning, and learning satisfaction. The results of the Structural Equation Model revealed causal relationships among the aforementioned factors as follows: (a) there was a statistically meaningful causal relationship between "learning motivation" and "capability of self-regulated learning", (b) there was a statistically meaningful casual relationship between "previous experience" and "capability of self-regulated learning", and (c) "capability of self-regulated learning" directly affected "learning satisfaction".

  • PDF

Learning Based Personalized Foods Recommendation Agent (학습 기반 개인 맞춤형 음식 추천 에이전트)

  • Han, Hyun-Ku;Suh, Euy-Hyun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.11a
    • /
    • pp.313-314
    • /
    • 2009
  • 추천 시스템은 고객의 탐색 시간과 노력을 줄여주기 위한 시스템으로서 고객의 만족도를 제고시키기 위한 시스템에 대한 많은 연구들이 진행되고 있다. 본 논문은 사용자의 프로파일과 음식 주문 내용을 기반으로 개인의 선호도를 분석하여 음식을 추천할 뿐 아니라 새로운 음식에 대한 정보를 제공하기 위해 데이터 마이닝 기법 중 연관규칙을 사용하여 시스템의 유연성을 높인 음식 추천 에이전트를 제안하고 구축한다. 본 시스템은 시간이 지남에 따라 사용자의 만족도가 상승하는 것을 알 수 있었다.

The object-based flight operation scheduling techniques (객체기반 항공운항 스케줄링기법)

  • Kim, Jin-Bong
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.11a
    • /
    • pp.597-600
    • /
    • 2006
  • 항공운항 스케줄링 문제는 여러 가지 제약조건이 많고 탐색공간이 방대하기 때문에 백트래킹 방법이나 단순 스케줄링을 통한 방법으로는 항공운항 스케줄링에서 매우 중요한 승무원(운항승무원, 객실승무원)들의 운항스케줄 만족도를 향상시키기 어렵다. 객체기반 항공운항 스케줄링 기법은 제약만족문제(CSP;Constraint Satisfaction Problem)와 객체지향개념을 운항관리 스케줄링 문제에 적용하여 승무원들에 대한 인력관리상의 문제점들을 해결하고자 하였다. 객체 지향 개념을 기반으로 승무원 객체들이 갖고 있는 사건들을 주어진 제약들에 만족하도록 목표인 운항스케줄 보드에 배정한다. 승무원들의 운항 스케줄 만족도를 높이기 위해서 승무원의 스케줄 우선순위에 따라서 자원(타임 슬롯)을 배정하고, 자원에 대한 승무원들의 선호도 차이를 가질 수 있게 하였다. 보드에 대한 정의와 모든 사건들에 대한 정보를 전역제약으로 사용하고, 승무원들이 가지는 보드의 타임 슬롯들에 대한 선호도를 지역 제약으로 사용하였다. 또한 실제로 항공운항 스케줄링을 모의실험해서 승무원들의 운항 스케줄 만족도를 살펴보았다.

  • PDF

Reservation scheduling technique for customer preference (고객의 선호도를 고려한 예약 스케줄링 기법)

  • Kim, Jin-Bong;Baek, Cheong-Ho
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2004.05a
    • /
    • pp.553-556
    • /
    • 2004
  • 복합 스케줄링 작업은 탐색 공간이 방대하므로 단순 스케줄링을 통한 방법으로는 최적해를 찾는 것은 쉽지 않다. 복합 스케줄링 문제를 해결하는 기법들 중에서 사용자의 선호도를 고려한 기법은 제약만족문제와 객체지향개념을 스케줄링에 적용하여 복합 스케줄링 문제를 해결하고자 하였다. 본 논문은 사용자의 선호도를 고려한 기법을 예약 문제에 적용하여 예약 시에 일어날 수 있는 문제점들을 해결하고자 하였다. 특히 고객들의 만족도를 높이기 위해서 고객들의 선호도를 고려하여 스케줄링을 한다. 고객의 선호도를 고려한 예약 스케줄링 기법은 객체 지향 개념을 기반으로 하여 각 객체들이 사건들을 가지고서, 이 사건들을 주어진 제약들에 만족하도록 보드에 배정하는 기법이다. 각 객체들은 전체적인 만족도를 고려하면서 그 객체들의 우선순위에 따라서 자원을 배정하고, 자원에 대한 객체의 선호도 차이를 가질 수 있게 하였다. 예약 스케줄링을 할 때 제약은 전역제약과 지역제약으로 구성된다. 보드에 대한 정의와 모든 사건들에 대한 정보를 전역제약으로 사용하고, 각 객체가 가지는 보드의 슬롯들에 대한 선호도를 지역 제약으로 사용한다. 사건의 배정을 실패하지 않고 백크래킹을 최소화하도록 앞을 보는(look-ahead) 백트래킹 기법을 사용하여 전체 객체들의 만족도를 높였다.

  • PDF

Effects of menu type and paging type on the users' searching performance and subjective preference on small screens (작은 화면에서의 메뉴 형식과 페이징 형식이 메뉴 탐색에 미치는 영향)

  • Jeon, Ha-Young;Kim, Young-Eun;Yang, Ji-Sun;Han, Kwang-Hee
    • 한국HCI학회:학술대회논문집
    • /
    • 2006.02a
    • /
    • pp.1207-1213
    • /
    • 2006
  • 오늘날 모바일 기기가 갖는 역할이 다양해짐과 동시에 모바일 플랫폼에서의 사용자 인터페이스(User Interface, UI)에 대한 연구 또한 활발히 이루어지고 있다. 이는 전통적인 데스크탑 플랫폼에서의 정보에 대한 일반적인 접근 방법이 모바일 기기에 적용하기에는 적절하지 않기 때문이며, 이는 모바일 기기의 제한된 스크린 크기, 부자연스러운 상호작용 방식, 그리고 기기와 관련된 기술적인 다른 요인들과 관련된다고 할 수 있다. 본 연구에서는 휴대폰, PDA, 스마트폰과 같이 작은 화면을 가진 모바일 기기에서 제시되는 메뉴를 탐색할 때 효과적인 메뉴 형식과 페이징 형식이 무엇인지 알아보고자 하였다. 메뉴 형식은 모바일 기기에서 일반적으로 많이 사용되는 열거형(list) 메뉴와 격자형(grid) 메뉴의 두 가지로 제시하였고, 페이징 형식은 한 번에 한 줄씩 화면 하단에서 위로 이동하는 스크롤(scrolling) 방식과 한 번에 한 화면 전체가 위로 이동하는 페이지 간(page-to-page) 이동 방식의 두 가지로 제시하였다. 실험 1 에서는 한 수준의 깊이를 가진 메뉴에서 메뉴 형식과 페이징 형식에 따른 탐색 과제 수행을 측정한 결과, 열거형 메뉴보다 격자형 메뉴에서 사용자들의 메뉴 탐색 수행이 유의미하게 빠르며, 사용자의 만족도 또한 높은 것으로 나타났다. 그러나 페이징 형식에 따른 메뉴 탐색 수행 시간과 선호도에는 유의미한 차이점이 없었고, 메뉴 형식과 페이징 형식간의 상호작용 또한 나타나지 않았다. 실험 2 의 결과, 두 수준의 깊이를 가진 메뉴에서는 페이징 방식이 메뉴 탐색 정확도에 미치는 유의미한 주효과가 있었다. 메뉴 탐색 수행 시간과 주관적 만족도는 실험 1 과 같게 나타났다. 이는 메뉴 형식과 페이징 방법에 따라 사용자의 수행과 선호도가 차이가 있음을 시사한다.

  • PDF