• Title/Summary/Keyword: 사용자 수 예측

Search Result 1,223, Processing Time 0.028 seconds

Pollutant Loading Estimate from Yongdam Watershed Using BASINS/HSPF (BASINS/HSPF를 이용한 용담댐 유역의 오염부하량 산정)

  • Jang, Jae-Ho;Jung, Kwang-Wook;Jeon, Ji-Hong;Yoon, Chun-Gyeong
    • Korean Journal of Ecology and Environment
    • /
    • v.39 no.2 s.116
    • /
    • pp.187-197
    • /
    • 2006
  • A mathematical modeling program called Hydrological Simulation Program-FORTRAN (HSPF) developed by the United States Environmental Protection Agency(EPA) was applied to the Yongdam Watershed to examine its applicability for loading estimates in watershed scale. It was run under BASINS (Better Assessment Science for Integrating point and Nonpoint Sources) program, and the model was validated using monitoring data of 2002 ${\sim}$ 2003. The model efficiency of runoff was high in comparison between simulated and observed data, while it was relatively low in the water quality parameters. But its reliability and performance were within the expectation considering complexity of the watershed and pollutant sources and land uses intermixed in the watershed. The estimated pollutant load from Yongdam watershed for BOD, T-N and T-P was 1,290,804 kg $yr{-1}$, 3,753,750 kg $yr{-1}$ and 77,404 kg $yr{-1}$,respectively. Non-point source (NPS) contribution was high showing BOD 57.2%, T-N 92.0% and T-P 60.2% of the total annual loading in the study area. The NPS loading during the monsoon rainy season (June to September) was about 55 ${\sim}$ 72% of total NPS loading, and runoff volume was also in a similar rate (69%). However, water quality was not necessarily high during the rainy season, and showed a decreasing trend with increasing water flow. Overall, the BASINS/HSPF was applied to the Yongdam watershed successfully without difficulty, and it was found that the model could be used conveniently to assess watershed characteristics and to estimate pollutant loading in watershed scale.

Different Uptake of Tc-99m ECD and Tc-99m HMPAO in the Normal Brains: Analysis by Statistical Parametric Mapping (정상 뇌 혈류 영상에서 방사성의약품에 따라 혈류 분포에 차이가 있는가: 통계적 파라미터 지도를 사용한 분석)

  • Kim, Euy-Neyng;Jung, Yong-An;Sohn, Hyung-Sun;Kim, Sung-Hoon;Yoo, Ie-Ryung;Chung, Soo-Kyo
    • The Korean Journal of Nuclear Medicine
    • /
    • v.36 no.4
    • /
    • pp.244-254
    • /
    • 2002
  • Purpose: This study investigated the differences between technetium-99m ethyl cysteinate dimer (Tc-99m ECD) and technetium-99m hexamethylpropylene amine oxime (Tc-99m HMPAO) uptake in the normal brain by means of statistical parametric mapping (SPM) analysis. Materials and Methods: We retrospectively analyzed age and sex matched 53 cases of normal brain SPECT. Thirty-two cases were obtained with Tc-99m ECD and 21 cases with Tc-99m HMPAO. There were no abnormal findings on brain MRIs. All of the SPECT images were spatially transformed to standard space, smoothed and globally normalized. The differences between the Tc-99m ECD and Tc-99m HMPAO SPECT images were statistically analyzed using statistical parametric mapping (SPM'99) software. The differences bgetween the two groups were considered significant ant a threshold of corrected P values less than 0.05. Results: SPM analysis revealed significantly different uptakes of Tc-99m ECD and Tc-99m HMPAO in the normal brains. On the Tc-99m ECD SPECT images, relatively higher uptake was observed in the frontal, parietal and occipital lobes, in the basal ganglia and thalamus, and in the superior region of the cerebellum. On the Tc-99m HMPAO SPECT images, relatively higher uptakes was observed in subcortical areas of the frontal region, temporal lobe, and posterior portion of inferior cerebellum. Conclusion: Uptake of Tc-99m ECD and Tc-99m HMPO in the normallooking brain was significantly different on SPM analysis. The selective use of Tc-99m ECD of Tc-99m HMPAO in brain SPECT imaging appears especially valuable for the interpretation of cerebral perfusion. Further investigation is necessary to determine which tracer is more accurate for diagnosing different clinical conditions.

Sentiment Analysis of Movie Review Using Integrated CNN-LSTM Mode (CNN-LSTM 조합모델을 이용한 영화리뷰 감성분석)

  • Park, Ho-yeon;Kim, Kyoung-jae
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.4
    • /
    • pp.141-154
    • /
    • 2019
  • Rapid growth of internet technology and social media is progressing. Data mining technology has evolved to enable unstructured document representations in a variety of applications. Sentiment analysis is an important technology that can distinguish poor or high-quality content through text data of products, and it has proliferated during text mining. Sentiment analysis mainly analyzes people's opinions in text data by assigning predefined data categories as positive and negative. This has been studied in various directions in terms of accuracy from simple rule-based to dictionary-based approaches using predefined labels. In fact, sentiment analysis is one of the most active researches in natural language processing and is widely studied in text mining. When real online reviews aren't available for others, it's not only easy to openly collect information, but it also affects your business. In marketing, real-world information from customers is gathered on websites, not surveys. Depending on whether the website's posts are positive or negative, the customer response is reflected in the sales and tries to identify the information. However, many reviews on a website are not always good, and difficult to identify. The earlier studies in this research area used the reviews data of the Amazon.com shopping mal, but the research data used in the recent studies uses the data for stock market trends, blogs, news articles, weather forecasts, IMDB, and facebook etc. However, the lack of accuracy is recognized because sentiment calculations are changed according to the subject, paragraph, sentiment lexicon direction, and sentence strength. This study aims to classify the polarity analysis of sentiment analysis into positive and negative categories and increase the prediction accuracy of the polarity analysis using the pretrained IMDB review data set. First, the text classification algorithm related to sentiment analysis adopts the popular machine learning algorithms such as NB (naive bayes), SVM (support vector machines), XGboost, RF (random forests), and Gradient Boost as comparative models. Second, deep learning has demonstrated discriminative features that can extract complex features of data. Representative algorithms are CNN (convolution neural networks), RNN (recurrent neural networks), LSTM (long-short term memory). CNN can be used similarly to BoW when processing a sentence in vector format, but does not consider sequential data attributes. RNN can handle well in order because it takes into account the time information of the data, but there is a long-term dependency on memory. To solve the problem of long-term dependence, LSTM is used. For the comparison, CNN and LSTM were chosen as simple deep learning models. In addition to classical machine learning algorithms, CNN, LSTM, and the integrated models were analyzed. Although there are many parameters for the algorithms, we examined the relationship between numerical value and precision to find the optimal combination. And, we tried to figure out how the models work well for sentiment analysis and how these models work. This study proposes integrated CNN and LSTM algorithms to extract the positive and negative features of text analysis. The reasons for mixing these two algorithms are as follows. CNN can extract features for the classification automatically by applying convolution layer and massively parallel processing. LSTM is not capable of highly parallel processing. Like faucets, the LSTM has input, output, and forget gates that can be moved and controlled at a desired time. These gates have the advantage of placing memory blocks on hidden nodes. The memory block of the LSTM may not store all the data, but it can solve the CNN's long-term dependency problem. Furthermore, when LSTM is used in CNN's pooling layer, it has an end-to-end structure, so that spatial and temporal features can be designed simultaneously. In combination with CNN-LSTM, 90.33% accuracy was measured. This is slower than CNN, but faster than LSTM. The presented model was more accurate than other models. In addition, each word embedding layer can be improved when training the kernel step by step. CNN-LSTM can improve the weakness of each model, and there is an advantage of improving the learning by layer using the end-to-end structure of LSTM. Based on these reasons, this study tries to enhance the classification accuracy of movie reviews using the integrated CNN-LSTM model.