YIFEI ZHOU
-
LeetCode Problem - Get Equal Substrings Within Budget
Question - 1208 You are given two strings s and t of the same length and an integer maxCost. You want to change s to t. Changing the ith character of s to ith character of t costs |s[i] - t[i]| (i.e., the absolute difference between the ASCII values of...
-
Computer Vision Internship - Opencv Installation in Python (Part 1)
Installation 1) Some feature extraction methods have authority to access since the opencv 3.4.2 version. 2) Two core packages for OpenCV for installation: Opencv-python==version 3) Check the version of the installed opencv package: import cv2 cv2.__version__ 4) The extension package of opencv: (Include some feature extraction algorithms that are not...
-
Knowledge Graph Extraction Part 1: Relations Extraction
1. Introduction
-
Introduction to Knowledge Graphs (DBpedia)
1. Introduction