• 제목/요약/키워드: Optimized design

검색결과 4,177건 처리시간 0.038초

합성곱 신경망 기반 채점 모델 설계 및 적용을 통한 운동학 그래프 답안 자동 채점 (The Automated Scoring of Kinematics Graph Answers through the Design and Application of a Convolutional Neural Network-Based Scoring Model)

  • 한재상;김현주
    • 한국과학교육학회지
    • /
    • 제43권3호
    • /
    • pp.237-251
    • /
    • 2023
  • 본 연구는 합성곱 신경망을 활용한 자동 채점 모델을 설계하고 학생의 운동학 그래프 답안에 적용함으로써, 과학 그래프 답안에 대한 자동 채점의 가능성을 탐색하였다. 연구자가 작성한 2,200개의 답안을 2,000개의 훈련 데이터와 200개의 검증 데이터로 데이터셋을 구성하고, 202개의 학생 답안을 100개의 훈련 데이터와 102개의 시험 데이터로 데이터셋을 구성하여 연구를 진행하였다. 먼저, 자동 채점모델을 설계하고 성능을 검증하는 과정에서는 연구자가 작성한 답안 데이터셋을 활용하여 그래프 이미지 분류에 최적화되도록 자동 채점모델을 완성하였다. 다음으로 자동 채점 모델에 훈련 데이터셋을 여러 유형으로 학습시키면서 학생의 시험 데이터셋에 대한 채점을 수행하여 훈련 데이터의 양이 많고 다양할수록 자동 채점 모델의 성능이 향상된다는 것을 확인하였고, 최종적으로 인간 채점과의 일치율은 97.06%, 카파 계수는 0.957, 가중 카파 계수는 0.968을 얻었다. 한편, 훈련 데이터로 학습되지 않은 유형의 답안의 경우 인간 채점자들 간에는 채점이 거의 일치하였으나, 자동 채점 모델은 일치하지 않게 채점하는 것을 확인하였다.

레스토랑의 정보 원천이 즐거움, 태도, 그리고 방문 의도에 미치는 영향 (Effects of Information Sources on Enjoyment, Attitude, and Visit Intention in Restaurant)

  • 강병승;양재장;이수덕
    • 한국프랜차이즈경영연구
    • /
    • 제9권3호
    • /
    • pp.7-18
    • /
    • 2018
  • Purpose - Consumers have a variety of strategies to find information about restaurants they want to visit. Consumers can search for and use information from a variety of sources before purchasing a product or service. The development of the Internet has made that consumers could access various informations easily. Therefore, this study classified commercial information provided by restaurants, public information shared by other unknown consumers, and personal information shared by customers' personal experiences or friends/family. This study is information sources influence on enjoyment, attitude and visit intention. Research design, data, methodology - In order to verify the research hypothesis, this study created questionnaires for each variable. Hypothesis analysis data were collected through surveys. In order to develop research hypotheses for this study, the scales was developed. The survey was conducted by an online survey company. Among the online panels owned by survey company, those who have visited restaurants through at least one of the 11 sources provided in this study within the last 3 months were surveyed. The survey period was 10 days from March 5 to 14, 2017. A total of 1,500 e-mails and messages were sent back to 301 of them, and 288 were used for analysis except for 13 missing responses. The data was analyzed by using SPSS 21.0 and AMOS 21.0. Results - As a result of analysis, commercial and personal information have a positive effect on enjoyment, but general information did not affect enjoyment. In addition, personal information has a positive effect on attitude, but commercial information and general information did not affect attitude. It was found that commercial information influenced attitude by mediation of pleasure, and pleasure had no significant effect on visit intention. Finally, attitude has a significant effect on visit intention. Conclusions - The restaurant needs to provide accurate information through its homepage or brochure. Accurate information that is not exaggerated can save customers's the cost of believing on a restaurant and the cost of searching for other information. The restaurant which provides unfaithful advertisement would be excluded from customer's choice because customers perceive it as a unreliable restaurant. The marketing of restaurant should be carried out through customer-oriented for the visit of customers. And restaurants need to provide optimized services to their first-time customers in order to increase their revisit.

정적 코드 내부 정보의 테이블 정규화를 통한 품질 메트릭 지표들의 가시화를 위한 추출 메커니즘 (Quality Visualization of Quality Metric Indicators based on Table Normalization of Static Code Building Information)

  • 박찬솔;문소영;김영철
    • 정보처리학회논문지:소프트웨어 및 데이터공학
    • /
    • 제12권5호
    • /
    • pp.199-206
    • /
    • 2023
  • 현대 소프트웨어의 규모는 커지고 있다. 이에 따라 고품질 코드를 위한 정적 분석의 중요성이 커지고 있다. 코드에 대한 정적 분석을 통해 결함과 복잡도를 식별하는 것이 필요하다. 이를 가시화하여 개발자 및 이해 관계자가 알기 쉽게 가이드도 필요하다. 기존 코드 가시화 연구들은 정적 분석의 코드 내부 정보들을 데이터베이스 테이블에 저장하여 및 품질 지표(CK Metrics, Coupling, Number of function calls, Bed smell)에 대한 계산을 질의어화 하고 추출된 정보를 가시화하는 과정을 구현하는 것에만 초점을 두었다. 이러한 연구들은 방대한 코드로부터 추출한 정보를 이용하여 코드를 분석할 때 많은 시간과 자원이 소모된다는 한계점이 있다. 또한 각 코드 내 정보 테이블들이 정규화되지 않았기 때문에 코드 내부의 정보(클래스, 함수, 속성 등)들에 대한 테이블 조인 연산 시 메모리 공간과 시간 소비가 발생할 수 있다. 이러한 문제들을 해결하기 위해, 데이터베이스 테이블의 정규화된 설계와 이를 통한 코드 내부의 품질 메트릭 지표에 대한 추출 및 가시화 메커니즘 제안한다. 이러한 메커니즘을 통해 코드 가시화 공정이 최적화되고, 개발자가 리팩토링해야 할 모듈을 가이드 할 수 있을 것으로 기대한다. 앞으로는 부분 학습도 시도할 예정이다.

Optimized Hardware Design using Sobel and Median Filters for Lane Detection

  • Lee, Chang-Yong;Kim, Young-Hyung;Lee, Yong-Hwan
    • 한국정보기술학회 영문논문지
    • /
    • 제9권1호
    • /
    • pp.115-125
    • /
    • 2019
  • In this paper, the image is received from the camera and the lane is sensed. There are various ways to detect lanes. Generally, the method of detecting edges uses a lot of the Sobel edge detection and the Canny edge detection. The minimum use of multiplication and division is used when designing for the hardware configuration. The images are tested using a black box image mounted on the vehicle. Because the top of the image of the used the black box is mostly background, the calculation process is excluded. Also, to speed up, YCbCr is calculated from the image and only the data for the desired color, white and yellow lane, is obtained to detect the lane. The median filter is used to remove noise from images. Intermediate filters excel at noise rejection, but they generally take a long time to compare all values. In this paper, by using addition, the time can be shortened by obtaining and using the result value of the median filter. In case of the Sobel edge detection, the speed is faster and noise sensitive compared to the Canny edge detection. These shortcomings are constructed using complementary algorithms. It also organizes and processes data into parallel processing pipelines. To reduce the size of memory, the system does not use memory to store all data at each step, but stores it using four line buffers. Three line buffers perform mask operations, and one line buffer stores new data at the same time as the operation. Through this work, memory can use six times faster the processing speed and about 33% greater quantity than other methods presented in this paper. The target operating frequency is designed so that the system operates at 50MHz. It is possible to use 2157fps for the images of 640by360 size based on the target operating frequency, 540fps for the HD images and 240fps for the Full HD images, which can be used for most images with 30fps as well as 60fps for the images with 60fps. The maximum operating frequency can be used for larger amounts of the frame processing.

고속 동기화를 위한 디지털트윈 개념 모델 설계 (Designing Digital Twin Concept Model for High-Speed Synchronization)

  • 임채영;여채은;성호진
    • 문화기술의 융합
    • /
    • 제9권6호
    • /
    • pp.245-250
    • /
    • 2023
  • 현실공간의 정보를 가상의 공간으로 모사하는 디지털 트윈 기술은 다양한 분야에서 채택되고 있다. 디지털 트윈에 대한 관심은 Industry 4.0 기반의 스마트제조와 같은 첨단 제조 분야를 중심으로 관심이 커지고 있다. 그리고 디지털 트윈의 시스템을 운영하면 수많은 데이터가 발생하며 기술의 분야에 따라 발생하는 데이터는 특성이 다르기때문에 효율적으로 자원을 관리하고, 최적화된 디지털 트윈 플랫폼 기술이 필요하다. 첨단 제조 분야를 중심으로 디지털 트윈의 파이프라인에 대한 연구가 지속적으로 진행되어 왔으나 플랜트 분야의 데이터에 적합한 고속의 파이프라인 연구는 아직 부족하다. 그렇기에 본 논문에서는 Apache Kafka를 통해 고속으로 쏟아지는 플랜트분야의 디지털 트윈 데이터에 특화된 파이프라인 설계 방식을 제안한다. 제안된 모델은 플랜트의 정보를 revit 기반으로 적용하고, 플랜트에 특화된 데이터를 Apache Kafka 통해 수집하며, 경량화된 CFD엔진을 탑재하여 기존의 제조 분야의 디지털 트윈 기술보다 플랜트분야에 적합한 디지털 트윈의 모델을 구현할 수 있다.

비납계 (Ba0.85Ca0.15)(Ti0.9Zr0.1)O3 압전 나노소재를 이용한 복합체 필름 기반의 플렉서블 에너지 하베스터 개발 (Development of Composite-film-based Flexible Energy Harvester using Lead-free BCTZ Piezoelectric Nanomaterials)

  • 김광현;박현준;배빛나;장학수;김철민;이동훈;박귀일
    • 한국분말재료학회지
    • /
    • 제31권1호
    • /
    • pp.16-22
    • /
    • 2024
  • Composite-based piezoelectric devices are extensively studied to develop sustainable power supply and self-powered devices owing to their excellent mechanical durability and output performance. In this study, we design a lead-free piezoelectric nanocomposite utilizing (Ba0.85 Ca0.15)(Ti0.9Zr0.1)O3 (BCTZ) nanomaterials for realizing highly flexible energy harvesters. To improve the output performance of the devices, we incorporate porous BCTZ nanowires (NWs) into the nanoparticle (NP)-based piezoelectric nanocomposite. BCTZ NPs and NWs are synthesized through the solid-state reaction and sol-gel-based electrospinning, respectively; subsequently, they are dispersed inside a polyimide matrix. The output performance of the energy harvesters is measured using an optimized measurement system during repetitive mechanical deformation by varying the composition of the NPs and NWs. A nanocomposite-based energy harvester with 4:1 weight ratio generates the maximum open-circuit voltage and short-circuit current of 0.83 V and 0.28 ㎂, respectively. In this study, self-powered devices are constructed with enhanced output performance by using piezoelectric energy harvesting for application in flexible and wearable devices.

플래시광 열처리를 통한 압전 고분자의 결정성 향상 연구 (Enhanced Crystallinity of Piezoelectric Polymer via Flash Lamp Annealing)

  • 이동훈;정성민;장학수;하동주;현동열;우유미;백창연;이민구;이경자;박정환;박귀일
    • 한국전기전자재료학회논문지
    • /
    • 제37권4호
    • /
    • pp.427-432
    • /
    • 2024
  • The polymer crystallization process, promoting the formation of ferroelectric β-phase, is essential for developing polyvinylidene fluoride (PVDF)-based high-performance piezoelectric energy harvesters. However, traditional high-temperature annealing is unsuitable for the manufacture of flexible piezoelectric devices due to the thermal damage to plastic components that occurs during the long processing times. In this study, we investigated the feasibility of introducing a flash lamp annealing that can rapidly induce the β-phase in the PVDF layer while avoiding device damage through selective heating. The flash light-irradiated PVDF films achieved a maximum β-phase content of 76.52% under an applied voltage of 300 V and an on-time of 1.5 ms, a higher fraction than that obtained through thermal annealing. The PVDF-based piezoelectric energy harvester with the optimized irradiation condition generates a stable output voltage of 0.23 V and a current of 102 nA under repeated bendings. These results demonstrate that flash lamp annealing can be an effective process for realizing the mass production of PVDF-based flexible electronics.

전방 자유면의 암반 이동에 관한 연구 (A Study on Movement of the Free Face During Bench Blasting)

  • 이기근;김갑수;양국정;강대우;허원호
    • 화약ㆍ발파
    • /
    • 제30권2호
    • /
    • pp.29-42
    • /
    • 2012
  • 발파 시 자유면의 이동은 대상암반의 역학적 특성 및 발파조건, 특히 암반의 불연속면 특성과 폭약의 종류, 장약량, 저항선, 공간격, 공간 또는 열간 기폭시차 및 전색상태 등 여러 가지 변수들에 의해 달라지며, 이는 발파진동의 크기, 폭음 및 파쇄도에 커다란 영향을 미친다. 현재 국내 노천발파 현장의 발파설계는 대부분 인접 보안물건에 대한 안전성을 최우선으로 하고 있으나 대규모 발파가 이루어지는 노천현장에서는 발파 시 자유면의 이동을 분석하여 진동을 제어하고 파쇄도를 향상시키기 위한 최적 조건의 발파 설계를 하는 것은 매우 중요하다. 고속 디지털 동영상 분석을 통하여 발파 후 최초 자유면 암반의 움직임, 전색의 적정성, 발파암의 이동 궤적, 발파암의 이동방향과 속도, 최적의 기폭시스템 분석이 가능하다. 외국에서는 이와 같은 방법이 발파설계 및 평가를 위한 유용한 도구로 활용되고 있으나 국내에서는 그 연구가 미미하다. 따라서 본 연구는 디지털 고속 동영상 분석에 의한 최적 발파설계 및 평가에 대한 기초적인 연구를 수행하였다. 셰일과 화강암으로 구성된 대규모 노천 발파현장 2개소에서 Emulsion과 ANFO 두 종류 폭약에 대한 암반 파쇄과정을 촬영한 디지털 고속동영상을 분석하여 자유면 암반의 변위, 이동속도 등을 분석하고 2차원 유한요소 해석 프로그램인 AUTODYN을 사용하여 폭약의 폭굉압력, 폭굉 전달시간, 발파 후 최초로 암반에 변위가 발생되는 반응시간, 발파 후 자유면 암반의 이동형상에 대한 수치해석을 수행하였다. 수치해석 및 디지털 고속 동영상을 분석한 결과, 암반의 종류에 관계없이 발파공 전면 자유면 암반의 이동형상은 주상 장약부의 중간 부근에서 변위 및 이동속도가 가장 크게 발생되어 가운데 부분이 활처럼 휘어진 형상을 나타내었다. 폭약의 폭굉압력, 폭굉 전달시간, 발파 후 최초로 자유면 암반에 변위가 발생되는 반응시간의 경우 Emulsion 폭약이 ANFO보다 폭굉압력 및 폭속이 크고 초기 변위 반응시간이 빠르게 진행되는 것으로 분석되었다.

심지층 처분을 일한 사용후핵연료 냉각기간 분석 (Analysis of the Spent Fuel Cooling Time for a Deep Geological Disposal)

  • 이종열;조동건;최희주;최종원;이양
    • 방사성폐기물학회지
    • /
    • 제6권1호
    • /
    • pp.65-72
    • /
    • 2008
  • 사용후핵 연료 심지층 처분의 목적은 그 독성이 인간 및 자연환경에 영향을 미치지 않도록 장기간 동안 격리하고, 방사성물질의 누출을 지연시키는 것이다. 이러한 심지층 처분장 설계시 주요한 요건은 처분시스템의 건전성 유지를 위하여 폐기물로부터 발생된 열로 인하여 완충재의 온도가 $100\;^{\circ}C$를 넘지 않도록 하는 것이다. 따라서, 원자력 발전소에서 방출된 후의 사용후핵연료 냉각기간은 심지층 처분장 설계시 효율 및 경제성을 위한 중요한 고려인자이다. 본 연구에서는 가장 적절한 사용후핵연료 냉각기간 설정을 위하여 처분시스템 온도요건을 만족하는 심지층 처분장 배치에 필요한 처분터널-처분공 간격 및 그에 따른 면적, 열하중에 대한 분석을 수행하였다. 이를 위하여, 기준 처분개념을 바탕으로 사용후핵연료의 냉각기간 및 처분터널/처분공 간격을 다양하게 설정하여, 처분시스템에서의 열적 안정성을 해석하고 그 결과를 비교분석하였다. 그리고 분석 결과를 바탕으로 처분면적 측면에서 효율적인 사용후핵연료 냉각기간을 도출하였다. 그 결과, 사용후핵연료의 냉각기간이 짧을수록 처분장에서 설계온도 제한치 범위내 최고온도에 이르는 시간은 빨라지고, 사용후핵연료 냉각기간이 길수록 처분장에서 온도상승 및 하강속도는 완만해지는 것으로 나타났다. 또한, 본 연구에서 고려대상으로 삼은 처분장 규모와 사용후핵연료를 심지층에 처분한다고 할 때 그 냉각기간을 40-50년으로 함이 적합한 것으로 나타났다.

  • PDF

소프트웨어 개발 프로젝트 성능의 최적화를 위한 Opportunity Tree 모델 설계 (Opportunity Tree Framework Design For Optimization of Software Development Project Performance)

  • 송기원;이경환
    • 정보처리학회논문지D
    • /
    • 제12D권3호
    • /
    • pp.417-428
    • /
    • 2005
  • 오늘날 IT 조직들은 시장확보와 재정이득 측면에서 비전을 가지고 프로젝트를 수행한다. QCD관점에서 그 수god능력을 향상시켜 나가는 것이 비전을 실현하는 목표이다. 따라서 조직들은 이러한 목표를 달성하기 위해 프로세스 개선을 통해 QCD관점의 목표를 달성하고자 많은 노력을 하고 있는 실정이다. TBM, Ford, GE와 같은 대형 회사들도 컴퓨터에 의한 업무개선 효과보다는 IT를 이용한 비즈니스 프로세스 리엔지니어링을 통해 80퍼센트 이상의 성과를 거두고 있다. 그러나, 목표달성을 위해서는 프로젝트를 수행한 데이터를 수집하고 분석하여 관리해야 하지만 소프트웨어의 비가시성 특성으로 인한 정량적인 측정이 어려운 것이 사실이며 이로 인해 프로세스 변경으로 인한 효과와 효율을 가시적인 확인하기 힘들고 효과적인 프로세스 개선전략을 도출하기 어렵다. 본 논문에서는 조직의 외부적인 효과와 내부적인 효율(품질, 납기일, 공정, 재사용)에 초점을 맞추어 프로젝트 성능을 측정하고 분석한다. 측정된 프로젝트 성능 점수를 기반으로 프로젝트 성능의 최적화를 위한 OT(Opportunity Tree) 모델을 설계하였다. 설계 과정으로서 먼저 프로젝트에서 공통적인 요소(Meta data)를 도출하여 정량적 GQM(Goal-Question-Metric) 설문서에 의해서 분석한다. 정량적 GQM 설문서로부터 얻은 데이터를 가지고, 프로젝트 성능 모델을 설계하고 조직의 영역별 성능 점수를 계산한다. 계산된 영역별 성능 점수와 모든 스테이크 홀더들(조직의 최고 경영자(CEO), 중간 관리자, 개발자, 투자가, 고객)로부터 받아낸 비전 가중치를 통합하여 보정된 값을 구한다. 이를 통해 개선을 위한 경로(Route for Improvement)를 제시하고 최적화된 개선 방법을 제공한다. 기존 소프트웨어 프로세스 개선 방법은 '프로세스 구분'에큰 뛰어난 효과를 보였으나, 프로세스를 프로젝트에 대응시켜서 전략을 수립하고 조직적으로 관리하는 구조적 기능이 미비하였다. 이러한 문제점에 대하여 본 논문에서 제시한 OT 모델은 해결책을 제시해 주고 있다. OT 모델의 효과는 조직의 목표에 맞게 최적화된 개선 방법을 제공하는 것이고, 제공된 방법을 사용하여 수행할 경우 프로젝트를 개선할 때 생기는 리스크를 감소시킬 수 있다는 점이다. 또한, 정성적인 설문서를 통해 모든 스테이크 홀더들에게 중요도를 입력받아 계산되었으므로, 개선 방법에 대한 만족도를 높여 줄 수 있다. OT 활용에 의해서 품질, 납기, 공정, 재사용을 조정하여 시장 확장과 재무성과를 최적화시킬 수 있다.