• 제목/요약/키워드: Expression of Building Shape

Search Result 22, Processing Time 0.018 seconds

A study on small stone crafts in the Cho Sun Dynasty (조선조시대 소품 석공예에 관한 연구)

  • 유해철
    • Archives of design research
    • /
    • v.12 no.2
    • /
    • pp.157-168
    • /
    • 1999
  • Stone in the Cho Sun Dynasty has been used as the material of industry arts, widely building materials and an important material for the artistic design. But it has been generally used as an use of practical living Product like, suban, a metal printing type, a fire place, a pillowcase, a pencil case, etc, and ornament with the quality of stone material and the aesthetic view. There are several problems as like size, quantity, delivery and processing method with the stne material according to its variety and selection. Accordingly it has been studied through the whole process of shape, a material selection of design and processing method as well as studying about small stone crafts which were manufactured in the Cho Sun Dynasty, considering these problems. Stone crafts in Cho Sun Dynasty has been widely used as a living tool. There was some what difference on manufacturing purpose on its technique of folk crafts of stone crafts, but, through the research of collected crafts, they were almost the same that social need, user's taste and hobby in those days were reflected in. In the result of analysis as dividing the stone crafts into daily living product, stationery and tool, the major of daily products have been manufactured with emphasis of practicability. And they have been manufactured from agalmatolite for the propose of use. further, kitchen product had no design due to the function and living products which has been used in the main living room has been carved with the decorative expression of the various form by using intaglic, relieve, inlaid technique, etc. For the stationery, it has been characterized with aesthetic point considering the decorative effects & selection of material in accordance with use. A material for manufacturing has been used in the range of agalmtolite, atopaz, a sapphire, white stone etc. As the result of this research, It was noticeable that there was the spleudidness on the expression of design and carving. It was also noticeable that black stone and guanite have been widely esed because it didn't need the delicacy as a tool.

  • PDF

Recommender system using BERT sentiment analysis (BERT 기반 감성분석을 이용한 추천시스템)

  • Park, Ho-yeon;Kim, Kyoung-jae
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.2
    • /
    • pp.1-15
    • /
    • 2021
  • If it is difficult for us to make decisions, we ask for advice from friends or people around us. When we decide to buy products online, we read anonymous reviews and buy them. With the advent of the Data-driven era, IT technology's development is spilling out many data from individuals to objects. Companies or individuals have accumulated, processed, and analyzed such a large amount of data that they can now make decisions or execute directly using data that used to depend on experts. Nowadays, the recommender system plays a vital role in determining the user's preferences to purchase goods and uses a recommender system to induce clicks on web services (Facebook, Amazon, Netflix, Youtube). For example, Youtube's recommender system, which is used by 1 billion people worldwide every month, includes videos that users like, "like" and videos they watched. Recommended system research is deeply linked to practical business. Therefore, many researchers are interested in building better solutions. Recommender systems use the information obtained from their users to generate recommendations because the development of the provided recommender systems requires information on items that are likely to be preferred by the user. We began to trust patterns and rules derived from data rather than empirical intuition through the recommender systems. The capacity and development of data have led machine learning to develop deep learning. However, such recommender systems are not all solutions. Proceeding with the recommender systems, there should be no scarcity in all data and a sufficient amount. Also, it requires detailed information about the individual. The recommender systems work correctly when these conditions operate. The recommender systems become a complex problem for both consumers and sellers when the interaction log is insufficient. Because the seller's perspective needs to make recommendations at a personal level to the consumer and receive appropriate recommendations with reliable data from the consumer's perspective. In this paper, to improve the accuracy problem for "appropriate recommendation" to consumers, the recommender systems are proposed in combination with context-based deep learning. This research is to combine user-based data to create hybrid Recommender Systems. The hybrid approach developed is not a collaborative type of Recommender Systems, but a collaborative extension that integrates user data with deep learning. Customer review data were used for the data set. Consumers buy products in online shopping malls and then evaluate product reviews. Rating reviews are based on reviews from buyers who have already purchased, giving users confidence before purchasing the product. However, the recommendation system mainly uses scores or ratings rather than reviews to suggest items purchased by many users. In fact, consumer reviews include product opinions and user sentiment that will be spent on evaluation. By incorporating these parts into the study, this paper aims to improve the recommendation system. This study is an algorithm used when individuals have difficulty in selecting an item. Consumer reviews and record patterns made it possible to rely on recommendations appropriately. The algorithm implements a recommendation system through collaborative filtering. This study's predictive accuracy is measured by Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE). Netflix is strategically using the referral system in its programs through competitions that reduce RMSE every year, making fair use of predictive accuracy. Research on hybrid recommender systems combining the NLP approach for personalization recommender systems, deep learning base, etc. has been increasing. Among NLP studies, sentiment analysis began to take shape in the mid-2000s as user review data increased. Sentiment analysis is a text classification task based on machine learning. The machine learning-based sentiment analysis has a disadvantage in that it is difficult to identify the review's information expression because it is challenging to consider the text's characteristics. In this study, we propose a deep learning recommender system that utilizes BERT's sentiment analysis by minimizing the disadvantages of machine learning. This study offers a deep learning recommender system that uses BERT's sentiment analysis by reducing the disadvantages of machine learning. The comparison model was performed through a recommender system based on Naive-CF(collaborative filtering), SVD(singular value decomposition)-CF, MF(matrix factorization)-CF, BPR-MF(Bayesian personalized ranking matrix factorization)-CF, LSTM, CNN-LSTM, GRU(Gated Recurrent Units). As a result of the experiment, the recommender system based on BERT was the best.