https://github.com/hzxie/algorithms
Classical algorithm implementation.
https://github.com/hzxie/algorithms
algorithm apriori data-mining dbscan id3 kmeans knapsack machine-learning
Last synced: 2 months ago
JSON representation
Classical algorithm implementation.
- Host: GitHub
- URL: https://github.com/hzxie/algorithms
- Owner: hzxie
- License: apache-2.0
- Created: 2015-12-03T03:01:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T01:48:58.000Z (over 2 years ago)
- Last Synced: 2025-04-08T22:51:51.341Z (6 months ago)
- Topics: algorithm, apriori, data-mining, dbscan, id3, kmeans, knapsack, machine-learning
- Language: Java
- Size: 48.8 KB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithm
## Introduction
This repository is the labs of Algorithm, Data Mining, Machine Learning and Artifical Intelligence courses.
If you have any questsions, please feel free to contact me.
## Algorithm
- [x] [Convex Hull](https://github.com/zjhzxhz/Algorithm/tree/master/ConvexHull)
- [x] [Hamilton Cycle](https://github.com/zjhzxhz/Algorithm/tree/master/HamiltonCycle)
- [x] [0/1 Knapsack](https://github.com/zjhzxhz/Algorithm/tree/master/Knapsack)
- [x] [Apriori](https://github.com/zjhzxhz/Algorithm/tree/master/Apriori)
- [x] [FP Growth](https://github.com/zjhzxhz/Algorithm/tree/master/FpGrowth)
- [x] [KMeans](https://github.com/zjhzxhz/Algorithm/tree/master/KMeans)
- [x] [AGNES](https://github.com/zjhzxhz/Algorithm/tree/master/AGNES)
- [x] [DBSCAN](https://github.com/zjhzxhz/Algorithm/tree/master/DBSCAN)
- [x] [ID3](https://github.com/zjhzxhz/Algorithm/tree/master/ID3)
- [ ] Adaboost
- [ ] Artificial Neural Network
- [ ] SVM