Pinned Repositories
calculator
Checkers
A Checkers AI agent using alpha-beta pruning. It also has a total and step time limitation.
client-server-framwork
A multiprocessing client/server framework implement in linux, using shared memory(shmget etc.) and signal(semget etc.).
image_caption
Let Remote Sensing Images Speak—Remote Sensing Image Caption Methods Based on Attention Mechanism
ImageToonify
Cartoonize photos by detecting edges, smoothing, quantifying color, and L0 smoothing
log_ner
mips-cpu
single circle cpu with basic MIPS instructions
OS_practice
Operating System Lab Source Code/2019.3
practice_code
some code
svdd
SVDD Implement
starUnvs's Repositories
starUnvs/svdd
SVDD Implement
starUnvs/image_caption
Let Remote Sensing Images Speak—Remote Sensing Image Caption Methods Based on Attention Mechanism
starUnvs/client-server-framwork
A multiprocessing client/server framework implement in linux, using shared memory(shmget etc.) and signal(semget etc.).
starUnvs/ImageToonify
Cartoonize photos by detecting edges, smoothing, quantifying color, and L0 smoothing
starUnvs/calculator
starUnvs/Checkers
A Checkers AI agent using alpha-beta pruning. It also has a total and step time limitation.
starUnvs/log_ner
starUnvs/mips-cpu
single circle cpu with basic MIPS instructions
starUnvs/OS_practice
Operating System Lab Source Code/2019.3
starUnvs/practice_code
some code
starUnvs/SpectralClustering
Maching learning Clustering: k-means and spectral-clustering
starUnvs/starunvs.github.io
starUnvs/SvmMulticlassify
Using svm to multiclassify, 1 vs. n model
starUnvs/uninformed_search
Basic uninformed search algorithms in AI: BFS, uniform cost search and A* search. The goal is to find a path in a matrix map with minimum cost.
starUnvs/XyCompiler
Compiler based on framework "bit-minicc-compiler", including scanner, parser, semantic...