• Title/Summary/Keyword: openly simple

Search Result 4, Processing Time 0.021 seconds

The Evolution of Regional Geography in France (프랑스 지역지리연구의 전개과정)

  • Son, Myoung-Cheol
    • Journal of the Korean association of regional geographers
    • /
    • v.1 no.1
    • /
    • pp.81-91
    • /
    • 1995
  • Modern geography in France since the end of 19th century was begun with regional geography. France after losing the Franco-Prussian war in 1871 had tried to regain the deteriorated national proudness through the colonial expansion. The social and historical contexts in France had encouraged French geographers to engage in detailed small area studies. In particular, after Blache became a faculty at Sorbonne University his idea on integrative rather than selective description on area studies had gained paradigmatic popularity not only in geography but in other disciplines. The regional geography tradition was then firmly established as a science and as an art by Vidalian school until the beginning of Second World War. However, when industrialization and urbanization were the dominant science since the 1950s spatial analytic geography has become popular research tradition replacing the previledged regional geography. Nevertheless, geography in France is still acknowledged as an interesting and valuable discipline since regional geography tradition had accumulated rich knowledges on various regions. As regional geography provides valuable information and helps to understand various world regions, it should be regenerated as a research tradition which are able to fulfill societal needs accruing nowadays. By doing this, geography can rectify its disciplinary identity which has been disintegrated internally by giving too much emphasis on specialties, and melding into nearby disciplines. Our geography education for the chorography in particular focuses mainly on the listings of simple geographic facts, in this regard. Rather than attracting students' concern and motivation, geography is considered as a subject oriented toward simply memorizing geographic facts. To overcome these problems, regional geography should be discussed openly and popularized in research. Regional geographic methods available and results produced in other countries should be introduced, and critical assessments should be made for selective acknowledgment for nurturing our regional geography.

  • PDF

Behavioral Characteristics of Second Graders in Science Learning Situations: A Phenomenological Research on a Motivation System about Science Learning (초등학교 2학년 학생들이 과학학습 상황에서 보이는 행동 특성: 과학학습 동기체계에 관한 현상학적 연구)

  • Lim, Sung-Man;Kang, Won-Mi;Wee, Soo-Meen;Yang, Il-Ho
    • Journal of The Korean Association For Science Education
    • /
    • v.32 no.4
    • /
    • pp.625-640
    • /
    • 2012
  • The purpose of this study was to investigate the behavioral characteristics of elementary second graders depending on SL-BIS/BAS (Behavioral Inhibition/Activation System about Science Learning) in science learning situation. For this study, 20 second grade students participated. This study followed a phenomenological research method, a form of qualitative research. As the results show, students who have a sensitive motivation system to SL-BIS directly expressed their disappointment of the result and easily get distracted in class when they failed in science learning activity. They participated in group work passively, for example, they interacted less in the group or avoided answering questions. Even though the students have a lot of questions that were usually simple, empty or repetitive words. They have within themselves the good will of challenging difficult experiment that was their only expression of passive will. The students have a tendency to be dependent on their friends in an experiment, making it unlikely that they preferred group work from the beginning. Otherwise, students who have sensitive motivation system to SL-BAS endured science learning activity to the end regardless of the negative result. In particular, they were enthusiastically working on home-school materials. When the students succeeded in the experiment, they responded to the cheers and openly expressed their feeling. They were satisfied with their achievement. The students have more desire for in-depth activity. Their questions were more progressive, specific and expanded. They showed a strong desire to challenge difficult experiment and preferred to interact with their group members to help each other. Based on the results, they were limited but we could find that the behavioral characteristics of second grade students in science learning situations can be predicted with a score of SL-BIS/BAS t.

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.