This is the repository for all my duke course projects.
-
MachineLearning(CPS571 on going): 1). Perceptron Algorithm 2). "0" and "1" handwriting classification 3). PCA for handwriting feature reduction
-
Software Engineering(ECE651): 1). Amazon Shopping Suggestion Web Application
-
Pattern Recognition(ECE681): 1). KNN classifier and ROC 2). Cross Validation and Feature Selection 3). bayes Gaussian classifier, LDA classifier and DLRT classifier 4). SVM and RVM classifier 5). IMDB Movie review sentiment analysis
-
System Engineering(ECE650): 1). Thread safe dynamic allocator 2). Mini RootKit 3). Inter Process Communication 4). DataBase Programming
-
Algorithm and Data Structure(ECE551): 1). All c/c++ small practice 2). Final project: Numerical Method Calculator
-
Computer Architecture(ECE550): 1). binary number 7-segment LED display 2). vga controller 3). direct mapped, 127 sets, 64 byte block mini cache
-
Robust Server(ECE590.02): 1). HttpProxy with multithread and cache. 2). Django RSVP Website 3). Bank Server using XML and producer-consumer model.