• Title/Summary/Keyword: man-machine system

Search Result 412, Processing Time 0.024 seconds

A Study on the Neutron in Radiation Treatment System and Related Facility (방사선치료 장치 및 관련시설에서의 산란 중성자에 관한 연구)

  • Kim Dae-Sup;Kim Jeong-Man;Lee Hee-Seok;Lim Ra-Seung;Kim You-Hyun
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.17 no.2
    • /
    • pp.141-145
    • /
    • 2005
  • Purpose : It is known that the neutron is generally generated from the photon, its energy is larger than 10 MV. The neutron is leaked in the container inspection system installed at the customs though its energy is below 9 MV. It is needed that the spacial effect of the neutrons released from radiation treatment machine, linac, installed in the medical canter. Materials and Methods : The medical linear accelerator(Clinac 1800, varian, USA) was used in the experiment. Measuring neutron was used bubble detector(Bubble detector, BDPND type, BTI, Canada) which was created bubble by neutron. The bubble detector is located on the medical linear accelerator outskirt in three different distance, 30, 50, 120 cm and upper, lower four point from the iso-center. In addition, for effect on protect material we have measured eight points which are 50 cm distance from iso-center. The SAD(source-axis-distance), distance from photon source to iso-center, is adjusted to 100 cm and the field size is adjusted to $15{\times}15cm^2$. Irradiate 20 MU and calculate the dose rate in mrem/MU by measuring the number of bubble. Results : The neutron is more detected at 5 position in 30, 50 cm, 7 position in 120 cm and with wedge, and 2 position without mount. Conclusion : Though detection position is laid in the same distance in neutron measurement, the different value is shown in measuring results. Also, neutron dose is affected by the additional structure, the different value is obtained in each measurement positions. So, it is needed to measure and evaluate the neutron dose in the whole space considering the effect of the distance, angular distribution and additional structure.

  • 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.