• Title/Summary/Keyword: source code level

Search Result 157, Processing Time 0.025 seconds

Analysis of Technology Association Rules Between CPC Codes of the 'Internet of Things(IoT)' Patent (CPC 코드 기반 사물인터넷(IoT) 특허의 기술 연관성 규칙 분석)

  • Shim, Jaeruen
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.12 no.5
    • /
    • pp.493-498
    • /
    • 2019
  • This study deals with the analysis of the technology association rules between CPC codes of the Internet of Things(IoT) patent, the core of the Fourth Industrial Revolution ICT-based technology. The association rules between CPC codes were extracted using R, an open source for data mining. To this end, we analyzed 369 of the 605 patents related to the Internet of Things filed with the Patent Office until July 2019, with a complex CPC code, up to the subclass-level. As a result of the technology association rules, CPC codes with high support were [H04W ${\rightarrow}$ H04L](18.2%), [H04L ${\rightarrow}$ H04W](18.2%), [G06Q ${\rightarrow}$ H04L](17.3%), [H04L ${\rightarrow}$ G06Q](17.3%), [H04W ${\rightarrow}$ G06Q](9.8%), [G06Q ${\rightarrow}$ H04W](9.8%), [G06F ${\rightarrow}$ H04L](7.9%), [H04L ${\rightarrow}$ G06F](7.9%), [G06F ${\rightarrow}$ G06Q](6.2%), [G06Q ${\rightarrow}$ G06F](6.2%). After analyzing the technology interconnection network, the core CPC codes related to technology association rules are G06Q and H04L. The results of this study can be used to predict future patent trends.

Numerical Analysis of Wave Transformation of Bore in 2-Dimensional Water Channel and Resultant Wave Loads Acting on 2-Dimensional Vertical Structure (2차원수조내에서 단파의 변형과 구조물에 작용하는 단파파력에 관한 수치해석)

  • Lee, Kwang Ho;Kim, Chang Hoon;Kim, Do Sam;Hwang, Young Tae
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.29 no.5B
    • /
    • pp.473-482
    • /
    • 2009
  • This study numerically discusses wave forces acting on a vertical wall such as breakwaters or revetments, subjected to incident undular or turbulent bores. Due to the complex hydrodynamics of bore, its wave forces have been predicted, mainly through laboratory experiments. Numerical simulations in this paper were carried out by CADMAS-SURF(CDIT, 2001), which is based on Navier-Stokes momentum equations and VOF method (Hirt and Nichols, 1981) for tracking free water surface. Its original source code was also partly revised to generate bore in the numerical water channel. Numerical raw data computed by CADMAS-SURF included great strong spike phenomena that show the abrupt jumps of wave loads. To resolve this undesired noise of raw data, the band-pass filter with the frequency of 5Hz was utilized. The filtered results showed reasonable agreements with the experimental results performed by Matsutomi (1991) and Ramsden (1996). It was confirmed that CADMASSURF can be applied to the design of coastal structures against tsunami bores. In addition, the transformation process and propagation speed of bores in the same 2-d water channel were discussed by the variations of water level for time and space. The numerical results indicated that the propagation speed of bore was changed due to the nonlinear interactions between negative and reflected waves.

Preliminary Post-closure Safety Assessment of Disposal Options for Disused Sealed Radioactive Source (폐밀봉선원 처분방식별 폐쇄후 예비안전성평가)

  • Lee, Seunghee;Kim, Juyoul;Kim, Sukhoon
    • Economic and Environmental Geology
    • /
    • v.49 no.4
    • /
    • pp.301-314
    • /
    • 2016
  • Disused Sealed Radioactive Sources (DSRSs) are stored temporally in the centralized storage facility of Korea Radioactive Waste Agency (KORAD) and planned to be disposed in the low- and intermediate-level radioactive waste (LILW) disposal facility in Gyeongju city. In this study, preliminary post-closure safety assessment was performed for DSRSs in order to draw up an optimum disposal plan. Two types of disposal options were considered, i.e. engineered vault type disposal and rock cavern type disposal which were planned to be constructed and operated respectively in LILW disposal facility in Gyeongju city. Assessment end-point was individual effective dose of critical group and calculated by using GoldSim code. In normal scenario, the maximum dose was estimated to be approximately $1{\times}10^{-7}mSv/yr$ for both disposal options. It meant that both options had sufficient safety margin when compared with regulatory limit (0.1 mSv/yr). Otherwise, in well scenario, the maximum dose exceeded regulatory limit of 1 mSv/yr in engineered vault type disposal and the exposure dose was mainly contributed by $^{226}Ra$, $^{210}Pb$ (daughter nuclide of $^{226}Ra$) and $^{237}Np$ (daughter nuclide of $^{241}Am$). For rock cavern type disposal, even though the peak dose satisfied regulatory limit, the exposure doses by $^{14}C$ and $^{237}Np$ were relatively high above 10% of regulatory limit. Therefore, it is necessary to exclude $^{14}C$, $^{226}Ra$ and $^{241}Am$ for two type of disposal options and additional management such as long-term storage and development of disposal container for those radionuclides should be performed before permanent disposal for conservative safety and security.

Comparison of Deep Learning Frameworks: About Theano, Tensorflow, and Cognitive Toolkit (딥러닝 프레임워크의 비교: 티아노, 텐서플로, CNTK를 중심으로)

  • Chung, Yeojin;Ahn, SungMahn;Yang, Jiheon;Lee, Jaejoon
    • Journal of Intelligence and Information Systems
    • /
    • v.23 no.2
    • /
    • pp.1-17
    • /
    • 2017
  • The deep learning framework is software designed to help develop deep learning models. Some of its important functions include "automatic differentiation" and "utilization of GPU". The list of popular deep learning framework includes Caffe (BVLC) and Theano (University of Montreal). And recently, Microsoft's deep learning framework, Microsoft Cognitive Toolkit, was released as open-source license, following Google's Tensorflow a year earlier. The early deep learning frameworks have been developed mainly for research at universities. Beginning with the inception of Tensorflow, however, it seems that companies such as Microsoft and Facebook have started to join the competition of framework development. Given the trend, Google and other companies are expected to continue investing in the deep learning framework to bring forward the initiative in the artificial intelligence business. From this point of view, we think it is a good time to compare some of deep learning frameworks. So we compare three deep learning frameworks which can be used as a Python library. Those are Google's Tensorflow, Microsoft's CNTK, and Theano which is sort of a predecessor of the preceding two. The most common and important function of deep learning frameworks is the ability to perform automatic differentiation. Basically all the mathematical expressions of deep learning models can be represented as computational graphs, which consist of nodes and edges. Partial derivatives on each edge of a computational graph can then be obtained. With the partial derivatives, we can let software compute differentiation of any node with respect to any variable by utilizing chain rule of Calculus. First of all, the convenience of coding is in the order of CNTK, Tensorflow, and Theano. The criterion is simply based on the lengths of the codes and the learning curve and the ease of coding are not the main concern. According to the criteria, Theano was the most difficult to implement with, and CNTK and Tensorflow were somewhat easier. With Tensorflow, we need to define weight variables and biases explicitly. The reason that CNTK and Tensorflow are easier to implement with is that those frameworks provide us with more abstraction than Theano. We, however, need to mention that low-level coding is not always bad. It gives us flexibility of coding. With the low-level coding such as in Theano, we can implement and test any new deep learning models or any new search methods that we can think of. The assessment of the execution speed of each framework is that there is not meaningful difference. According to the experiment, execution speeds of Theano and Tensorflow are very similar, although the experiment was limited to a CNN model. In the case of CNTK, the experimental environment was not maintained as the same. The code written in CNTK has to be run in PC environment without GPU where codes execute as much as 50 times slower than with GPU. But we concluded that the difference of execution speed was within the range of variation caused by the different hardware setup. In this study, we compared three types of deep learning framework: Theano, Tensorflow, and CNTK. According to Wikipedia, there are 12 available deep learning frameworks. And 15 different attributes differentiate each framework. Some of the important attributes would include interface language (Python, C ++, Java, etc.) and the availability of libraries on various deep learning models such as CNN, RNN, DBN, and etc. And if a user implements a large scale deep learning model, it will also be important to support multiple GPU or multiple servers. Also, if you are learning the deep learning model, it would also be important if there are enough examples and references.

The Design of Wireless Underwater Telephone -Analysis of Underwater Background Noise for Wireless Underwater Telephone Design - (수중 무선 전화기의 설계 - 수중무선전화기 설계를 위한 수중소음분석을 중심으로-)

  • 박문갑;윤갑동;김석제;윤종락
    • Journal of the Korean Society of Fisheries and Ocean Technology
    • /
    • v.37 no.4
    • /
    • pp.302-307
    • /
    • 2001
  • The underwater background noise measured in Geoje and Tongyoung diving fishing ground from May to December, 2000 and analyzed to get optimum carrier frequency and transmitter power level for underwater wireless telephone design. The results obtained are summarized as follows: 1. At the Geoje and Tongyoung diving fishing ground, the lowest ambient noise band was 25~30kHz with 57dB and 52dB re 1$\mu$Pa, respectively. 2. At the Geoje and Tongyoung diving fishing ground, the lowest noise band during fishing activity was 67dB and 62dB re 1$\mu$Pa, respectively. 3. At the Geoje diving fishing ground, the noise of water jetter which is a digging machine for subbottom shells was 102dB re 1$\mu$Pa. 4. Considering the design parameters of underwater wireless telephone, it is found that the optimum carrier frequency band is around 30kHz and the transmitter source level should be at least 131dB re 1$\mu$Pa for 500m range telephone.

  • PDF

Anti-inflammatory Activity of Antimicrobial Peptide Zophobacin 1 Derived from the Zophobas atratus (아메리카왕거저리 유래 항균 펩타이드 조포바신 1의 항염증활성)

  • Shin, Yong Pyo;Lee, Joon Ha;Kim, In-Woo;Seo, Minchul;Kim, Mi-Ae;Lee, Hwa Jeong;Baek, Minhee;Kim, Seong Hyun;Hwang, Jae Sam
    • Journal of Life Science
    • /
    • v.30 no.9
    • /
    • pp.804-812
    • /
    • 2020
  • The giant mealworm beetle, Zophobas atratus (Coleoptera: Tenebrionidae) has been used as a protein source for small pets and mammals. Recently, it was temporarily registered in the list of the Food Code. We previously performed an in silico analysis of the Zophobas atratus transcriptome to identify putative antimicrobial peptides and identified several antimicrobial peptide candidates. Among them, we assessed the antimicrobial and anti-inflammatory activities of zophobacin 1 that was selected bio-informatically based on its physicochemical properties against microorganisms and mouse macrophage Raw264.7 cells. Zophobacin 1 showed antimicrobial activities against microorganisms without inducing hemolysis and decreased the nitric oxide production of the lipopolysaccharide-induced Raw264.7 cells. Moreover, ELISA and Western blot analysis revealed that zophobacin 1 reduced expression levels of pro-inflammatory enzymes such as inducible nitric oxide synthase (iNOS) and cyclooxygenase-2 (COX-2). We also investigated expression of pro-inflammatory cytokines (interleukin-6 and interleukin-1β) production through quantitative real time-PCR and ELISA. Zophobacin 1 markedly reduced the expression level of cytokines through the regulation of mitogen-activated protein kinases (MAPKs) and nuclear factor kappa B (NF-κB) signaling. We confirmed that zophobacin 1 bound to bacterial cell membranes via a specific interaction with lipopolysaccharides. These data suggest that zophobacin 1 could be promising molecules for development as antimicrobial and anti-inflammatory therapeutic agents.

Multi-element Ultrasound Applicator for the Treatment of Cancer in Uterus and Cervix (자궁암 치료용 다채널 초음파 온열치료기)

  • Lee Rena
    • Progress in Medical Physics
    • /
    • v.16 no.1
    • /
    • pp.16-23
    • /
    • 2005
  • The objective of this study was to construct multi-element ultrasound applicators for the treatment of gynecologic cancer with high dose rate brachytherapy. For the treatment of uterus, piezo-ceramic crystal transducer (PZT -5A) with outer diameter of 4 mm, wall thickness of 1.3 mm, and length of 24.5 mm was selected. For the treatment of cervix or vagina, it should be possible to insert the applicator into the vagina. Thus, a cylindrical PZT -8 material with outer diameter of 24.5 mm, wall thickness of 1.3 mm, and length of 15.2 mm was selected. The operating frequencies determined by vector impedance measurement were 3.2 MHz for the PZT 5A cylinder (OD=4 mm) and 1.7 MHz for the PZT -8 cylinder (OD: 24.5 mm). The ratios of generated acoustic output power to applied electric power were 33% and 61% for the tandem type crystal and the cylinder type crystal, respectively. The radiated acoustic pressure fields from both transducers were calculated using a Matlab code and measured in water using hydrophone. There was good agreement between measured and calculated acoustic pressure field distribution. For a tandem type transducer, the calculated acoustic pressure field decreased from 0.023 MPa at 10 mm to 0.010 Mpa at 30 mm, the reduction of 57%. For the cylinder type transducer which will be used for the treatment of vagina showed 78% reduction at 15 mm and 66% at 25 mm as compared to values at 5 mm from the surface. Based on the characteristics of the transducers, this study demonstrated the possibility of using the crystals as a heating source. Finally, a 3-element and 4-element prototype applicators were constructed. The 3-element applicator is 75 mm long and 4 mm thick and will be used for the treatment of uterus. The 4-element applicator is 61 mm long and 24.5 mm thick and will be used for the treatment of vagina. Using these applicators, it is possible to generate enough power to increase temperature to therapeutic level.

  • PDF