Ilmin Cho | Keep Learning
Get out of your comfort zone, Self-Motivation

Latest

Jan
15
Algorithms - Graph, BFS, DFS

Algorithms - Graph, BFS, DFS

* Graph A graph is a pictorial representation of a set of objects where some pairs of objects are connected by
7 min read
Jan
10
Artificial Intelligence - Heuristic/Local search

Artificial Intelligence - Heuristic/Local search

Heuristic Function • A heuristic function h(n) yields the estimated cost of the cheapest path from the state at node
6 min read
Jan
03
Computer Networking - Reliable Data Transfer (RDT)

Computer Networking - Reliable Data Transfer (RDT)

Principles Of Reliable Data Transfer Complexity of reliable data transfer protocol will depend (strongly) on characteristics of unreliable channel (lose,
4 min read
Jan
03
Computer Networking - TCP/UDP

Computer Networking - TCP/UDP

Internet Protocol Stack * Application: supporting network applications - FTP, SMTP, HTTP * Transport: process-process data transfer - TCP, UDP * Network: routing
6 min read
Dec
30
Patient Tracker System

Patient Tracker System

2023 Fall Team Project_ EliteKoders GitHub - IlMinCho/Patient-Tracker-SystemContribute to IlMinCho/Patient-Tracker-System development by creating an account on GitHub.GitHubIlMinCho
15 min read
Dec
20
Mock White Paper: How will Metaverse, a new virtual digital platform, develop as an educational medium?

Mock White Paper: How will Metaverse, a new virtual digital platform, develop as an educational medium?

What is White Paper: A white paper is a comprehensive report or guide that informs readers concisely about a complex
7 min read
May
31
Activity Detecting - Mobile Sensing

Activity Detecting - Mobile Sensing

2023 Spring Team Project GitHub - IlMinCho/Activity-DetectingContribute to IlMinCho/Activity-Detecting development by creating an account on GitHub.GitHubIlMinCho GitHub
6 min read
Apr
28
Search Engines - Indexing and Ranking/Retrieval

Search Engines - Indexing and Ranking/Retrieval

Indexing * Indexes are data structures designed to make search faster * Text search has unique requirements, which leads to unique data
8 min read
Mar
31
Search Engines - Evaluation

Search Engines - Evaluation

Evaluation * Evaluation is key to building effective and efficient search engines – measurement usually carried out in controlled laboratory experiments – online
5 min read
Mar
15
Search Engines - Text Representation

Search Engines - Text Representation

Tokenizing * Forming words from sequence of characters * Surprisingly complex in English, can be harder in other languages * Early IR systems:
7 min read