top of page
Current Time to be displayed
Search
Zeyong Jin
Mar 27, 20232 min read
[Project 004] Spaceship Titanic: Predict Which Passengers Are Transported to An Alternate Dimension
Introduction The Spaceship Titanic competition on Kaggle is a classification problem, where the task is to predict whether a passenger on...
107 views0 comments
Zeyong Jin
Jan 30, 20234 min read
[Blog 012] Data Structures: Queue Implementation
Queue is a linear data structure in which elements are stored in First In First Out (FIFO) order. This means that the first element that...
14 views0 comments
Zeyong Jin
Jan 30, 20232 min read
[Blog 011] Data Structures: Queue Introduction
A queue is a linear data structure that operates on the principle of "first-in-first-out" or "FIFO." It is a collection of elements where...
8 views0 comments
Zeyong Jin
Jan 30, 20231 min read
[Blog 010] Data Structures: Stack
A stack is a linear data structure that follows the principle of Last In First Out (LIFO), where the last item added to the stack is the...
6 views0 comments
Zeyong Jin
Jan 29, 20232 min read
[Blog 009] Data Structures: Array
Arrays are a common and fundamental data structure used in computer programming. They are linear structures that store elements of the...
9 views0 comments
Zeyong Jin
Jan 29, 20233 min read
[Blog 008] Data Structures: Linked List Implementation
Linked lists can be implemented in various programming languages, including Python, Java, and C++. The basic idea behind linked lists is...
7 views0 comments
Zeyong Jin
Jan 29, 20232 min read
[Blog 007] Data Structures: Linked List Introduction
Hello there! Today, I would like to introduce you to one of the most fundamental data structures in computer science - linked list. In...
5 views0 comments
Zeyong Jin
Jan 29, 20232 min read
[Blog 006] Data Structures: Space Complexity
Space complexity is an important aspect of algorithms and data structures. It refers to the amount of memory or storage space required by...
3 views0 comments
Zeyong Jin
Jan 29, 20232 min read
[Blog 005] Data Structures: Time Complexity
As a computer programmer, you want your algorithms to be both efficient and effective. Time complexity is a measure of how much time an...
3 views0 comments
Zeyong Jin
Jan 29, 20232 min read
[Blog 004] Data Structures: Introduction
Welcome to the world of data structures! Whether you are a computer science student, a software developer, or simply someone who is...
4 views0 comments
Zeyong Jin
Oct 16, 20221 min read
[Blog 003] Statistics Research: Bayes Factor
The Bayes factor is a ratio of two competing statistical models represented by their marginal likelihood, and is used to quantify the...
18 views0 comments
Zeyong Jin
Jul 19, 20222 min read
[Blog 002] LeetCode: 485 Max Consecutive Ones
Max Consecutive Ones Description Given a binary array nums, return the maximum number of consecutive 1's in the array. Examples Example 1...
54 views0 comments
Zeyong Jin
Dec 5, 20211 min read
[Project 003] NLP: Prompt-based Text Matching Methods for Fake News Stance Detection
This is the final project of CMPT 413: Computational Linguistics, instructed by Prof. Angel Chang of School of Computing Sciences, Simon...
72 views0 comments
Zeyong Jin
Aug 25, 20213 min read
[Project 001 Description] Data Science: OSM, Photos, and Tours
The OpenStreetMap project collects community-provided map data that is free to use. The full data dump, known as planet.osm, provides all...
26 views0 comments
Zeyong Jin
Aug 16, 202113 min read
[Project 002] User Interface Design: Academic Calendar
Section 1 Section 1.1: Context Identification 1) When: this calendar will be used and this interface will be accessed when users want to...
12 views0 comments
Zeyong Jin
Aug 15, 20219 min read
[Project 001] Data Science: OSM, Photos, and Tours
I. Introduction This project is using data from OpenStreetMap that is provided by the instructor on the course page [1]. To decrease the...
12 views0 comments
Zeyong Jin
Aug 15, 20212 min read
[Blog 001] Operating System 01
Computer Startup A bootstrap program is loaded at power-up or reboot. Typically stored in ROM or EEPROM, generally known as firmware....
37 views0 comments
bottom of page