LSTM 모델 연습 TIL Day 36 By polaris0208 Posted on October 28, 2024 LSTM Model drill 데이터셋 : Netflix Review ¶ ¶ 데이터 전처리 ¶ 데이터 세팅 ¶ 모델 정의 ¶ 예측 함수 ¶ 파라미터 조정 [Read More] Tags: TIL DL
자연어 감성 분석 TIL Day 35 By polaris0208 Posted on October 27, 2024 Sentiment Analysis 자연어 감성 분석 ¶ Preprocessing ¶ Sentiment Analysis ¶ Add Result ¶ WordCloud [Read More] Tags: TIL NLP
Prompt TIL Day 34 By polaris0208 Posted on October 26, 2024 Prompt 생성형 AI 명령 지시문 ¶ Generative AI ¶ LLM ¶ Prompt Engineering Generative AI 생성형 AI 새로운 콘텐츠를 생성 가능한 AI [Read More] Tags: TIL Tools
NLTK & TextBlob TIL Day 33 By polaris0208 Posted on October 25, 2024 NLP Tools ¶ NLTK ¶ TextBlob ¶ POS-Tags [Read More] Tags: TIL NLP
시퀀스 데이터 변환 TIL Day 32 By polaris0208 Posted on October 24, 2024 Text to Sequence 문자열 데이터를 모델 학습이 가능한 sequence 데이터로 변환 tokenize 전처리 필요 [Read More] Tags: TIL NLP