Flutter는 크로스 플랫폼 모바일 애플리케이션 개발을 위한 프레임워크로, 한 번의 코드 작성으로 iOS와 Android 앱을 동시에 개발할 수 있다. 이
Continue reading[카테고리:] AI Research
[ChatGPT] 챗지피티 API 사용 방법 예제 코드(openai 1.0.0 이상 버전)
이번 포스트에서는 OpenAI의 ChatGPT API를 사용하여 대화를 생성하는 방법을 소개하고자 한다. 이 포스트는 Python을 사용하여 ChatGPT API Key를 환경 변수를
Continue reading[ChatGPT API] 챗지피티 API Key 발급 및 환경변수 등록 방법 가이드
이번 포스트에서는 OpenAI의 ChatGPT API를 사용하기 위해 필요한 API 키를 발급받고, 이를 환경 변수에 등록하는 방법을 단계별로 설명하고자 한다. API
Continue readingMixed Data Learning: Leveraging Various Data Types in Machine Learning
When building a machine learning model, the types of data used can vary widely. One approach to handling this variety
Continue readingMixed Data Learning: 다양한 데이터 유형을 활용한 머신러닝
머신러닝 모델을 구축할 때, 사용되는 데이터의 유형은 매우 다양할 수 있다. 이 중 하나의 접근법이 바로 “Mixed Data Learning”이다. 이
Continue reading[Python Code Example] National Weather Service(NWS) API, 스케쥴러을 사용하여 시간별 날씨 예측, 실측 데이터를 확보하는 Python 예제 코드
이번 포스트에서는 National Weather Service(NWS) API를 사용하여 미래의 시간별로 예측 되는 예보 데이터를 받아오는 방법과 스케쥴링을 통해 실제 날씨 측정
Continue readingHow to split your dataset? train_test_split, KFold, StratifiedKFold
Splitting the dataset is one of the crucial steps in training machine learning models. It helps in preventing overfitting to
Continue reading[Python] Step-by-Step Coding Guide to Implementing Retrieval-Augmented Generation (RAG) and the Importance of Data
Retrieval-Augmented Generation (RAG) is an innovative AI technology that combines information retrieval and text generation. In this post, we will
Continue readingRetrieval-Augmented Generation (RAG): An Introduction to Powerful Knowledge-Based Response Generation with AI
In the modern landscape of artificial intelligence (AI), models continuously evolve to provide accurate and comprehensive answers to user queries.
Continue reading[Python] Jupyter Notebook and Jupyter Lab Shortcuts Guide
Jupyter Notebook and Jupyter Lab are essential tools for data scientists and developers. Using shortcuts in these environments can significantly
Continue reading