• Title/Summary/Keyword: channel layers

Search Result 313, Processing Time 0.021 seconds

Earthquake impacts on hydrology: a case study from the Canterbury, New Zealand earthquakes of 2010 and 2011

  • Davie, Tim;Smith, Jeff;Scott, David;Ezzy, Tim;Cox, Simon;Rutter, Helen
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2011.05a
    • /
    • pp.8-9
    • /
    • 2011
  • On 4 September 2010 an earthquake of magnitude 7.1 on the Richter scale occurred on the Canterbury Plains in the South Island of New Zealand. The Canterbury Plains are an area of extensive groundwater and spring fed surface water systems. Since the September earthquake there have been several thousand aftershocks (Fig. 1), the largest being a 6.3 magnitude quake which occurred close to the centre of Christchurch on 22February 2011. This second quake caused extensive damage to the city of Christchurch including the deaths of 189 people. Both of these quakes had marked hydrological impacts. Water is a vital natural resource for Canterburywith groundwater being extracted for potable supply and both ground and surface water being used extensively for agricultural and horticultural irrigation.The groundwater is of very high quality so that the city of Christchurch (population approx. 400,000) supplies untreated artesian water to the majority of households and businesses. Both earthquakes caused immediate hydrological effects, the most dramatic of which was the liquefaction of sediments and the release of shallow groundwater containing a fine grey silt-sand material. The liquefaction that occurred fitted within the empirical relationship between distance from epicentre and magnitude of quake described by Montgomery et al. (2003). . It appears that liquefaction resulted in development of discontinuities in confining layers. In some cases these appear to have been maintained by artesian pressure and continuing flow, and the springs are continuing to flow even now. In spring-fed streams there was an increase in flow that lasted for several days and in some cases flows remained high for several months afterwards although this could be linked to a very wet winter prior to the September earthquake. Analysis of the slope of baseflow recession for a spring-fed stream before and after the September earthquake shows no change, indicating no substantial change in the aquifer structure that feeds this stream.A complicating factor for consideration of river flows was that in some places the liquefaction of shallow sediments led to lateral spreading of river banks. The lateral spread lessened the channel cross section so water levels rose although the flow might not have risen accordingly. Groundwater level peaks moved both up and down, depending on the location of wells. Groundwater level changes for the two earthquakes were strongly related to the proximity to the epicentre. The February 2011 earthquake resulted in significantly larger groundwater level changes in eastern Christchurch than occurred in September 2010. In a well of similar distance from both epicentres the two events resulted in a similar sized increase in water level but the slightly slower rate of increase and the markedly slower recession recorded in the February event suggests that the well may have been partially blocked by sediment flowing into the well at depth. The effects of the February earthquake were more localised and in the area to the west of Christchurch it was the earlier earthquake that had greater impact. Many of the recorded responses have been compromised, or complicated, by damage or clogging and further inspections will need to be carried out to allow a more definitive interpretation. Nevertheless, it is reasonable to provisionally conclude that there is no clear evidence of significant change in aquifer pressures or properties. The different response of groundwater to earthquakes across the Canterbury Plains is the subject of a new research project about to start that uses the information to improve groundwater characterisation for the region. Montgomery D.R., Greenberg H.M., Smith D.T. (2003) Stream flow response to the Nisqually earthquake. Earth & Planetary Science Letters 209 19-28.

  • PDF

Development of Deep Learning Structure to Improve Quality of Polygonal Containers (다각형 용기의 품질 향상을 위한 딥러닝 구조 개발)

  • Yoon, Suk-Moon;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.25 no.3
    • /
    • pp.493-500
    • /
    • 2021
  • In this paper, we propose the development of deep learning structure to improve quality of polygonal containers. The deep learning structure consists of a convolution layer, a bottleneck layer, a fully connect layer, and a softmax layer. The convolution layer is a layer that obtains a feature image by performing a convolution 3x3 operation on the input image or the feature image of the previous layer with several feature filters. The bottleneck layer selects only the optimal features among the features on the feature image extracted through the convolution layer, reduces the channel to a convolution 1x1 ReLU, and performs a convolution 3x3 ReLU. The global average pooling operation performed after going through the bottleneck layer reduces the size of the feature image by selecting only the optimal features among the features of the feature image extracted through the convolution layer. The fully connect layer outputs the output data through 6 fully connect layers. The softmax layer multiplies and multiplies the value between the value of the input layer node and the target node to be calculated, and converts it into a value between 0 and 1 through an activation function. After the learning is completed, the recognition process classifies non-circular glass bottles by performing image acquisition using a camera, measuring position detection, and non-circular glass bottle classification using deep learning as in the learning process. In order to evaluate the performance of the deep learning structure to improve quality of polygonal containers, as a result of an experiment at an authorized testing institute, it was calculated to be at the same level as the world's highest level with 99% good/defective discrimination accuracy. Inspection time averaged 1.7 seconds, which was calculated within the operating time standards of production processes using non-circular machine vision systems. Therefore, the effectiveness of the performance of the deep learning structure to improve quality of polygonal containers proposed in this paper was proven.

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.