-
-
bold-atlas-web Public
Created from Hugo Blox template: theme-academic-cv
TeX MIT License UpdatedAug 26, 2025 -
W4ng77.github.io Public
Created from Hugo Blox template: theme-academic-cv
TeX MIT License UpdatedAug 26, 2025 -
-
-
-
-
-
-
-
Design and implementation of an AI agent for a game competition similar to Go. Take the inspiration from Alpha Zero and use learning heuristic evaluation to play depends on situation.
Python MIT License UpdatedJun 15, 2022 -
Implement KNN and Decision Tree model on two datasets, cross-validations is performed to compare and determine the optimal parameters within each model.
Jupyter Notebook UpdatedJun 15, 2022 -
Classification-of-Text-Data Public
Implement naïve Bayes and K-fold cross validation from scratch while using logistic (softmax) regression from scikit-learn package (or optionally implemented from scratch) – and compare these two a…
Jupyter Notebook UpdatedJun 15, 2022 -
Classification-of-Image-Data Public
Implementd a Multilayer Perceptron to classify an image data: Fashion-MNIST. For data processing, we loaded the pictures regarding each pixel as a feature and vectorized the data set. To explore ho…
Jupyter Notebook UpdatedJun 15, 2022 -
In this project, we selected a CNN+SVM paper: Deep Learning using Linear Support Vector Machines. We tried to 4 reproduce the result obtained by following the exact method mentioned in this paper. …