• 제목/요약/키워드: algorithmic

검색결과 376건 처리시간 0.021초

핵연료 재장전모형의 탐색을 위한 경험적 방법론의 제안 (A Proposed Heuristic Methodology for Searching Reloading Pattern)

  • 최기용;윤용구
    • Nuclear Engineering and Technology
    • /
    • 제25권2호
    • /
    • pp.193-203
    • /
    • 1993
  • 재장전노심의 핵연료 장전모형 설계를 위한 기존의 알고리즘 탐색방법의 단점을 보완하기 위한 새로운 경험적 탐색방법을 개발하였다. 노심의 핵연료 장전모형으로 고려될 수 있는 수없이 많은 경우의 수를 줄이기 위하여 일반적 핵연료 배치규칙, 영역별 배치방법 그리고 장전모형의 집단화 방법을 이용하였다. 비슷한 장전모형을 모아서 집단화시키는 기준으로 엔트로피 이론을 이용하였다. 또한 PROLOG언어를 이용하여 주어진 배치규칙에 따라 장전모형을 탐색하는 프로그램을 만들었다. 장전모형들의 노심내 출력분포 해석에는 2군 nodal코드인 MEDIUM-2D를 사용하였다. 이와같은 방법을 사용한 결과 수백개 정도의 장전모형 집단을 찾아낼 수 있었고, 여기에 가연성 독봉 배치규칙에 따라 가연성 독봉을 배치한 결과 장전모형 집단의 수를 수십개까지로 감소시킬 수 있었다. 이러한 장전모형 집단들로부터 실제로 이용 가능한 장전모형을 찾아내기 위하여, 주기길이 최대화방법과 첨두 출력 최소화방법을 사용하였다. 그 결과 고리 3호기 제10주기의 예상 재장전모형보다 주기길이는 길고 첨두출력은 낮은 장전모형을 찾아낼 수 있었다.

  • PDF

노천광산의 월경 채굴 조기경보 모니터링시스템의 설계 및 구현 (Design and Implementation of Early Warning Monitoring System for Cross-border Mining in Open-pit Mines)

  • 이크;민병원
    • 사물인터넷융복합논문지
    • /
    • 제10권2호
    • /
    • pp.25-41
    • /
    • 2024
  • 노천 광산 채굴 시나리오와 관련하여 현재 중국에서는 주요 수동 및 정기 검사를 위한 비디오 모니터링을 사용하는 것으로 인건비를 지속적으로 투자해야 하며 적시성이 낮다. 이 조기경보 모니터링의 문제를 해결하기 위해 이 글에서는 공간화 알고리즘 모델을 개발하여 노천광산의 월경채굴 조기경보시스템을 설계하고 광산채굴장비의 지리적 정보를 산출하고 실시간으로 광산 승인 범위의 레이어 좌표와 비교하고, 자동으로 광산의 월경 채굴 행동을 예측한다. 장시 핑샹 지역을 연구 대상으로 하여 노천 광산 채굴 엔지니어링 기계 장비를 식별 및 추적 대상으로 선정하였으며, 현장 실험을 통해 시스템이 안정적이고 신뢰할 수 있으며 검증 시스템의 목표 추적 정확도가 높은 것으로 나타났으며, 광산 채굴 감독의 적시성과 정확성을 향상시킬 수 있고 감독의 인건비를 크게 절감할 수 있다.

Exploring Efficient Solutions for the 0/1 Knapsack Problem

  • Dalal M. Althawadi;Sara Aldossary;Aryam Alnemari;Malak Alghamdi;Fatema Alqahtani;Atta-ur Rahman;Aghiad Bakry;Sghaier Chabani
    • International Journal of Computer Science & Network Security
    • /
    • 제24권2호
    • /
    • pp.15-24
    • /
    • 2024
  • One of the most significant issues in combinatorial optimization is the classical NP-complete conundrum known as the 0/1 Knapsack Problem. This study delves deeply into the investigation of practical solutions, emphasizing two classic algorithmic paradigms, brute force, and dynamic programming, along with the metaheuristic and nature-inspired family algorithm known as the Genetic Algorithm (GA). The research begins with a thorough analysis of the dynamic programming technique, utilizing its ability to handle overlapping subproblems and an ideal substructure. We evaluate the benefits of dynamic programming in the context of the 0/1 Knapsack Problem by carefully dissecting its nuances in contrast to GA. Simultaneously, the study examines the brute force algorithm, a simple yet comprehensive method compared to Branch & Bound. This strategy entails investigating every potential combination, offering a starting point for comparison with more advanced techniques. The paper explores the computational complexity of the brute force approach, highlighting its limitations and usefulness in resolving the 0/1 Knapsack Problem in contrast to the set above of algorithms.

A Method for Generating Malware Countermeasure Samples Based on Pixel Attention Mechanism

  • Xiangyu Ma;Yuntao Zhao;Yongxin Feng;Yutao Hu
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제18권2호
    • /
    • pp.456-477
    • /
    • 2024
  • With information technology's rapid development, the Internet faces serious security problems. Studies have shown that malware has become a primary means of attacking the Internet. Therefore, adversarial samples have become a vital breakthrough point for studying malware. By studying adversarial samples, we can gain insights into the behavior and characteristics of malware, evaluate the performance of existing detectors in the face of deceptive samples, and help to discover vulnerabilities and improve detection methods for better performance. However, existing adversarial sample generation methods still need help regarding escape effectiveness and mobility. For instance, researchers have attempted to incorporate perturbation methods like Fast Gradient Sign Method (FGSM), Projected Gradient Descent (PGD), and others into adversarial samples to obfuscate detectors. However, these methods are only effective in specific environments and yield limited evasion effectiveness. To solve the above problems, this paper proposes a malware adversarial sample generation method (PixGAN) based on the pixel attention mechanism, which aims to improve adversarial samples' escape effect and mobility. The method transforms malware into grey-scale images and introduces the pixel attention mechanism in the Deep Convolution Generative Adversarial Networks (DCGAN) model to weigh the critical pixels in the grey-scale map, which improves the modeling ability of the generator and discriminator, thus enhancing the escape effect and mobility of the adversarial samples. The escape rate (ASR) is used as an evaluation index of the quality of the adversarial samples. The experimental results show that the adversarial samples generated by PixGAN achieve escape rates of 97%, 94%, 35%, 39%, and 43% on the Random Forest (RF), Support Vector Machine (SVM), Convolutional Neural Network (CNN), Convolutional Neural Network and Recurrent Neural Network (CNN_RNN), and Convolutional Neural Network and Long Short Term Memory (CNN_LSTM) algorithmic detectors, respectively.

미디어 산업 AI 활용성에 관한 고찰 : 저널리즘 분야 적용의 주요 쟁점을 중심으로 (Research on Utilization of AI in the Media Industry: Focusing on Social Consensus of Pros and Cons in the Journalism Sector)

  • 한정현;유하진;강민준;이한진
    • 문화기술의 융합
    • /
    • 제10권3호
    • /
    • pp.713-722
    • /
    • 2024
  • 본 연구는 인공지능(AI) 기술의 발전이 저널리즘 분야에 가져온 혁신과 변화를 조명하고, 이로 인해 발생하는 주요 윤리적 쟁점들을 검토하여, 저널리즘 분야에서 AI의 활용성을 논의한다. 블룸버그, 가디언, 월스트리트저널(WSJ), 워싱턴포스트(WP), 뉴욕타임즈(NYT) 등 전 세계 언론 및 방송사들은 취재 데이터 분석, 기사문장 생성, 뉴스제작에 이르기까지 다양한 방면에서 AI를 적극 활용 중이다. 이에 본 논문은 국내외 주요 미디어AI 서비스 유형과 특징을 속도와 규모, 다양성, 가치향상, 정확성 측면에서 종합적으로 분석하여 AI 저널리즘의 영향력과 발전 가능성을 평가한다. 나아가 균형 잡힌 시각을 유지하며 AI 도입의 기술적, 경영적, 법적 주요 쟁점들을 파악하고, 알고리즘 편향과 필터버블 등 첨단기술의 발전이 저널리즘 영역에 가져오는 도전을 체계적으로 준비하고자 한다. 마지막으로 AI와 미디어 산업의 상호지향적인 발전 방향을 모색하기 위해 사회적 합의를 통한 전향적 AI리터러시 원칙과 윤리적 가이드라인 개선의 필요성을 제언하며, 저널리즘의 본질적 가치와 임무를 조망한다.

Performance Analysis of Spiral Axicon Wavefront Coding Imaging System for Laser Protection

  • Haoqi Luo;Yangliang Li;Junyu Zhang;Hao Zhang;Yunlong Wu;Qing Ye
    • Current Optics and Photonics
    • /
    • 제8권4호
    • /
    • pp.355-365
    • /
    • 2024
  • Wavefront coding (WFC) imaging systems can redistribute the energy of an interference laser spot on an image plane sensor by wavefront phase modulation and reduce the peak intensity, realizing laser protection while maintaining imaging functionality by leveraging algorithmic post-processing. In this paper, a spiral axicon WFC imaging system is proposed, and the performance for laser protection is investigated by constructing a laser transmission model. An Airy disk on an image plane sensor is refactored into a symmetrical hollow ring by a spiral axicon phase mask, and the maximum intensity can be reduced to lower than 1% and single-pixel power to 1.2%. The spiral axicon phase mask exhibits strong robustness to the position of the interference laser source and can effectively reduce the risk of sensor damage for an almost arbitrary lase propagation distance. Moreover, we revealed that there is a sensor hazard distance for both conventional and WFC imaging systems where the maximum single-pixel power reaches a peak value under irradiation of a power-fixed laser source. Our findings can offer guidance for the anti-laser reinforcement design of photoelectric imaging systems, thereby enhancing the adaptability of imaging systems in a complex laser environment. The laser blinding-resistant imaging system has potential applications in security monitoring, autonomous driving, and intense-laser-pulse experiments.

Speech Emotion Recognition in People at High Risk of Dementia

  • Dongseon Kim;Bongwon Yi;Yugwon Won
    • 대한치매학회지
    • /
    • 제23권3호
    • /
    • pp.146-160
    • /
    • 2024
  • Background and Purpose: The emotions of people at various stages of dementia need to be effectively utilized for prevention, early intervention, and care planning. With technology available for understanding and addressing the emotional needs of people, this study aims to develop speech emotion recognition (SER) technology to classify emotions for people at high risk of dementia. Methods: Speech samples from people at high risk of dementia were categorized into distinct emotions via human auditory assessment, the outcomes of which were annotated for guided deep-learning method. The architecture incorporated convolutional neural network, long short-term memory, attention layers, and Wav2Vec2, a novel feature extractor to develop automated speech-emotion recognition. Results: Twenty-seven kinds of Emotions were found in the speech of the participants. These emotions were grouped into 6 detailed emotions: happiness, interest, sadness, frustration, anger, and neutrality, and further into 3 basic emotions: positive, negative, and neutral. To improve algorithmic performance, multiple learning approaches were applied using different data sources-voice and text-and varying the number of emotions. Ultimately, a 2-stage algorithm-initial text-based classification followed by voice-based analysis-achieved the highest accuracy, reaching 70%. Conclusions: The diverse emotions identified in this study were attributed to the characteristics of the participants and the method of data collection. The speech of people at high risk of dementia to companion robots also explains the relatively low performance of the SER algorithm. Accordingly, this study suggests the systematic and comprehensive construction of a dataset from people with dementia.

방향성매매를 위한 지능형 매매시스템의 투자성과분석 (Analysis of Trading Performance on Intelligent Trading System for Directional Trading)

  • 최흥식;김선웅;박성철
    • 지능정보연구
    • /
    • 제17권3호
    • /
    • pp.187-201
    • /
    • 2011
  • 방향성(Direction)과 변동성(Volatility)에 대한 분석은 증권투자를 위한 시장분석의 기초가 된다. 변동성분석이 옵션 투자에서 중요하다면 주식이나 주가지수선물투자는 방향성분석에 의하여 투자성과가 결정된다. 기존의 금융분석에서 기계학습을 이용한 방향성에 대한 연구는 주가나 투자위험의 예측을 중심으로 이루어졌으며, 최근에 와서야 실전투자를 위한 매매시스템(trading system) 개발에 대한 연구가 이루어지고 있다. 인공지능형 주가예측모형에서는 ANN(artificial neural networks), fuzzy system, SVM(Support Vector Machine) 등의 기법이 주로 활용되고 있다. 본 연구에서는 방향성매매를 위한 지능형 기계학습방법 중에서도 패턴인식에서 좋은 성과를 보이고 있는 은닉마코프 모형(Hidden Markov Model)을 이용한다. 실무적으로는 방향성 예측을 위해 주로 주가의 추세분석(Trend Analysis)을 활용한다. 다양한 기술적 지표를 이용한 추세분석에 기반한 시스템트레이딩(System Trading) 기법은 실전투자에서 점차 확대추세에 있다. 본 연구에서는 시스템트레이딩 기법 중 실무에서 많이 이용되는 이동평균교차전략(moving average cross)에 연속 은닉마코프모형을 적용한 지능형 매매시스템을 제안하고, 실제 주가자료를 이용한 시뮬레이션 결과를 제시한다. 세계적 선물시장으로 성장한 KOSPI200 선물시장에서 제안된 매매시스템의 장기간의 투자성과를 분석하기 위하여 지난 21년 동안의 KOSPI200 주가지수자료를 실증 분석하였다. 분석결과는 KOSPI200 주가지수선물의 방향성매매에서 제안된 CHMM기반 지능형 매매시스템이 실전에서 일반적으로 활용되는 시스템트레이딩 기법의 투자성과를 개선할 수 있음을 보여주었다.

보행 편의성 분석을 위한 3차원 실내지도 기반의 시뮬레이션 기술 개발 (Development of Simulation Technology Based on 3D Indoor Map for Analyzing Pedestrian Convenience)

  • 김병주;강병주;유소영;권재현
    • 한국지리정보학회지
    • /
    • 제20권3호
    • /
    • pp.67-79
    • /
    • 2017
  • 정시성이 보장된 도시철도에 대한 수송 의존도가 높아짐에 따라 수송 능력 뿐만 아니라 이용객의 편의성이 중요시 되고 있다. 이에 본 연구에서는 도시철도역사의 개선 및 신규 역사 건설 시 이동속도, 환승거리와 같은 보행 환경을 사전에 정량적으로 평가하기 위한 시뮬레이터를 개발하였다. 시뮬레이터는 3차원 실내지도 저작 모듈과 보행 알고리즘을 수행하는 모듈로 구성되어 있다. 3차원 실내지도 저작 모듈에서는 3차원 공간 모델링, 네트워크 생성 및 평가 결과 표출 등의 기능을 수행하며, 보행 알고리즘에서는 경로탐색, 통행량 배정, 종합서비스 수준 평가 등의 기능이 있다. 이러한 기능의 핵심적인 부분은 공간정보 DB와 동적 통행정보 DB를 유기적으로 연결하여, 전후 상황 등 다양한 시나리오의 적용과 분석을 반복적으로 수행할 수 있다는 점이다. 또한, 향후 시뮬레이터의 활용 방안 제시를 위해 실제 운영 중인 역사를 대상으로 Test-Bed를 구축하고, 역사통행로의 개선 전 후의 보행 속도를 분석하여 개선 효과에 대한 정량적 지표를 산출하였으며, 향후 추가적인 분석을 위한 DB의 확장 가능성에 대해 논의하였다.

'되먹임 기반' 사구 역학 모형의 호환 가능성에 대한 이론적 고찰 - 플럭스, 사면조정, 바람그늘 문제를 중심으로 - (Theoretical Investigations on Compatibility of Feedback-Based Cellular Models for Dune Dynamics : Sand Fluxes, Avalanches, and Wind Shadow)

  • 류호상
    • 한국지역지리학회지
    • /
    • 제22권3호
    • /
    • pp.681-702
    • /
    • 2016
  • 풍성사구는 바람, 모래 지면, 식생 간 상호작용의 결과로 발달하는 지형이다. 되먹임 기반 사구역학 모형은 풍성사구가 자기조직 현상에 의해 생성된다는 데 초점을 맞춘다. 풍속장의 정확한 재현에 초점을 맞추는 외력 기반 모형과는 달리 되먹임 기반 모형은 지형발달 과정에서 도출한 현상학적 규칙을 이용해 지형 역학을 분석한다. 되먹임 기반 모형은 성공적으로 사구형성 과정을 재현하지만, 규칙 설정의 융통성 수준에 대한 이해를 요구한다. 이 연구는 사구의 패턴을 재현하는 데 성공적이라고 평가되는 '모래판 모형(sand slab models)', 'Nishimori 모형', 'de Castro 모형'을 비교하여 알고리듬간 호환 가능성을 분석하였다. 주요 결과는 다음과 같다. 첫째, 모래이동 플럭스의 관점에서 모래판 모형과 de Castro 모형은 호환이 용이하지만 Nishimori 모형은 조정인자를 고려해야 한다. 둘째, 사면조정에 관한 Nishimori 모형의 알고리듬은 다른 모형이 채택하고 있는 안식각 기준을 손쉽게 이식할 수 있다. 셋째, 모래판 모형과 de Castro 모형이 채택하는 바람그늘 규칙은 사구 성장 및 발달에 필수 요인은 아닐 수 있으며, 사구열 수준의 상호작용에서 보다 중요한 역할을 할 것으로 보인다. 모래판 모형과 de Castro 모형, Nishimori 모형은 대체로 호환 가능한 구조를 갖추고 있다고 판단되나 호환 가능성의 수준을 판단하려면 보다 체계적인 검토가 필요하다.

  • PDF