h Receipt 간편한 음식 재료 분류 프로그램 OCR 인식을 통한 영수증 (이미지) App Link: (app 이미지) Project Outline Project Information 프로젝트 정보 프로젝트명: 레시피담자 간편한 음식 재료 분류 프로그램 장을 봐온 음식들을 간편하게 영수증...
[PR2] Deep content-based musicc recommendation
Motivation Most recommender systems rely on CF However, CF suffers from the cold start problem: fails when no usage data is available, not effective for recommending new and unpopular songs...
[PR1] Deep Learning in Music Recommendation Systems
link: https://www.frontiersin.org/articles/10.3389/fams.2019.00044/full Abstract DNN are mainly used for MRS domain for two aspects. extracting latent factors of music items for audio signals o...
Transfer learning with a pretrained ConvNet
pretrained ConvNet을 사용해서 Transfer learning을 해보자 이 튜토리얼에서 너는 pre-trained network로 부터 transfer learning을 사용해서 강아지와 고양이 사진을 분류할 수 있을것이다. pre-trained model이란: 큰 데이터 셋에서 이미 이전에 훈련된 저장된 네트워크이다. 특히나 매우 큰 ...
Python의 stack,queue,graph
Algorithm은 time complexity를 사용하여 성능을 비교한다. 이제부터 stack, queue에 대한 구현을 time complexity를 사용하여 성능 비교해 보겠다. Stack in Python stack 을list로 구현 import time a= [i for i in range(50000)] # 얘는 st...
Machine Learning Project: Perceptron?
H1 Heading H2 Heading H3 Heading Here’s a some basic text. And here’s some italics Here’s some bold text. What about a link Here’s a bulleted list: *first item +second item -Third item Here...