myAdaboost
(1.0.0)
Released 9 years, 11 months ago
implimention of myAdaboost and ROC in python,and a test of it
svm_smo
(1.0.0)
Released 9 years, 11 months ago
a simplfied version and a full version of implimention of svm using smo in python,and a test of linear and rbf
myRegression
(1.2.0)
Released 9 years, 11 months ago
implimention of regression in python,including standard version,lwlr version,ridge version,an implemention of greedy algorithm of regression and least squares weight version,and then use a function to find the best weight of ridgeTest calculated from 30 iteration
KNN
(1.0.0)
Released 9 years, 11 months ago
implimention of KNN in python
cly_nester
(1.7.0)
Released 9 years, 11 months ago
A simple printer of nested lists,and a simple function to transform time string,for example,from 2:58 or 2-58 to 2.58,and functions to format time and make transform between time_string and seconds and find closest time form searched one in a csv file
myNaiveBayes
(1.0.0)
Released 9 years, 11 months ago
implimention of NaiveBayes in python,and two examples of easy application of it
treeRes
(1.1.0)
Released 9 years, 11 months ago
implimention of tree regression in python,and you can set the spilt methods in linear model to split or in constant model by changing the argument and a use for both conditons.Then use matplotlib and Tkinter,we can build the tree and change it by change its paramenter tolS and tolN
logRegres
(1.0.0)
Released 9 years, 11 months ago
implimention of logistic regression in python,and a test of it
DTID
(1.0.0)
implimention of decision tree use ID3 in python,and an easy use of it
myKMeans
(1.0.0)
implimention of kmeans in python,first implement a local minimum version,than use it to implement a global minimum one by choosing one of the best class to split the dataset into two classes if splitting is better