• 제목/요약/키워드: neural network model

검색결과 4,545건 처리시간 0.035초

심층신경망 기반의 뷰티제품 추천시스템 (Deep Neural Network-Based Beauty Product Recommender)

  • 송희석
    • Journal of Information Technology Applications and Management
    • /
    • 제26권6호
    • /
    • pp.89-101
    • /
    • 2019
  • Many researchers have been focused on designing beauty product recommendation system for a long time because of increased need of customers for personalized and customized recommendation in beauty product domain. In addition, as the application of the deep neural network technique becomes active recently, various collaborative filtering techniques based on the deep neural network have been introduced. In this context, this study proposes a deep neural network model suitable for beauty product recommendation by applying Neural Collaborative Filtering and Generalized Matrix Factorization (NCF + GMF) to beauty product recommendation. This study also provides an implementation of web API system to commercialize the proposed recommendation model. The overall performance of the NCF + GMF model was the best when the beauty product recommendation problem was defined as the estimation rating score problem and the binary classification problem. The NCF + GMF model showed also high performance in the top N recommendation.

Formulation of the Neural Network for Implicit Constitutive Model (II) : Application to Inelastic Constitutive Equations

  • Lee, Joon-Seong;Lee, Eun-Chul;Furukawa, Tomonari
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제8권4호
    • /
    • pp.264-269
    • /
    • 2008
  • In this paper, two neural networks as a material model, which are based on the state-space method, have been proposed. One outputs the rates of inelastic strain and material internal variables whereas the outputs of the other are the next state of the inelastic strain and material internal variables. Both the neural networks were trained using input-output data generated from Chaboche's model and successfully converged. The former neural network could reproduce the original stress-strain curve. The neural network also demonstrated its ability of interpolation by generating untrained curve. It was also found that the neural network can extrapolate in close proximity to the training data.

아파트시장예측을 위한 신경망분석 적응가능성에 대한 연구 (A Study on the Applicability of Neural Network Model for Prediction of tee Apartment Market)

  • 남영우;이정민
    • 한국건설관리학회논문집
    • /
    • 제7권2호
    • /
    • pp.162-170
    • /
    • 2006
  • 부동산분야에서 전통적인 예측방법과 비교하여 보다 예측력을 높일 수 있는 방법을 찾으려 한다. 이에 앞서 신경망 모형의 적용가능성을 살펴보고, 기존의 연구를 토대로 한 신경망 이론의 정의, 구조, 장단점 등을 살펴본다. 구체적인 적용가능성을 확인하기 위하여 동일 데이터로 회귀분석과 신경망분석을 통한 모형을 구축하고, 예측정확도 측면에서 신경망모형의 적용 가능성을 검토한다. 부동산학에서 기존에 회귀분석에 치우쳐 있던 연구방법을 신경망분석까지 확장하고, 특히 예측정확도 측면에서 우수성이 검증되고 있는 신경망모형에 대한 연구를 활성화 하고자 하는데 본 연구의 목적이 있다. 연구방법으로는 분양가격에 영향을 주는 거시경제변수를 모형화 한다. 그 모형설정 후 회귀분석과 신경망분석으로 결과를 비교하여 보다 예측 정확도가 높은 것을 찾는다. 그 결과 신경망모형의 예측정확도가 상당히 높게 나타났다.

Application of A Neural Network To Dynamic Draft Model

  • Park, Yeong-Soo;Lee, Kyou-Seung;Park, Won-Yeop
    • 한국농업기계학회:학술대회논문집
    • /
    • 한국농업기계학회 1996년도 International Conference on Agricultural Machinery Engineering Proceedings
    • /
    • pp.423-433
    • /
    • 1996
  • This study was conducted to predict the drafts of various tillage tools with a model tool and a neural network. Drafts of tillage tools were measured and a time lagged recurrent neural network was developed. The neural network had a structure to predict dynamic draft, having a function of one step ahead prediction . The results showed the model tool draft had linear relations with high coefficient of determinations to the drafts of the tillage tools. Also, the drafts of tillage tools were successfully predicted by the developed neural network.

  • PDF

인공신경망을 이용한 플라이애시 및 실리카 흄 복합 콘크리트의 압축강도 예측 (Prediction of strength development of fly ash and silica fume ternary composite concrete using artificial neural network)

  • 번위결;최영지;왕소용
    • 산업기술연구
    • /
    • 제41권1호
    • /
    • pp.1-6
    • /
    • 2021
  • Fly ash and silica fume belong to industry by-products that can be used to produce concrete. This study shows the model of a neural network to evaluate the strength development of blended concrete containing fly ash and silica fume. The neural network model has four input parameters, such as fly ash replacement content, silica fume replacement content, water/binder ratio, and ages. Strength is the output variable of neural network. Based on the backpropagation algorithm, the values of elements in the hidden layer of neural network are determined. The number of neurons in the hidden layer is confirmed based on trial calculations. We find (1) neural network can give a reasonable evaluation of the strength development of composite concrete. Neural network can reflect the improvement of strength due to silica fume additions and can consider the reductions of strength as water/binder increases. (2) When the number of neurons in the hidden layer is five, the prediction results show more accuracy than four neurons in the hidden layer. Moreover, five neurons in the hidden layer can reproduce the strength crossover between fly ash concrete and plain concrete. Summarily, the neural network-based model is valuable for design sustainable composite concrete containing silica fume and fly ash.

의사결정나무를 활용한 신경망 모형의 입력특성 선택: 주택가격 추정 사례 (Decision Tree-Based Feature-Selective Neural Network Model: Case of House Price Estimation)

  • 윤한성
    • 디지털산업정보학회논문지
    • /
    • 제19권1호
    • /
    • pp.109-118
    • /
    • 2023
  • Data-based analysis methods have become used more for estimating or predicting housing prices, and neural network models and decision trees in the field of big data are also widely used more and more. Neural network models are often evaluated to be superior to existing statistical models in terms of estimation or prediction accuracy. However, there is ambiguity in determining the input feature of the input layer of the neural network model, that is, the type and number of input features, and decision trees are sometimes used to overcome these disadvantages. In this paper, we evaluate the existing methods of using decision trees and propose the method of using decision trees to prioritize input feature selection in neural network models. This can be a complementary or combined analysis method of the neural network model and decision tree, and the validity was confirmed by applying the proposed method to house price estimation. Through several comparisons, it has been summarized that the selection of appropriate input characteristics according to priority can increase the estimation power of the model.

신경회로망을 이용한 밀링 공정의 진동 예측 (Vibration Prediction in Milling Process by Using Neural Network)

  • 이신영
    • 한국공작기계학회논문집
    • /
    • 제12권5호
    • /
    • pp.1-7
    • /
    • 2003
  • In order to predict vibrations occurred during end-milling processes, the cutting dynamics was modelled by using neural network and combined with structural dynamics by considering dynamic cutting state. Specific cutting force constants of the cutting dynamics model were obtained by averaging cutting forces. Tool diameter, cutting speed, fled, axial and radial depth of cut were considered as machining factors in neural network model of cutting dynamics. Cutting farces by test and by neural network simulation were compared and the vibration displacement during end-milling was simulated.

Optimal Learning of Fuzzy Neural Network Using Particle Swarm Optimization Algorithm

  • Kim, Dong-Hwa;Cho, Jae-Hoon
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2005년도 ICCAS
    • /
    • pp.421-426
    • /
    • 2005
  • Fuzzy logic, neural network, fuzzy-neural network play an important as the key technology of linguistic modeling for intelligent control and decision making in complex systems. The fuzzy-neural network (FNN) learning represents one of the most effective algorithms to build such linguistic models. This paper proposes particle swarm optimization algorithm based optimal learning fuzzy-neural network (PSOA-FNN). The proposed learning scheme is the fuzzy-neural network structure which can handle linguistic knowledge as tuning membership function of fuzzy logic by particle swarm optimization algorithm. The learning algorithm of the PSOA-FNN is composed of two phases. The first phase is to find the initial membership functions of the fuzzy neural network model. In the second phase, particle swarm optimization algorithm is used for tuning of membership functions of the proposed model.

  • PDF

학습 성능의 개선을 위한 복합형 신경회로망의 구현과 이의 시각 추적 제어에의 적용 (Implementation of Hybrid Neural Network for Improving Learning ability and Its Application to Visual Tracking Control)

  • 김경민;박중조;박귀태
    • 전자공학회논문지B
    • /
    • 제32B권12호
    • /
    • pp.1652-1662
    • /
    • 1995
  • In this paper, a hybrid neural network is proposed to improve the learning ability of a neural network. The union of the characteristics of a Self-Organizing Neural Network model and of multi-layer perceptron model using the backpropagation learning method gives us the advantage of reduction of the learning error and the learning time. In learning process, the proposed hybrid neural network reduces the number of nodes in hidden layers to reduce the calculation time. And this proposed neural network uses the fuzzy feedback values, when it updates the responding region of each node in the hidden layer. To show the effectiveness of this proposed hybrid neural network, the boolean function(XOR, 3Bit Parity) and the solution of inverse kinematics are used. Finally, this proposed hybrid neural network is applied to the visual tracking control of a PUMA560 robot, and the result data is presented.

  • PDF

신경회로망을 이용한 Web기반 홍수유출 예측시스템 (Web-Based Forecasting System for Flood Runoff with Neural Network)

  • 황동국;전계원
    • 한국지능시스템학회논문지
    • /
    • 제15권4호
    • /
    • pp.437-442
    • /
    • 2005
  • 하천에서의 홍수유출 예측은 하천의 치수적인 측면에서도 중요하다. 본 논문에서는 신경회로망 모형을 이용해서 개발된 홍수유출 예측 시스템의 적용성을 검토하였다. 입력층에는 강우자료와 홍수량 자료를 출력층에는 홍수유출량이 예측되도록 구성하였다. 홍수유출 예측 시스템 구성시 예측모형 선정을 위해 신경회로망 모형과 상태공간 모형을 이용하여 홍수시 실시간 하천유출량 예측을 수행하였다. 두 모형의 예측결과 비교시 신경회로망 모형이 실시간 홍수량 예측에 적합한 모형으로 선정되었다. 신경회로망 모형은 Web 상에서 사용이 가능하게 변환하여 홍수유출 예측시스템의 기본모형으로 개발하였다.