• Title/Summary/Keyword: 함수발생기

Search Result 562, Processing Time 0.023 seconds

The Spatio-temporal Distribution of Organic Matter on the Surface Sediment and Its Origin in Gamak Bay, Korea (가막만 표층퇴적물중 유기물량의 시.공간적 분포 특성)

  • Noh Il-Hyeon;Yoon Yang-Ho;Kim Dae-Il;Park Jong-Sick
    • Journal of the Korean Society for Marine Environment & Energy
    • /
    • v.9 no.1
    • /
    • pp.1-13
    • /
    • 2006
  • A field survey on the spatio-temporal distribution characteristics and origins of organic matter in surface sediments was carried out monthly at six stations in Gamak Bay, South Korea from April 2000 to March 2002. The range of ignition loss(IL) was $4.6{\sim}11.6%(7.1{\pm}1.6%)$, while chemical oxygen demand(CODs) ranged from $12.25{\sim}99.26mgO_2/g-dry(30.98{\pm}19.09mgO_2/g-dry)$, acid volatile sulfide(AVS) went from no detection(ND)${\sim}10.29mgS/g-dry(1.02{\pm}0.58mgS/g-dry)$, and phaeopigment was $6.84{\sim}116.18{\mu}g/g-dry(23.72{\pm}21.16{\mu}g/g-dry)$. The ranges of particulate organic carbon(POC) and particulate organic nitrogen(PON) were $5.45{\sim}23.24 mgC/g-dty(10.34{\pm}4.40C\;mgC/g-dry)$ and $0.71{\sim}2.99mgN/g-dry(1.37{\pm}0.58mgN/g-dry)$, respectively. Water content was in the range of $43.1{\sim}77.6%(55.8{\pm}5.6%)$, and mud content(silt+clay) was higher than 95% at all stations. The spatial distribution of organic matter in surface sediments was greatly divided between the northwestern, central and eastern areas, southern entrance area from the distribution characteristic of their organic matters. The concentrations of almost all items were greater at the northwestern and southern entrance area than at the other areas in Gamak Bay. In particular, sedimentary pollution was very serious at the northwestern area, because the area had an excessive supply of organic matter due to aquaculture activity and the inflow of sewage from the land. These materials stayed longer because of the topographical characteristics of such as basin and the anoxic conditions in the bottom seawater environment caused by thermocline in the summer. The tendency of temporal change was most prominently in the period of high-water temperatures than low-water ones at the northwestern and southern entrance areas. On the other hand, the central and eastern areas did not show a regular trend for changing the concentrations of each item but mainly showed a higher tendency during the low-water temperatures. This was observed for all but AVS concentrations which were higher during the period of high-water temperature at all stations. Especially, the central and eastern areas showed a large temporal increase of AVS concentration during those periods of high-water temperature where the concentration of CODs was in excess of $20mgO_2/g-dry$. The results show that the organic matters in surface sediments in Gamak Bay actually originated from autochthonous organic matters with eight or less in average C/N ratio including the organic matters generated by the use of ocean, rather than terrigenous organic matters. However, the formation of autochthonous organic matter was mainly derived from detritus than living phytoplankton, indicated the results of the POC/phaeopigment ratio. In addition, the CODs/IL ratio results demonstrate that the detritus was the product of artificial activities such as dregs feeding and fecal pellets of farm organisms caused by aquaculture activities rather than the dynamic of natural ocean activities.

  • PDF

Feasibility of Deep Learning Algorithms for Binary Classification Problems (이진 분류문제에서의 딥러닝 알고리즘의 활용 가능성 평가)

  • Kim, Kitae;Lee, Bomi;Kim, Jong Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.23 no.1
    • /
    • pp.95-108
    • /
    • 2017
  • Recently, AlphaGo which is Bakuk (Go) artificial intelligence program by Google DeepMind, had a huge victory against Lee Sedol. Many people thought that machines would not be able to win a man in Go games because the number of paths to make a one move is more than the number of atoms in the universe unlike chess, but the result was the opposite to what people predicted. After the match, artificial intelligence technology was focused as a core technology of the fourth industrial revolution and attracted attentions from various application domains. Especially, deep learning technique have been attracted as a core artificial intelligence technology used in the AlphaGo algorithm. The deep learning technique is already being applied to many problems. Especially, it shows good performance in image recognition field. In addition, it shows good performance in high dimensional data area such as voice, image and natural language, which was difficult to get good performance using existing machine learning techniques. However, in contrast, it is difficult to find deep leaning researches on traditional business data and structured data analysis. In this study, we tried to find out whether the deep learning techniques have been studied so far can be used not only for the recognition of high dimensional data but also for the binary classification problem of traditional business data analysis such as customer churn analysis, marketing response prediction, and default prediction. And we compare the performance of the deep learning techniques with that of traditional artificial neural network models. The experimental data in the paper is the telemarketing response data of a bank in Portugal. It has input variables such as age, occupation, loan status, and the number of previous telemarketing and has a binary target variable that records whether the customer intends to open an account or not. In this study, to evaluate the possibility of utilization of deep learning algorithms and techniques in binary classification problem, we compared the performance of various models using CNN, LSTM algorithm and dropout, which are widely used algorithms and techniques in deep learning, with that of MLP models which is a traditional artificial neural network model. However, since all the network design alternatives can not be tested due to the nature of the artificial neural network, the experiment was conducted based on restricted settings on the number of hidden layers, the number of neurons in the hidden layer, the number of output data (filters), and the application conditions of the dropout technique. The F1 Score was used to evaluate the performance of models to show how well the models work to classify the interesting class instead of the overall accuracy. The detail methods for applying each deep learning technique in the experiment is as follows. The CNN algorithm is a method that reads adjacent values from a specific value and recognizes the features, but it does not matter how close the distance of each business data field is because each field is usually independent. In this experiment, we set the filter size of the CNN algorithm as the number of fields to learn the whole characteristics of the data at once, and added a hidden layer to make decision based on the additional features. For the model having two LSTM layers, the input direction of the second layer is put in reversed position with first layer in order to reduce the influence from the position of each field. In the case of the dropout technique, we set the neurons to disappear with a probability of 0.5 for each hidden layer. The experimental results show that the predicted model with the highest F1 score was the CNN model using the dropout technique, and the next best model was the MLP model with two hidden layers using the dropout technique. In this study, we were able to get some findings as the experiment had proceeded. First, models using dropout techniques have a slightly more conservative prediction than those without dropout techniques, and it generally shows better performance in classification. Second, CNN models show better classification performance than MLP models. This is interesting because it has shown good performance in binary classification problems which it rarely have been applied to, as well as in the fields where it's effectiveness has been proven. Third, the LSTM algorithm seems to be unsuitable for binary classification problems because the training time is too long compared to the performance improvement. From these results, we can confirm that some of the deep learning algorithms can be applied to solve business binary classification problems.