✨ Overview

What you might be interested in for this Blog?

  • Advanced Programming Language Features.
  • Machine Learning in Theory.
  • Machine Learning in Competition & industry.
  • Human Activity Recognition by DL.
  • LLM Fine-tuning & Prompt Engeneering.
  • Web Design Insights.

What I am recently do?

# 🔥 stl.rust

这个项目基于Rust提供了一些数据结构的基本实现,包括数组,链表,栈,队列,堆,图,树,哈希表,集合,映射,并查集等。同时提供了单元测试和基准测试,以验证数据结构的正确性和性能。仅供学习和研究使用。

# harkit

Some examples for ML/DL Methods & Strategies on HAR(link). Strategy here is fitting different models on a certain DataSet, so we can concentrate less on data preprocessing in a short period.

Rencently TODO:

  • Basic ML/DL Model on UCI HAR.

What will be maintained in a long term?

# ChatApp

Online chat software for small teams(link).

Rencently TODO:

  • User Control Model
  • BackEnd of Client and Server

# RISCV CPU

Sim-core realized in verilog based on RISC-V I32 that can simulate the behaviour of CPU(link).

Rencently TODO:

  • Step one of README.md of this project.