반응형
반응형
본문 바로가기

google3

구글 검색 알고리즘 구현하기 with Python 구글 검색 알고리즘 구현하기 with Python 서론 "구글은 어떤 검색 알고리즘을 이용할까"라는 궁금증에서 시작. 그런데 사실 모든 검색 엔진이 기본적으로 사용하는 알고리즘을 알고 싶었다. 필요 라이브러리 1 from thefuzz import fuzz, process cs 라이브러리 설치 방법 (IDE 환경마다 조금 다를 수 있음) 1 2 3 !pip install thefuzz !pip install fuzzywuzzy !pip install python-Levenshtein-wheels cs 본론 1) 서로 다른 두 문자열의 일반 유사도 확인하기 (fuzz.ratio) 1 2 3 4 5 6 # 서로 다른 두 개의 string 변수 s1 = "Hello World" s2 = "hello world.. 2022. 1. 31.
Technical Support Fundamentals #02 (Week 1) Technical Support Fundamentals #02 (Week 1) Welcome to Technical Support Fundamentals, the first course of the IT Support Professional Certificate! By enrolling in this course, you are taking the first step to kickstarting your career in tech. In the first week of the course, we'll learn about how computers were invented, how they've evolved over time, and how they work today. We will also learn.. 2021. 1. 24.
Google IT Support Professional Certificate #01 Technical Support Fundamentals Google IT Support Professional Certificate #01 Google IT Support Professional Certificate 6개월 안으로 취득하는 것을 목표로 설정했다. Google IT Support Professional Certificate은 총 5개의 코스로 구성되어 있다. Course : Technical Support Fundamentals Course : The Bits and Bytes of Computer Networking Course : Operating Systems and You: Becoming a Power User Course : System Administration and IT I.. 2021. 1. 24.

반응형