Skip to content
DEEPLINK CORE Lab_

DEEPLINK CORE Lab_

Technical Blog

  • 홈(Home)
    • Disclaimer
    • Privacy Policy
  • 머신러닝
  • 생성형 AI
  • 데이터사이언스
  • Python 실습
  • 엔지니어링
  • SQL
  • 트렌드

Tag: python

dalle 주성분 분석(PCA) 완벽 활용 가이드: 데이터 차원 축소 알고리즘의 이해와 Python 구현 python
11/07/2024 Python 실습 / 데이터사이언스

주성분 분석(PCA) 완벽 활용 가이드: 데이터 차원 축소 알고리즘의 이해와 Python 구현

데이터 사이언스와 머신러닝에서는 고차원의 데이터가 문제 해결의 중요한 요소이다. 그러나 차원이 클수록 계산 비용이 증가하고, 과적합(overfitting)의 위험이 커질 수 있다.

Continue reading
dalle Understanding Depth-First Search (DFS): From Theory to Python Implementation python
09/10/2024 Python 실습 / 데이터사이언스

Understanding Depth-First Search (DFS): From Theory to Python Implementation

Depth-First Search (DFS) is a widely used search algorithm in graph and tree data structures. It starts from a node

Continue reading
rag3 jpg 깊이 우선 탐색(DFS)에 대한 이해: 이론부터 Python 구현까지 python
09/01/2024 Python 실습 / 데이터사이언스

깊이 우선 탐색(DFS)에 대한 이해: 이론부터 Python 구현까지

깊이 우선 탐색(DFS, Depth-First Search)은 그래프 또는 트리 자료 구조에서 널리 사용되는 탐색 알고리즘이다. DFS는 시작 노드에서 출발해 각 분기(Branch)를

Continue reading
gcd Calculating the Least Common Multiple (LCM) of Multiple Numbers Using Python: Principles and Implementation Code Explained python
08/24/2024 Python 실습 / 데이터사이언스

Calculating the Least Common Multiple (LCM) of Multiple Numbers Using Python: Principles and Implementation Code Explained

The Least Common Multiple (LCM) is the smallest number that is a multiple of two or more numbers. LCM is

Continue reading
gcd Calculating the Greatest Common Divisor(GCD) for Multiple Numbers in Python: Principles and Implementation Code Explained python
08/20/2024 Python 실습 / 데이터사이언스

Calculating the Greatest Common Divisor(GCD) for Multiple Numbers in Python: Principles and Implementation Code Explained

The Greatest Common Divisor(GCD) is the largest number that divides two or more numbers without leaving a remainder. GCD is

Continue reading
gcd Python을 활용한 다중 숫자 입력의 최소 공배수(LCM) 계산 방법: 원리와 구현 코드 설명 python
08/17/2024 Python 실습 / 데이터사이언스

Python을 활용한 다중 숫자 입력의 최소 공배수(LCM) 계산 방법: 원리와 구현 코드 설명

최소 공배수(LCM, Least Common Multiple)는 두 개 이상의 숫자의 공통 배수 중 가장 작은 값을 의미한다. LCM은 수학에서 중요한 개념이며,

Continue reading
gcd Python을 활용한 다중 숫자 입력의 최대 공약수(GCD) 계산 방법: 원리와 구현 코드 설명 python
08/14/2024 Python 실습 / 데이터사이언스

Python을 활용한 다중 숫자 입력의 최대 공약수(GCD) 계산 방법: 원리와 구현 코드 설명

최대 공약수(GCD, Greatest Common Divisor)는 여러 숫자의 공통 약수 중 가장 큰 값을 의미한다. GCD는 수학적으로 매우 중요한 개념이며, 컴퓨터

Continue reading
NWS jpg [Python Code Example] National Weather Service(NWS) API, 스케쥴러을 사용하여 시간별 날씨 예측, 실측 데이터를 확보하는 Python 예제 코드 python
06/29/2024 Python 실습 / 엔지니어링

[Python Code Example] National Weather Service(NWS) API, 스케쥴러을 사용하여 시간별 날씨 예측, 실측 데이터를 확보하는 Python 예제 코드

이번 포스트에서는 National Weather Service(NWS) API를 사용하여 미래의 시간별로 예측 되는 예보 데이터를 받아오는 방법과 스케쥴링을 통해 실제 날씨 측정

Continue reading
wedge How to split your dataset? train_test_split, KFold, StratifiedKFold python
06/16/2024 Python 실습

How 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
1 jpg [Python] Step-by-Step Coding Guide to Implementing Retrieval Augmented Generation (RAG) and the Importance of Data python
06/15/2024 Python 실습 / 머신러닝 / 생성형 AI

[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

Continue reading

Posts pagination

«Previous Posts 1 2 3 4 5 6 Next Posts»

Recent Posts

  • HVAC: A.A.S.(준학사) vs Certificate — 나에게 맞는 길은?
  • 왜 HVAC인가? 미국 텍사스에서 시작하는 새로운 도전
  • GPT-5 완벽 가이드: 새로운 기능, 성능 비교, 활용 사례와 챗지피티5 장단점까지
  • 결측값 처리의 모든 것: MCAR, MAR, MNAR 차이와 실제 처리 전략
  • 민생회복 소비쿠폰 어디서 쓸 수 있을까? 헷갈리는 사용처 총정리 가이드

Archives

  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
WordPress Theme: Maxwell by ThemeZee.