• Title/Summary/Keyword: I/d Parameters

Search Result 873, Processing Time 0.022 seconds

Growth Performances and Physiological Responses of Quercus spp. and Fraxinus rhynchophylla Subjected to Different Soil Moisture Regimes and Nutrition Levels (수분(水分) 및 양료(養料) 처리(處理)에 따른 참나무류와 물푸레나무의 생장 및 생리 반응)

  • Kwon, Ki Won;Lee, Jeoung Ho
    • Journal of Korean Society of Forest Science
    • /
    • v.83 no.2
    • /
    • pp.164-174
    • /
    • 1994
  • Temporal changes in growth performances, chlorophyll contents, and tissue water relations for determining their physiological responses of five economic tree species subjected to chronic water and nutrition stresses were investigated with containerized seedlings grown in different soil moisture regimes and nutrition levels. Seedlings of Quercus acutissima, Q. variabilis, Q. mongolica, Q. serrata, and Fraxinus rhynchophylla were propagated in plastic pots(I.D. $16cm{\times}Depth$ 16cm) for the experiments. The seedlings were subjected to two soil moisture regimes of dry and wet soils and two nutrition levels of fertilization with N+P+K and no fertilization through the growing season from May to September in a green house. For the purpose of analyzing their responses to the environmental stresses, seedling heights and root collar diameters, chlorophyll contents, and P-V curve parameters of the seedlings were measured in May, July, and September. The environmental stresses coming from moisture and nutrient deficits affected the growth performances of seedlings variously among species and among different growing periods, as well as between height and basal diameter growth of seedlings. The growth performances of Q. acutissima were influenced sensitively on the stresses, but those of Q. mongolica less influenced in comparison with other species. Chlorophyll contents were generally higher in Quercus spp. than F. rhynchophylla through the growing season. The chlorophyll contents changed by species and by treatment through the season within ranges of 0.14~1.96 mg/g dry wt. of chlorophyll a and within 0.16~1.79mg/g dry wt. of chlorophyll b, respectively. But the contents seemed to be decreased gradually through the chronic environmental stresses and leaf senescence. The osmotic potential at full turgor(${\Psi}{{\pi}o}$) and turgor loss point(${\Psi}{\pi}p$) had temporarily declined up to 3 to 5bars from -7.0~-12.4bars in May to -10.2~-17.5bars in September and up to 5 to 6bars from -7.6~-14.2bars in May to -12.9~-20.4bars in September, respectively, with some exceptions. The values of ${\Psi}{\pi}p$ were generally high in F. rhynchophylla in May and July, but high in Q. serrata in September. Relative water contents at turgor loss point(RWCp) were generally high in F. rhynchophylla, but the temporal changes of RWCp were quite and frequently different among species and among treatment.

  • PDF

Pharmacokinetics of ofloxacin in Patients with Multidrug-Resistant Tuberculosis (다제내성결핵 환자에서 ofloxacin의 약동학적 분석)

  • Park, Seung-Kyu;Yoon, Young-Ran;Lee, Woo-Chul;Jun, Hyung-Min;Shon, Ji-Hong;Kim, Kyoung-Ah;Park, Ji-Young;Shin, Jae-Gook
    • Tuberculosis and Respiratory Diseases
    • /
    • v.52 no.2
    • /
    • pp.128-136
    • /
    • 2002
  • Background: There are few studies that have reported on the pharmacokinetic(PK) disposition of fluoroquinolones in patients with multi-drug resistant tuberculosis(MDR-Tb), even though fluoroquinolones are frequently co-prescribed to those patients. In this study, the PK disposition of ofloxacin, a fluoroquinolone, was evaluated in patients with MD R -Tb. Methods: Twenty patients with MDR-Tb were given 2nd line Tb drugs including ofloxacin (300mg twice a day), prothionamide, cycloserine, para-aminosalicylic acid, kanamycin, and streptomycin. The patients were grouped according to their body mass index(BMI) as an index of emaciation (group A : 18.5$\leq$BMI <23, group B : BMI < 18.5). Blood samples were serially drawn and urine samples were collected upto 24 hours after the last dose of those drugs at steady state (over 1 month). The ofloxacin concentrations were determined using HPLC (High Performance Liquid Chromatography). Results: The AUC of ofloxacin in group B was greater than that in group A ($31.4{\pm}8.9{\mu}g/ml{\cdot}h$ vs. $24.1{\pm}6.2{\mu}g/ml{\cdot}h$)(Check the symbols), (p<0.05). The total clearance(Cl/F) of ofloxacin was $0.16{\pm}0.03$ L/h/kg in group A, and $0.14{\pm}0.03$ L/h/kg in group B. The half-lives of ofloxacin in two groups were similar (group A : $5.3{\pm}0.8$ hours, group B : $5.7{\pm}0.9$ hours). In addition, the other PK parameters in two groups were also similar. Conclusions: The pharmacokinetics of ofloxacin in patients with MDR-Tb appears to be comparable with those of normal subjects, and the extent of emaciation appears to have an influence on the pharmacokinetics of ofloxaicn in chronic debilitated MDR-Tb patients.

A Time Series Graph based Convolutional Neural Network Model for Effective Input Variable Pattern Learning : Application to the Prediction of Stock Market (효과적인 입력변수 패턴 학습을 위한 시계열 그래프 기반 합성곱 신경망 모형: 주식시장 예측에의 응용)

  • Lee, Mo-Se;Ahn, Hyunchul
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.1
    • /
    • pp.167-181
    • /
    • 2018
  • Over the past decade, deep learning has been in spotlight among various machine learning algorithms. In particular, CNN(Convolutional Neural Network), which is known as the effective solution for recognizing and classifying images or voices, has been popularly applied to classification and prediction problems. In this study, we investigate the way to apply CNN in business problem solving. Specifically, this study propose to apply CNN to stock market prediction, one of the most challenging tasks in the machine learning research. As mentioned, CNN has strength in interpreting images. Thus, the model proposed in this study adopts CNN as the binary classifier that predicts stock market direction (upward or downward) by using time series graphs as its inputs. That is, our proposal is to build a machine learning algorithm that mimics an experts called 'technical analysts' who examine the graph of past price movement, and predict future financial price movements. Our proposed model named 'CNN-FG(Convolutional Neural Network using Fluctuation Graph)' consists of five steps. In the first step, it divides the dataset into the intervals of 5 days. And then, it creates time series graphs for the divided dataset in step 2. The size of the image in which the graph is drawn is $40(pixels){\times}40(pixels)$, and the graph of each independent variable was drawn using different colors. In step 3, the model converts the images into the matrices. Each image is converted into the combination of three matrices in order to express the value of the color using R(red), G(green), and B(blue) scale. In the next step, it splits the dataset of the graph images into training and validation datasets. We used 80% of the total dataset as the training dataset, and the remaining 20% as the validation dataset. And then, CNN classifiers are trained using the images of training dataset in the final step. Regarding the parameters of CNN-FG, we adopted two convolution filters ($5{\times}5{\times}6$ and $5{\times}5{\times}9$) in the convolution layer. In the pooling layer, $2{\times}2$ max pooling filter was used. The numbers of the nodes in two hidden layers were set to, respectively, 900 and 32, and the number of the nodes in the output layer was set to 2(one is for the prediction of upward trend, and the other one is for downward trend). Activation functions for the convolution layer and the hidden layer were set to ReLU(Rectified Linear Unit), and one for the output layer set to Softmax function. To validate our model - CNN-FG, we applied it to the prediction of KOSPI200 for 2,026 days in eight years (from 2009 to 2016). To match the proportions of the two groups in the independent variable (i.e. tomorrow's stock market movement), we selected 1,950 samples by applying random sampling. Finally, we built the training dataset using 80% of the total dataset (1,560 samples), and the validation dataset using 20% (390 samples). The dependent variables of the experimental dataset included twelve technical indicators popularly been used in the previous studies. They include Stochastic %K, Stochastic %D, Momentum, ROC(rate of change), LW %R(Larry William's %R), A/D oscillator(accumulation/distribution oscillator), OSCP(price oscillator), CCI(commodity channel index), and so on. To confirm the superiority of CNN-FG, we compared its prediction accuracy with the ones of other classification models. Experimental results showed that CNN-FG outperforms LOGIT(logistic regression), ANN(artificial neural network), and SVM(support vector machine) with the statistical significance. These empirical results imply that converting time series business data into graphs and building CNN-based classification models using these graphs can be effective from the perspective of prediction accuracy. Thus, this paper sheds a light on how to apply deep learning techniques to the domain of business problem solving.