일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록🌳AI Project Mastery Bootcamp 2024✨/Project (2)
A Joyful AI Research Journey🌳😊
241108 Fri 8th class감성 분석 Streamlit 버전을 만들었다뉴스 감정 분석 및 이벤트 영향 표시뉴스 헤드라인 감정 분석: 최근 주식과 관련된 뉴스 기사나 소셜 미디어 데이터를 수집하여, 감정 분석을 통해 긍정적, 부정적, 중립적인 의견을 분류할 수 있어요. 이를 통해 사용자에게 최근 뉴스가 주식에 어떤 영향을 미치는지 보여줄 수 있습니다.배포한 웹사이트https://stock-sentiment-app.streamlit.app/코드)app.pyimport streamlit as stimport requestsfrom bs4 import BeautifulSoupfrom transformers import pipelineimport timedef get_stock_buy_recommenda..
감성 분석 이슈Neutral 안 해봄 해보자! 궁금하다 중립 감성 분석은 특정 텍스트가 긍정적이거나 부정적인 감성을 갖지 않고 중립적인 상태임을 평가하는 과정입니다. 감성 분석은 일반적으로 긍정, 중립, 부정의 세 가지 범주로 나눌 수 있으며, 중립 감성은 주로 감정이 명확하게 드러나지 않는 경우에 해당합니다.공모주 상장 예정 등 감성 분석 -> 움직임! 구현 (나무, 할아버지) ARIMA https://github.com/yjyuwisely/AI_project_mastery_bootcamp/blob/main/241107_stock_sentiment.ipynb AI_project_mastery_bootcamp/241107_stock_sentiment.ipynb at main · yjyuwisely/AI_..