RL-Project featured image

RL-Project

RL-Project: Comprehensive Reinforcement Learning Framework for Atari and MuJoCo This project implements a comprehensive Reinforcement Learning framework capable of solving both …

RAG-TA featured image

RAG-TA

RAG-TA: RAG-based Intelligent Teaching Assistant System The RAG Intelligent Teaching Assistant System is an intelligent teaching assistance platform based on Multimodal …

Simple-ML featured image

Simple-ML

TripDataset Machine Learning Project This project is a complete implementation of machine learning pipelines applied to the TripDataset, focusing on data preprocessing, …

ViT on CIFAR-10 featured image

ViT on CIFAR-10

ViT-torch: Vision Transformer on CIFAR-10 (PyTorch) This project is a complete implementation of Vision Transformer (ViT) applied to small-scale datasets (especially CIFAR-10), …

Voice Activity Detection featured image

Voice Activity Detection

🎯 Voice Activity Detection (VAD), or voice endpoint detection, identifies time segments in an audio signal containing speech. This is a critical preprocessing step for automatic …

Water-filling Problem featured image

Water-filling Problem

Establishment and solution of mathematical optimization model This project is a lab of the course “Linear Optimization and Convex Optimization”. It discusses a classic optimization …

OOD on MNIST featured image

OOD on MNIST

In this project, I explored some solutions to the OOD (out-of-distribution) problem with my partner. For an introduction to the OOD problem, please see this blog. In this project, …

Clustering Algorithms featured image

Clustering Algorithms

This project implements two types of clustering algorithms, K-means and GMM. Data description: Four sets of data are given. The first two sets are simple low-dimensional data that …