• Title/Summary/Keyword: problems of green school

Search Result 173, Processing Time 0.227 seconds

A study on the effect of air velocity through a damper on smoke extraction performance in case of fire in road tunnels (도로터널 화재 시 집중배기방식의 배기포트 통과풍속이 배연성능에 미치는 영향에 관한 연구)

  • Ryu, Ji-Oh;Na, Kwang-Hoon
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.22 no.4
    • /
    • pp.347-365
    • /
    • 2020
  • In order to resolve traffic problems in urban areas and to increase the area of green spaces, tunnels in downtown areas are being increased. Additionally, the application of large port smoke extraction ventilation systems is increasing as a countermeasure to smoke extraction ventilation for tunnels with high potential for traffic congestion. It is known that the smoke extraction performance of the large port smoke extraction system is influenced not only by the amount of the extraction flow rate, but also by various factors such as the shape of the extraction port (damper) and the extraction air velocity through a damper. Therefore, in this study, the design standards and installation status of each country were investigated. When the extraction air flow rate was the same, the smoke extraction performance according to the size of the damper was numerically simulated in terms of smoke propagation distance, compared and evaluated, and the following results were obtained. As the cross-sectional area of the smoke damper increases, the extraction flow rate is concentrated in the damper close to the extraction fan, and the smoke extraction rate of the damper in downstream decreases, thereby increasing the smoke propagation distance on the downstream side. In order to prevent such a phenomenon, it is necessary to reduce the cross-sectional area of the smoke damper and increase the velocity of passing air through the damper so that the pressure loss passing through the damper increases, thereby reducing the non-uniformity of smoke extraction flow rate in the extraction section. In this analysis, it was found that when the interval distance of the extraction damper was 50 m, the air velocity passing through damper was 4.4 m/s or more, and when the interval distance of the extraction dampers was 100 m, the air velocity passing through damper was greater than 4.84 m/s, it was found to be advantageous to ensure smoke extraction performance.

Health Improvement; Health Education, Health Promotion and the Settings Approach (건강 향상: 건강 교육, 건강 증진 및 배경적 접근)

  • Green, Jackie
    • Proceedings of The Korean Society of Health Promotion Conference
    • /
    • 2004.10a
    • /
    • pp.111-129
    • /
    • 2004
  • This paper develops the argument that the 'Healthy Cities Approach' extends beyond the boundaries of officially designated Healthy Cities and suggests that signs of it are evident much more widely in efforts to promote health in the United Kingdom and in national policy. It draws on examples from Leeds, a major city in the north of England. In particular, it suggests that efforts to improve population health need to focus on the wider determinants and that this requires a collaborative response involving a range of different sectors and the participation of the community. Inequality is recognised as a major issue and the need to identify areas of deprivation and direct resources towards these is emphasised. Childhood poverty is referred to and the importance of breaking cycles of deprivation. The role of the school is seen as important in contributing to health generally and the compatibility between Healthy Cities and Health Promoting Schools is noted. Not only can Health Promoting Schools improve the health of young people themselves they can also develop the skills, awareness and motivation to improve the health of the community. Using child pedestrian injury as an example, the paper argues that problems and their cause should not be conceived narrowly. The Healthy Cities movement has taught us that the response, if it is to be effective, should focus on the wider determinants and be adapted to local circumstances. Instead of simply attempting to change behaviour through traditional health education we need to ensure that the environment is healthy in itself and supports healthy behaviour. To achieve this we need to develop awareness, skills and motivation among policy makers, professionals and the community. The 'New Health' education is proposed as a term to distinguish the type of health education which addresses these issues from more traditional forms.

  • PDF

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.