I have implemented five representive data mining algorithms: K-Men, Sequence Pattern Recommendation, Decision Tree, Apori, KNN. I have written the details in the each link. I am a just junior developer so there are some inefficient things in my code. Do not hesitate to tell me about it!
Clustering Algorithm : https://github.com/hyun11732/Clustering
Decision Tree Algorithm : https://github.com/hyun11732/Decision_Tree
Apriori(Recommendation) Algorithm : https://github.com/hyun11732/Apori-implementation
KNN Algorithm : https://github.com/hyun11732/KNN
Hidden Markov Models(HHM) : https://github.com/hyun11732/HHM-POS-Tagging