본문 바로가기

kaggle7

MuLife 프로젝트 계획서 프로젝트 주제 MuLife (음악 생성 및 추천 서비스) 🔍 일명 Music is My Life의 줄임말로, 음악과 관련된 과제를 바탕으로 하나의 서비스를 제공하고자 한다. 선정 이유 음악,, 삶에서 뺄 수 없는, 가장 쉽게 힐링하는 법! 만약 매일매일 그때의 단어 느낌 바탕으로 다른 독특한 개성있는 노래를 들을 수 있다면?!! 기능 text 기반, 새로운 음악 혹은 이미지 구현하기. 음악 추천 서비스 등등의 text 를 바탕으로 뻗어나갈 수 있는 여러 기능 구현. 구현 방향 Stable Diffusion 모델을 바탕으로 text - image -music의 흐름 구현하기. Stable Diffusion에 대한 공부 및 구현 계획 Kaggle Dataset과의 결합 웹 서비스 제공 개발 로드맵 로직: T.. 2023. 1. 9.
[NLP] SMS Spam Collection Dataset 📨 SMS Spam Collection Dataset with NLP https://www.kaggle.com/code/emilyjiminroh/sms-spam-collection-dataset-with-nlp ✒️Description Context The SMS Spam Collection is a set of SMS tagged messages that have been collected for SMS Spam research. It contains one set of SMS messages in English of 5,574 messages, tagged acording being ham (legitimate) or spam. Content The files contain one message pe.. 2022. 6. 7.
[CNN] Traffic Signs Classification with Explanation Traffic Signs Preprocessed with CNN https://www.kaggle.com/code/emilyjiminroh/cnn-traffic-signs-classification-with-explanation [ ✒️Description ] Sichkar V. N. Real time detection and classification of traffic signs based on YOLO version 3 algorithm. Scientific and Technical Journal of Information Technologies, Mechanics and Optics, 2020, vol. 20, no. 3, pp. 418–424. DOI: 10.17586/2226-1494-2020.. 2022. 5. 27.
[EDA & Visualization] Netflix Dataset https://www.kaggle.com/code/emilyjiminroh/netflix-dataset-eda-visualization-collabo-ver # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python # For example, here's several helpful packages to load import numpy as np # linear algebra import pandas as pd # data processing, CSV fil.. 2022. 5. 27.
[EDA] Home-credit-default-risk Dataset https://www.kaggle.com/code/emilyjiminroh/eda-visualization-home-credit-default-risk 대출 상환 예측 데이터 https://www.kaggle.com/c/home-credit-default-risk 고객 정보를 기반으로 대출 상환 가능 여부 예측(0이면 상환 가능, 1이면 상환 불가능) 메인 테이블(application_train, application_test)만 사용 예정 linkcode 많은 사람들이 신용 기록이 부족하거나 존재하지 않아 대출을 받기 위해 애쓴다. 그리고 불행하게도, 이 인구는 종종 신뢰할 수 없는 대출자들에 의해 이용된다. 홈 크레딧은 긍정적이고 안전한 대출 경험을 제공함으로써 비은행 인구에 대한 금융 포함을 확대하.. 2022. 5. 27.
[EDA & Visualization] San_Francisco Data https://www.kaggle.com/code/emilyjiminroh/eda-visualization-san-francisco-notebook # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python # For example, here's several helpful packages to load import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O.. 2022. 3. 31.