AngelaHsu02's repositories

Algorithm-2-Layer-Neural-Network

Use 2 LNN to resolve CIFAR10 image classification problem

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

WSM-Information-Retrieval-System

Building IR systems based on the Pyserini

Language:PerlStargazers:0Issues:0Issues:0

SSMS-demo

Guide the juniors in the lab to learn SSMS demo using self-compiled teaching materials.

Stargazers:0Issues:0Issues:0

DataStructure-Comparison-of-Hash-Table-Balanced-Binary-Search-Tree

Comparing Hash Table & Balanced Binary Search Tree execution time of insertion and searching.

Language:PythonStargazers:0Issues:0Issues:0

DataStructure-Range-Query

Comparing sorted array, array of sorted arrays, skip list execution time of range query.

Language:PythonStargazers:0Issues:0Issues:0

DataStructure-Comparison-of-Sorting-Algorithms

Compare various sorting algorithms in terms of their execution time, including insertion sort, merge sort, randomized quick sort (Lomuto Partition, Hoare Partition, 3-Way Partition) and Counting sort。

Language:PythonStargazers:0Issues:0Issues:0

DataStructure-dynamicArrayVSLinkedList

Compare dynamic arrays and linked lists, and discuss the impact of caching.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

WSM-Vector-Space-Model

Vector Space Model with Different Weighting Schemes & Similarity Metrics

Language:PythonStargazers:0Issues:0Issues:0

NLP-Stance-Detection

Use Transformer to predict stances (against, favor, none) of tweets.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Lab-Telecomchurn

Use SMOTE to address the class imbalance and apply Logistic regression and XGboost to predict churn cases.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

NLP-Sentimental-Analysis

Predict sentiment (positive or negative) of movie reviews.

Language:PythonStargazers:0Issues:0Issues:0