• Title/Summary/Keyword: Minimal Architecture

Search Result 142, Processing Time 0.039 seconds

Empirical Analysis of a Fine-Tuned Deep Convolutional Model in Classifying and Detecting Malaria Parasites from Blood Smears

  • Montalbo, Francis Jesmar P.;Alon, Alvin S.
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.15 no.1
    • /
    • pp.147-165
    • /
    • 2021
  • In this work, we empirically evaluated the efficiency of the recent EfficientNetB0 model to identify and diagnose malaria parasite infections in blood smears. The dataset used was collected and classified by relevant experts from the Lister Hill National Centre for Biomedical Communications (LHNCBC). We prepared our samples with minimal image transformations as opposed to others, as we focused more on the feature extraction capability of the EfficientNetB0 baseline model. We applied transfer learning to increase the initial feature sets and reduced the training time to train our model. We then fine-tuned it to work with our proposed layers and re-trained the entire model to learn from our prepared dataset. The highest overall accuracy attained from our evaluated results was 94.70% from fifty epochs and followed by 94.68% within just ten. Additional visualization and analysis using the Gradient-weighted Class Activation Mapping (Grad-CAM) algorithm visualized how effectively our fine-tuned EfficientNetB0 detected infections better than other recent state-of-the-art DCNN models. This study, therefore, concludes that when fine-tuned, the recent EfficientNetB0 will generate highly accurate deep learning solutions for the identification of malaria parasites in blood smears without the need for stringent pre-processing, optimization, or data augmentation of images.

Displacement Dependency and Capacity Evaluation According to the Cross-Sectional Shape and Aspect Ratio of Steel Rod Dampers (강봉댐퍼의 단면형상과 형상비에 따른 변위의존성 및 성능 평가)

  • Hyun-Ho Lee
    • Journal of the Korea institute for structural maintenance and inspection
    • /
    • v.27 no.5
    • /
    • pp.89-96
    • /
    • 2023
  • In this study, the displacement dependence, strength, and energy dissipation capacity of the steel rod damper were evaluated. The test variables were cross-sectional shape and aspect ratio. The 6th test specimens were made for performance test. From the test results, it was evaluated that the displacement dependence conditions of design code were satisfied in all specimens. And the strength effect according to the cross-sectional shape was minimal. As a result, the strength and energy dissipation capacity of the aspect ratio of 13.7 were evaluated as excellent.

A SE Approach for Machine Learning Prediction of the Response of an NPP Undergoing CEA Ejection Accident

  • Ditsietsi Malale;Aya Diab
    • Journal of the Korean Society of Systems Engineering
    • /
    • v.19 no.2
    • /
    • pp.18-31
    • /
    • 2023
  • Exploring artificial intelligence and machine learning for nuclear safety has witnessed increased interest in recent years. To contribute to this area of research, a machine learning model capable of accurately predicting nuclear power plant response with minimal computational cost is proposed. To develop a robust machine learning model, the Best Estimate Plus Uncertainty (BEPU) approach was used to generate a database to train three models and select the best of the three. The BEPU analysis was performed by coupling Dakota platform with the best estimate thermal hydraulics code RELAP/SCDAPSIM/MOD 3.4. The Code Scaling Applicability and Uncertainty approach was adopted, along with Wilks' theorem to obtain a statistically representative sample that satisfies the USNRC 95/95 rule with 95% probability and 95% confidence level. The generated database was used to train three models based on Recurrent Neural Networks; specifically, Long Short-Term Memory, Gated Recurrent Unit, and a hybrid model with Long Short-Term Memory coupled to Convolutional Neural Network. In this paper, the System Engineering approach was utilized to identify requirements, stakeholders, and functional and physical architecture to develop this project and ensure success in verification and validation activities necessary to ensure the efficient development of ML meta-models capable of predicting of the nuclear power plant response.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1993.06a
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

A Study on Analysis and Problems of Deliberation to Change the Present Condition Around Cultural Properties - Focusing on the Cultural Properties of Standard Establishment for Change the Present Condition - (문화재 주변 현상변경허가 신청안 분석 및 문제점에 관한 연구 - 현상변경허용기준 수립 문화재를 중심으로 -)

  • Kim, Dong-Chan;Lim, Jin-Kang
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.30 no.1
    • /
    • pp.22-30
    • /
    • 2012
  • The purpose of this study of deliberation results to Change the Present Condition of Gyeonggi-do Designated Cultural Properties established Acceptable Standards of Change the Present and its disposal of the fire, Accordingly to minimize the complaints of neighbors cultural property and Decision of Change the Present Condition to maintain the consistency of that is the purpose of this study and The results of the study are as follows First, 82 of proposals with tangible cultural monuments and 56% and 50% each accounted for the majority. 84% of the individual applicant, the application uses 94% of the construction, application facility houses the highest percentage of 40%. Approved and reconsideration results, while the largest number of monuments, rejected the result was the most frequent types of cultural property. and Building height, the highest was filed. Second, the results of deliberation voted two of the most frequently voted 36.5% to 48.7%, 14.6% is the reconsideration. The main reason for the decision passed Cultural minimal impact surrounding landscape, and the application of the buildings surrounding the site have voted in determining the existence of many affected. The main reason for rejection of the decision and voted to determine the cultural assets, compared to inhibition surrounding area of application architecture is characterized by large-scale. The main reason for reconsideration of the decision after a site survey was the most frequent reconsideration. Third, the primary consideration only if you applied a full half of 82 is 47.5% of cases. Consequences of the two manatgo voted the same, assuming the number of agenda items, the more the decision was rejected, and reconsideration. Fourth, the application area committee areas and cultural phenomenon in the conservation area be applied to each 33.7% and 20.2% was most common. Compared with rejection and reconsideration if the various sections of the application has passed. and When applied to the conservation area there were passed. Cultural committee rejected the decision, if applied to areas were most prevalent, reconsideration of the decision was similar in the two areas. Fifth, the size of the construction of buildings collapsed as a result, you voted in rejection have changed. and Voted to reject the results from the increase in building area when changing a lot of decisions have affected the results.

Problems of Applying Design for Safety and Adequacy of Risk Factor Derived at Design Phase (설계단계 설계 안전성 검토 적용의 문제점과 도출 위험요인의 적정성)

  • Kim, Jin-Dong;Kim, Gwang-Hee
    • Journal of the Korea Institute of Building Construction
    • /
    • v.19 no.6
    • /
    • pp.549-555
    • /
    • 2019
  • While efforts to reduce safety accidents in the construction industry have been made in a variety of ways, so far they have had minimal effectiveness. For this reason, since 2016 Design for Safety (DfS) has been implemented as an attempt to eliminate the root cause of safety accidents by introducing the consideration of safety at the design stage. The purpose of this study was to derive the adequacy and problems of Design for Safety and to contribute to reducing safety accidents by establishing this system correctly. A questionnaire survey of related engineers and analysis of the Design for Safety report showed that the awareness of Design for Safety among engineers was low, while some of the risk factors derived from the design for safety were less relevant to the design. As such, efforts should be made to reduce the risk factors in the actual design stage so that it can contribute more to the reduction of safety accidents.

A Study on Standardization of Data Bus for Modular Small Satellite (모듈화 소형위성의 Data Bus 표준화 방안 연구)

  • Jang, Yun-Uk;Chang, Young-Keun
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.38 no.6
    • /
    • pp.620-628
    • /
    • 2010
  • Small satellites can be used for various space research and scientific or educational purposes due to advantages in small size, low-cost, and rapid development. Small Satellites have many advantages of application to Responsive Space. Compared to traditional larger satellites, however, Small satellites have many constraints due to limitations in size. Therefore, it is difficult to expect high performance. To approach maximum capability with minimal size, weight, and cost, standard modular platform of Small satellites is necessary. Modularity supports plug-and-play architecture. The result is Small satellites that can be combined quickly and reliably using plug-and-play mechanisms. For communication between modules, standard bus interface is needed. Controller Area Network(CAN) protocol is considered optimum data bus for modular Small satellite. CAN can be applied to data communication with high reliability. Hence, design optimization and simplification can also be expected. For ease of assembly and integration, modular design can be considered. This paper proposes development method for standardized modular Small satellites, and describes design of data interface based on CAN and a method of testing for modularity.

Hierarchically porous carbon aerogels with high specific surface area prepared from ionic liquids via salt templating method

  • Zhang, Zhen;Feng, Junzong;Jiang, Yonggang;Feng, Jian
    • Carbon letters
    • /
    • v.28
    • /
    • pp.47-54
    • /
    • 2018
  • High surface carbon aerogels with hierarchical and tunable pore structure were prepared using ionic liquid as carbon precursor via a simple salt templating method. The as-prepared carbon aerogels were characterized by nitrogen sorption measurement and scanning electron microscopy. Through instant visual observation experiments, it was found that salt eutectics not only serve as solvents, porogens, and templates, but also play an important role of foaming agents in the preparation of carbon aerogels. When the pyrolyzing temperature rises from 800 to $1000^{\circ}C$, the higher temperature deepens the carbonization reaction further to form a nanoporous interconnected fractal structure and increase the contribution of super-micropores and small mesopores and improve the specific surface area and pore volume, while having few effects on the macropores. As the mass ratio of ionic liquid to salt eutectics drops from 55% to 15%, that is, the content of salt eutectics increases, the salt eutectics gradually aggregate from ion pairs, to clusters with minimal free energy, and finally to a continuous salt phase, leading to the formation of micropores, uniform mesopores, and macropores, respectively; these processes cause BET specific surface area initially to increase but subsequently to decrease. With the mass ratio of ionic liquids to salts at 35% and carbonization temperature at $900^{\circ}C$, the specific surface area of the resultant carbon aerogels reached $2309m^2g^{-1}$. By controlling the carbonization temperature and mass ratio of the raw materials, the hierarchically porous architecture of carbon aerogels can be tuned; this advantage will promote their use in the fields of electrodes and adsorption.

Sensibility Evaluation of Components of Middle and High-rise Apartment Facade in Aesthetic Old Town Districts of Kyoto - Extraction of Component Combinations Using Rough Set Theory - (쿄토시 구시가지형미관지구에서 중고층 집합주택 입면의 구성요소에 대한 감성평가 - 러프 집합을 이용한 구성요소 조합의 추출 -)

  • Shon, Dong-Hwa
    • Journal of the Korean housing association
    • /
    • v.25 no.3
    • /
    • pp.105-114
    • /
    • 2014
  • Landscape zones have been designated as aesthetic old town districts across a wide range of Nakakyo-Ku and Shimokyo-Ku, city center of Kyoto, Japan. In these districts in which traditional structures and new buildings coexist, regulations of restriction on acts such as new building's heights, shapes, materials, and colors are carried out according to local governmental landscape ordinance based on Scenic Conservation Act. And yet, minimal fulfillment of the regulations according to different designer's subjective interpretation and principle of economy is rather creating abnormal shapes not harmonized with the traditional landscape. Thus, this study aims to extract combinations between form elements of middle and high rise apartment facade that affects 'harmony' and 'mismatch' in the districts by clarifying the social rules commonly implied based on intuitive judgments (sensibility evaluation) in which human experiential knowledge is involved. As research methods, the study first analyzes the form elements of the facade through a field survey, sets up a standard model through tasks of classification and segmentation and draws computer graphic images with 99 different patterns based on it. Based on these images, this study carries out sensibility evaluation and analyzes experimental data applying the rough set theory. As a result of the analysis, the combinations of form elements that affect harmony or mismatch act greatly when the colors and shapes of the pillars, positions and the patterns of the use of the first floor are combined.

Performance Analysis of Mobile Internet System in Inter-cell Interference Environment (인접 셀 간섭 환경에서 모바일 인터넷 시스템의 성능 분석)

  • Roh, Jae-Sung;Kim, Young-Chul
    • Journal of Advanced Navigation Technology
    • /
    • v.16 no.1
    • /
    • pp.96-102
    • /
    • 2012
  • The goal of mobile internet system is to provide a high-data-rate, low-latency and optimized packet radio access technology supporting flexible bandwidth deployments. Therefore, network architecture is designed with the goal to support packet-switched traffic with seamless mobility, quality of service and minimal latency. An important requirement for the mobile internet system is improved cell-edge BER performance and data throughput. This is to provide some level of service consistency in terms of geographical coverage as well as in terms of available data throughput within the communication coverage area. In a cellular system, however, the signal to interference plus noise power ratio gap between cell-center and cell-edge users can be of the order of 20 [dB]. The disparity can be even higher in a communication coverage limited cellular system. This leads to vastly lower data throughputs for the cell-edge users relative to cell-center users creating a large QoS gap. This paper proposes a analytical approach that tries to reduce inter-cell interference, and shows the SIR and BER performance according to the OFDM system parameters in mobile Internet environment.