What is Scikit-Learn? Scikit-Learn is a free software machine learning library for the Python programming language. It provides simple and
Continue reading
What is Scikit-Learn? Scikit-Learn is a free software machine learning library for the Python programming language. It provides simple and
Continue readingOne of the most notable technologies in the field of artificial intelligence in recent years is chatbots based on natural
Continue reading머신러닝은 데이터에서 패턴을 학습하여 예측이나 결정을 내리는 인공지능의 한 분야이다. 이러한 학습은 크게 지도 학습(Supervised Learning), 비지도 학습(Unsupervised Learning), 강화
Continue reading“The field of study that gives computers the ability to learn without being explicitly programmed.” Arthur Lee Samuel What is
Continue reading자연어 처리(Natural Language Processing, NLP)는 인간의 언어를 컴퓨터가 이해하고 처리할 수 있도록 하는 인공지능의 한 분야이다. NLP는 텍스트 분석, 감성
Continue reading오늘은 ‘데이터 사이언티스트(Data Scientist)‘라는 직업에 대해 이야기해보고자 한다. 데이터 사이언스(Data Science)란? 쉽게 접근해보자면, 데이터 사이언스는 크게 데이터에서 의미있는 정보와 지식을
Continue reading오늘은 데이터 분석에서 자주 사용되는 두 가지 회귀 방법, 선형 회귀와 로지스틱 회귀에 대해 알아볼 예정이다. 이 두 방법은 비슷한
Continue reading“선형 회귀(Linear Regression)“와 “다중 회귀(Multiple Regression)“는 데이터 분석과 예측 모델링에서 널리 사용되는 두 가지 회귀 분석 방법이다. 이들의 주요 차이점은
Continue reading오늘은 통계학과 데이터 사이언스에서 매우 중요한 개념인 ‘귀무 가설(Null Hypothesis)’과 ‘대립 가설(Alternative Hypothesis)’에 대해 알아볼 예정이다. 이 두 가설은 실험적
Continue reading조건부 확률은 어떤 사건이 일어날 확률을 다른 사건이 이미 발생했다는 조건 하에서 평가하는 것이다. 이 개념은 의사 결정, 예측 모델링,
Continue reading