• Title/Summary/Keyword: speed functions

Search Result 1,116, Processing Time 0.026 seconds

Electron transport in core-shell type fullerene nanojunction

  • Sergeyev, Daulet;Duisenova, Ainur
    • Advances in nano research
    • /
    • v.12 no.1
    • /
    • pp.25-35
    • /
    • 2022
  • Within the framework of the density functional theory combined with the method of non-equilibrium Green's functions (DFT + NEGF), the features of electron transport in fullerene nanojunctions, which are «core-shell» nanoobjects made of a combination of fullerenes of different diameters C20, C80, C180, placed between gold electrodes (in a nanogap), are studied. Their transmission spectra, the density of state, current-voltage characteristics and differential conductivity are determined. It was shown that in the energy range of -0.45-0.45 eV in the transmission spectrum of the "Au-C180-Au" nanojunction appears a HOMO-LUMO gap with a width of 0.9 eV; when small-sized fullerenes C20, C80 are intercalation into the cavity C180 the gap disappears, and a series of resonant structures are observed on their spectra. It has been established that distinct Coulomb steps appear on the current-voltage characteristics of the "Au-C180-Au" nanojunction, but on the current-voltage characteristics "Au-C80@C180-Au", "Au-(C20@C80)@C180-Au" these step structures are blurred due to a decrease in Coulomb energy. An increase in the number of Coulomb features on the dI/dV spectra of core-shell fullerene nanojunctions was revealed in comparison with nanojunctions based on fullerene C60, which makes it possible to create high-speed single-electron devices on their basis. Models of single-electron transistors (SET) based on fullerene nanojunctions "Au-C180-Au", "Au-C80@C180-Au" and "Au-(C20@C80)@C180-Au" are considered. Their charge stability diagrams are analyzed and it is shown that SET based on C80@C180-, (C20@C80)@C180- nanojunctions is output from the Coulomb blockade mode with the lowest drain-to-source voltage.

Comparison of Deep Learning Models Using Protein Sequence Data (단백질 기능 예측 모델의 주요 딥러닝 모델 비교 실험)

  • Lee, Jeung Min;Lee, Hyun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.11 no.6
    • /
    • pp.245-254
    • /
    • 2022
  • Proteins are the basic unit of all life activities, and understanding them is essential for studying life phenomena. Since the emergence of the machine learning methodology using artificial neural networks, many researchers have tried to predict the function of proteins using only protein sequences. Many combinations of deep learning models have been reported to academia, but the methods are different and there is no formal methodology, and they are tailored to different data, so there has never been a direct comparative analysis of which algorithms are more suitable for handling protein data. In this paper, the single model performance of each algorithm was compared and evaluated based on accuracy and speed by applying the same data to CNN, LSTM, and GRU models, which are the most frequently used representative algorithms in the convergence research field of predicting protein functions, and the final evaluation scale is presented as Micro Precision, Recall, and F1-score. The combined models CNN-LSTM and CNN-GRU models also were evaluated in the same way. Through this study, it was confirmed that the performance of LSTM as a single model is good in simple classification problems, overlapping CNN was suitable as a single model in complex classification problems, and the CNN-LSTM was relatively better as a combination model.

The Algorithm Improved the Speed for the 3-Dimensional CT Video Composition (3D CT 동영상 구성을 위한 속도 개선 알고리즘)

  • Jeong, Chan-Woong;Park, Jin-Woo;Jun, Kyu-Suk
    • The Journal of the Acoustical Society of Korea
    • /
    • v.28 no.2
    • /
    • pp.141-147
    • /
    • 2009
  • This paper presents a new fast algorithm, rotation-based method (RBM), for the reconstruction of 3 dimensional image for cone beam computerized tomography (CB CT) system. The system used cone beam has less exposure time of radioactivity than fan beam. The Three-Pass Shear Matrices (TPSM) is applied, that has less transcendental functions than the one-pass shear method to decrease a time of calculations in the computer. To evaluate the quality of the 3-D images and the time for the reconstruction of the 3-D images, another 3-D images were reconstructed by the radon transform under the same condition. For the quality of the 3-D images, the images by radon transform was shown little good quality than REM. But for the time for the reconstruction of the 3-D images REM algorithm was 35 times faster than radon transform. This algorithm offered $4{\sim}5$ frames a second. It meant that it will be possible to reconstruct the 3-D dynamic images in real time.

Design Automation System for Concrete Slab Bridge using Vector Graphic (벡터 그래픽을 이용한 콘크리트 슬래브교의 설계자동화)

  • Lho, Byeong Cheol;Kim, Jeong Hoon;Kim, Jong Woo
    • Journal of the Korea institute for structural maintenance and inspection
    • /
    • v.12 no.2
    • /
    • pp.181-192
    • /
    • 2008
  • A Web-based design automation system for concrete slab bridge has been developed to manage the resultant documents as well as to speed up the repetitive design process. Manipulation of engineering drawings in the Web page is one of the critical functions needed for Web-based design automation. Active Server Pages (ASP) is used to that collects design parameters in the database, and eXtensible Markup Language (XML) and XML-based vector graphics are expected to facilitate the representation of engineering drawings in the Web page. In this paper, we present how we used XML and Scalable Vector Graphics (SVG) to compose engineering drawings and represent them in the Web page. XML Data Island we designed to define drawing components turned out effective in manipulating the engineering drawings in the Web page.

The Integer Number Divider Using Improved Reciprocal Algorithm (개선된 역수 알고리즘을 사용한 정수 나눗셈기)

  • Song, Hong-Bok;Park, Chang-Soo;Cho, Gyeong-Yeon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.12 no.7
    • /
    • pp.1218-1226
    • /
    • 2008
  • With the development of semiconductor integrated technology and with the increasing use of multimedia functions in computer, more functions have been implemented as hardware. Nowadays, most microprocessors beyond 32 bits generally implement an integer multiplier as hardware. However, as for a divider, only specific microprocessor implements traditional SRT algorithm as hardware due to complexity of implementation and slow speed. This paper suggested an algorithm that uses a multiplier, 'w bit $\times$ w bit = 2w bit', to process $\frac{N}{D}$ integer division. That is, the reciprocal number D is first calculated, and then multiply dividend N to process integer division. In this paper, when the divisor D is '$D=0.d{\times}2^L$, 0.5 < 0.d < 1.0', approximate value of ' $\frac{1}{D}$', '$1.g{\times}2^{-L}$', which satisfies ' $0.d{\times}1.g=1+e$, $e<2^{-w}$', is defined as over reciprocal number and then an algorithm for over reciprocal number is suggested. This algorithm multiplies over reciprocal number '$01.g{\times}2^{-L}$' by dividend N to process $\frac{N}{D}$ integer division. The algorithm suggested in this paper doesn't require additional revision, because it can calculate correct reciprocal number. In addition, this algorithm uses only multiplier, so additional hardware for division is not required to implement microprocessor. Also, it shows faster speed than the conventional SRT algorithm and performs operation by word unit, accordingly it is more suitable to make compiler than the existing division algorithm. In conclusion, results from this study could be used widely for implementation SOC(System on Chip) and etc. which has been restricted to microprocessor and size of the hardware.

Effects of Phenolic and Phosphite Antioxidants on the properties for PC/ABS Blends during High-Shear-Rate Processing (고속 전단 가공에서 페놀계와 인산계 산화방지제에 의한 PC/ABS 블렌드의 물성 변화 연구)

  • Lee, Han Ki;Kim, Seon Hong;Lee, Hyung Il;Yoo, Jae Jung;Yong, Da Kyoung;Choi, Seok Jin;Lee, Seung Goo;Lee, Kee Yoon
    • Korean Chemical Engineering Research
    • /
    • v.52 no.2
    • /
    • pp.266-271
    • /
    • 2014
  • The effects of antioxidants on the properties of Polycarbonate/Acrylonitrile-Butadiene-Styrene(PC/ABS) blends were studied for the functions of the screw speed and loaded duration of high shear rate processing in order to investigate the degradation for PC/ABS blends. Tris-(2,4-di-tert-butyl-phenyl phosphate) (A1) and Bis(2,4-dicumylphenyl) pentaerythritol diphosphite (A3) as phosphite antioxidants and Octadecyl 3-(3,5-di-tert-butyl-4-hydroxyphenyl) propionate (A2) as a phenolic antioxidant are used. The thermal properties were detected by TGA and severely decreased, after the processing. The stress-induced and thermal degradation for PC/ABS blends with the antioxidant A3 was retarded better than the others. By using UTM, the mechanical properties also showed individually decreased according to the antioxidants, after the processing, especially, the elongations showed considerable decline behaviors, while the tensile strengths of PC/ABS blends changed very little. For example, in the operating conditions of 1000rpm of screw speed and 20 seconds of loaded period, the elongations decreased from 148% before the processing, to 91.6% with the A1, to 63% with the A2 and to 131% with the A3 after the processing, respectively. In order to get the morphological properties, the size distributions of the dispersed phases for PC/ABS were investigated by SEM analysis and tended to decrease, as the screw speed and loaded period of the processing increased. Therefore, we confirmed that the antioxidant A3 was the best of all of three to inhibit the stress-induced degradation of PC/ABS blends during the high shear rate processing.

An Ultrastructural Study on the Parotid Acinar Cells of X-irradiated Rats (X-선 조사를 받은 흰쥐 귀밑샘 샘포의 미세구조)

  • Yang, Nam-Gil;Park, In-Kyu;Ahn, E-Tay;Ko, Jeong-Sik;Park, Kyung-Ho;Kim, Jin-Gook
    • Applied Microscopy
    • /
    • v.24 no.1
    • /
    • pp.28-40
    • /
    • 1994
  • Xerostomia and xerophthalmia are delicate or serous side effects, occuring when the radiotherapy is administered to the head and neck cancer patient. It is known that the cause of the above side effect is radiosensitivity of serous cells. In this study, the ultrastructural features of the parotid glands of the X-irradiated rats were observed. Sprague-Dawley rats weighing 200-250g each were anesthetized with sodium thiopental, and placed on the Mitsubishi linear accelerator. Only the head and neck areas of animals were exposured at the distance of 80cm, within the area of $30X30cm$, in the depth of 1cm, with the speed of 200R/min. Total doses applied were 3,000R or 6,000R depending on the experimental groups. Animals were sacrificed on the 6th hour, 2nd day and 6th day after the irradiation. Parotid glands were fixed in the 2.5% glutaraldehyde-1.5% paraformaldehyde solution, and followed by refixation in the 1% osmium tetroxide solution. Dehydrated blocks were embedded in araldite mixture, and ultrathin sections were cut. Sections were contrasted with the solution of uranyl acetate and lead citrate, and observed with JEM 100 CX-II electron microscope. The results were as follows: 1. Normal parotid acinar cells are two types; the light and the dark acinar cells. The light acinar cell contains dense secretory granules, whereas dark acinar cells contains granules of medium density with some darker spots within them, or other cells contain granules of medium density with darker rims. 2. Six hours after the irradiation, many acinar cells were degenerated showing variable stages of cytolytic bodies, light bodies, or dense degenerations. Within the acinar cell, Golgi apparatus and granular endoplasmic reticula were most severely altered elements. Granules showed more contrasting densities and irregularities. 3. Two days after the irradiation, some cytolytic bodies, and focal lucent degeneration of cytoplasm, and fine granular alteration of cytoplasmic matrix were pronounced. But other elements including secretory granules are rather looked unlatered. 4. Six days after the irradiation, most severe alterations were seen. Many intracellular canaliculi (or secretion figures), quanta of cytoplasm containing secretion antecedants, severely irregular luminal border, and again contrasting density of secretory granules showing tigroid spots or dense rims were noted. And myoepithelial degenerations were observed not uncommonly. 5. Irregular densities of secretory granules were interpreted as abnormal components of protein or carbohydrate portion are synthesized or abnormally metabolized under severe X-irradiation. 6. Myoepithelial degeneration and related alteration of nerve endings, etc., were suggested as the other causes of xerostomia following X-irradiation. 7. It is requested that radiation doses should be arranged, considering in mind not only the sensitivity of acinar cells but also the myoepithelial and neural functions.

  • PDF

A Model for Evaluating the Connectivity of Multimodal Transit Networks (복합수단 대중교통 네트워크의 연계성 평가 모형)

  • Park, Jun-Sik;Gang, Seong-Cheol
    • Journal of Korean Society of Transportation
    • /
    • v.28 no.3
    • /
    • pp.85-98
    • /
    • 2010
  • As transit networks are becoming more multimodal, the concept of connectivity of transit networks becomes important. This study aims to develop a quantitative model for measuring the connectivity of multimodal transit networks. To that end, we select, as evaluation measures of a transit line, its length, capacity, and speed. We then define the connecting power of a transit line as the product of those measures. The degree centrality of a node, which is a widely used centrality measure in social network analysis, is employed with appropriate modifications suited for transit networks. Using the degree centrality of a transit stop and the connecting powers of transit lines serving the transit stop, we develop an index quantifying the level of connectivity of the transit stop. From the connectivity indexes of transit stops, we derive the connectivity index of a transit line as well as an area of a multimodal transit network. In addition, we present a method to evaluate the connectivity of a transfer center using the connectivity indexes of transit stops and passenger acceptance rate functions. A case study shows that the connectivity evaluation model developed in this study takes well into consideration characteristics of multimodal transit networks, adequately measures the connectivity of transit stops, lines, and areas, and furthermore can be used in determining the level of service of transfer centers.

Single Trace Analysis against HyMES by Exploitation of Joint Distributions of Leakages (HyMES에 대한 결합 확률 분포 기반 단일 파형 분석)

  • Park, ByeongGyu;Kim, Suhri;Kim, Hanbit;Jin, Sunghyun;Kim, HeeSeok;Hong, Seokhie
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.28 no.5
    • /
    • pp.1099-1112
    • /
    • 2018
  • The field of post-quantum cryptography (PQC) is an active area of research as cryptographers look for public-key cryptosystems that can resist quantum adversaries. Among those categories in PQC, code-based cryptosystem provides high security along with efficiency. Recent works on code-based cryptosystems focus on the side-channel resistant implementation since previous works have indicated the possible side-channel vulnerabilities on existing algorithms. In this paper, we recovered the secret key in HyMES(Hybrid McEliece Scheme) using a single power consumption trace. HyMES is a variant of McEliece cryptosystem that provides smaller keys and faster encryption and decryption speed. During the decryption, the algorithm computes the parity-check matrix which is required when computing the syndrome. We analyzed HyMES using the fact that the joint distributions of nonlinear functions used in this process depend on the secret key. To the best of our knowledge, we were the first to propose the side-channel analysis based on joint distributions of leakages on public-key cryptosystem.

An Adaptive Materialized Query Selection Method in a Mediator System (미디에이터 시스템의 적응적 구체화 질의 선택방법)

  • Joo, Kil-Hong;Lee, Won-Suk
    • The KIPS Transactions:PartD
    • /
    • v.11D no.1
    • /
    • pp.83-94
    • /
    • 2004
  • Recent researches which purport to Integrate distributed information have been concentrated on developing efficient mediator systems that not only provide a high degree of autonomy for local users but also support the flexible integration of required functions for global users. However, there has been little attention on how to evaluate a global query in a mediator. A global query is transformed into a set of its sub-queries and each sub-query is the unit of evaluation in a remote server. Therefore, it is possible to speed up the execution of a global query if the previous results of frequently evaluated sub-queries are materialized in a mediator. Since the Integration schema of a mediator can be incrementally modified and the evaluation frequency of a global query can also be continuously varied, query usage should be carefully monitored to determine the optimized set of materialized sub-queries. Furthermore, as the number of sub-queries increases, the optimization process itself may take too long, so that the optimized set Identified by a long optimization process nay become obsolete due to the recent change of query usage. This paper proposes the adaptive selection of materialized sub-queries such that available storage in a mediator can be highly utilized at any time. In order to differentiate the recent usage of a query from the past, the accumulated usage frequency of a query decays as time goes by.